Changeset 8405
- Timestamp:
- 03/17/2007 11:33:02 AM (19 years ago)
- File:
-
- 1 edited
-
gregarious/trunk/Readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gregarious/trunk/Readme.txt
r8404 r8405 12 12 13 13 *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 14 15 * Digg button 15 16 * Digg stats (w/ LiveSearch) … … 57 58 * Nothing works when clicked on 58 59 60 59 61 If nothing helps, contact the developer for assistance by posting a comment at [the official website](http://dev.lipidity.com/feature/wp-plugin-gregarious "Gregarious"). 60 62 61 63 = Why am I getting a Share This page instead of popup? = 64 62 65 63 66 The 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. … … 80 83 81 84 **Digg button** 85 82 86 * `digg_button()` - displays a dynamic Digg-style button with the number of Diggs. 83 87 * `get_digg_button()` 88 84 89 **Digg stats** 90 85 91 * `dugg_posts()` - displays a HTML list of the most recent Dugg posts 86 92 * `get_dugg_posts()` 87 93 * `dugg_posts_count()` - displays the number of posts in total that have been Dugg 94 88 95 **Reddit button** 96 89 97 * `reddit_button()` - displays a dynamic Reddit button 90 98 * `get_reddit_button()` 99 91 100 **Share This** 101 92 102 * `share_this()` - displays a Share This link to submit post to social sites 93 103 * `get_share_this()` 104 94 105 **Feedburner FeedFlare** 106 95 107 * `feed_flare()` displays the FeedFlare as defined in the Feedburner settings 96 108 * `get_feed_flare()` 109 97 110 **PostBadge** 111 98 112 * `post_badge()` - displays content as defined in the PostBadge section of the Gregarious options page (appended to the post by default) 99 113 * `get_post_badge()`
Note: See TracChangeset
for help on using the changeset viewer.