Plugin Directory

Changeset 8405

Timestamp:
03/17/2007 11:33:02 AM (19 years ago)
Author:
AnkurKothari
Message:

Cleaned up readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gregarious/trunk/Readme.txt

    r8404 r8405  
    1212
    1313*Gregarious* is a **social bookmarking** plugin that integrates the new **Digg API** and Alex King's **Share This** plugin, as well as the **Reddit button** and Feedburner's **Feedflare** into one powerful, easy to use package. The **AJAX** interface makes customization a breeze, and the options put you in control. Gregarious works on a module based system, which means that it can have as many or as little features as you like. Modules available include:
     14
    1415*   Digg button
    1516*   Digg stats (w/ LiveSearch)
     
    5758*   Nothing works when clicked on
    5859
     60
    5961If nothing helps, contact the developer for assistance by posting a comment at [the official website](http://dev.lipidity.com/feature/wp-plugin-gregarious "Gregarious").
    6062
    6163= Why am I getting a Share This page instead of popup? =
     64
    6265
    6366The Share This popup requires a file called prototype.js to be included in the website. If you're running WordPress 2.0 or below, you will need to add a script tag with the src to prototype.js in the head section of your template.
     
    8083
    8184**Digg button**
     85
    8286*   `digg_button()` - displays a dynamic Digg-style button with the number of Diggs.
    8387*   `get_digg_button()`
     88
    8489**Digg stats**
     90
    8591*   `dugg_posts()` - displays a HTML list of the most recent Dugg posts
    8692*   `get_dugg_posts()`
    8793*   `dugg_posts_count()` - displays the number of posts in total that have been Dugg
     94
    8895**Reddit button**
     96
    8997*   `reddit_button()` - displays a dynamic Reddit button
    9098*   `get_reddit_button()`
     99
    91100**Share This**
     101
    92102*   `share_this()` - displays a Share This link to submit post to social sites
    93103*   `get_share_this()`
     104
    94105**Feedburner FeedFlare**
     106
    95107*   `feed_flare()` displays the FeedFlare as defined in the Feedburner settings
    96108*   `get_feed_flare()`
     109
    97110**PostBadge**
     111
    98112*   `post_badge()` - displays content as defined in the PostBadge section of the Gregarious options page (appended to the post by default)
    99113*   `get_post_badge()`
Note: See TracChangeset for help on using the changeset viewer.