Changeset 8384
- Timestamp:
- 03/17/2007 10:17:13 AM (19 years ago)
- Location:
- gregarious/trunk
- Files:
-
- 1 added
- 1 edited
-
Readme.txt (modified) (1 diff)
-
readme.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
gregarious/trunk/Readme.txt
r8168 r8384 1 Plugin Name: Gregarious 2 Version: 2.0 RC 2 3 Plugin URI: http://dev.lipidity.com/feature/wp-plugin-gregarious 4 Author: Ankur Kothari 5 Author URI: http://dev.lipidity.com/ 6 Author Email: admin@lipidity.com 1 === Gregarious === 2 Contributors: AnkurKothari 3 Donate link: http://dev.lipidity.com/feature/wp-plugin-gregarious 4 Tags: social, share this, digg, del.icio.us 5 Requires at least: 1.5 6 Tested up to: 2.1 7 Stable tag: trunk 7 8 8 Now uses the brand spanking new Digg API! See http://digg.com/tools/integrate 9 Gregarious is the ultimate social bookmarking plugin integrating all the major sites with an AJAX interface. 9 10 10 Complete documentation is coming. Be patient, you must, young padawan. 11 == Description == 11 12 12 THIS IS A WORK IN PROGRESS. IT'S STILL BEING WRITTEN. IF YOU DO COME ACROSS A BUG, IT'S HIGHLY LIKELY THAT YOU'RE DOING SOMETHING WEIRD, YOU DON'T KNOW HOW TO DO SOMETHING (Bear with me while the documentation is being written), OR YOUR SETUP IS BORKED. CONTACT ANKUR ~IMMEDIATELY~ AT http://dev.lipidity.com/feature/wp-plugin-gregarious OR EMAIL TO ankur@lipidity.com. YES, I WILL HELP YOU FIX UP YOUR SITE... 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 * Digg button 15 * Digg stats (w/ LiveSearch) 16 * Share This 17 * Reddit button 18 * Feedburner FeedFlare 19 * Update checking 20 * PostBadge 21 * AJAX updating 13 22 14 If you would like to REQUEST A FEATURE then please contact me via the above address (if you're lazy, ankur@lipidity.com). And YES, I do overuse capital letters. 23 Everything can be configured from the options page. There are absolutely **zero template edits** required. 24 You have the option to choose which modules are enabled, and in turn, how many features you'd like to have. 15 25 16 //=========================================================================== 17 // INSTALLATION 18 //=========================================================================== 26 The plugin has been written with **usablility** and **performance** in mind, so it shouldn't have any adverse affects on the speed of your blog while providing you with the most **comprehensive** social bookmarking system *ever*. 19 27 20 Copy the "gregarious" plugin to the wordpress plugins folder, then and activate the plugin from the administration menu. (If you rename the folder it won't work. It must be called "gregarious") 28 == Installation == 21 29 22 CHMOD akst.css and akst.js to 777 (Required for adding social sites to "Share This") 30 Installing Gregarious into your WordPress blog is extremely straightforward. 23 31 24 Configure everything from the admin options panel, or use the template tags. 32 1. Download and unzip `gregarious` 33 2. Upload the `gregarious` folder to the `/wp-content/plugins/` directory 34 3. Activate the plugin through the 'Plugins' menu in WordPress 35 4. Configure your settings from the Gregarious options page 36 5. Make sure everything's working smoothly! 25 37 26 //=========================================================================== 27 // ADDING SOCIAL SITES TO SHARE THIS 28 //=========================================================================== 38 == Frequently Asked Questions == 29 39 30 Under the 'Share This' tab, you'll find an setting labelled 'Configure Social Sites'. Click it, and the complete list of social bookmarking sites will show. Here, you can add, remove, or rearrange the sites you want to show in your 'Share This' dialog. 40 = Gregarious is not installing properly and causing an error / blank screen / warning on my blog. How do I fix it? = 31 41 32 The '{url}' tag is required in the URL you provide and is replaced with the permalink of the post that the Share This link is shown on. 33 The '{title}' tag is optional in the URL, and is replaced with a slightly sanitized version of the post title. 42 In most cases, installing Gregarious should be painless. However occasionally problems do occur. If you do get an error, perform the following: 34 43 35 To associate icons with social sites that you add, upload a gif image to /wp-content/plugins/gregarious/share-this. The name of the image must be the name of the site as displayed in the header row exactly. Future versions will see the ability to change the URL from the options panel without having to go through these steps. 44 * Make sure all the files have been uploaded correctly 45 * Ensure that the uploaded folder is named `gregarious` 46 * Check that you have activated some of the modules in the options page and reset the Gregarious' options 36 47 37 //=========================================================================== 38 // TEMPLATE TAGS 39 //=========================================================================== 48 If gone through the preceding points to no avail, contact the developer for assistance by posting a comment at (http://dev.lipidity.com/feature/wp-plugin-gregarious "the official website"). 40 49 41 digg_button() 50 = Gregarious is installed fine, but the options page doesn't work properly = 42 51 43 share_this() 52 Gregarious requires a modern browser such as FireFox to ensure that the options page functions correctly, however up-to-date versions of Internet Explorer should work as well. 44 53 45 reddit_button() 54 If you notice the following, make sure you have correctly uploaded all the files. 55 * Your browser shows javascript errors 56 * Clicking on the options or tabs does nothing 57 * Nothing works when clicked on 46 58 47 post_badge() 59 If nothing helps, contact the developer for assistance by posting a comment at (http://dev.lipidity.com/feature/wp-plugin-gregarious "the official website"). 48 60 49 dugg_posts() 61 = Why am I getting a Share This page instead of popup? = 50 62 51 ==== 63 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. 52 64 53 //=========================================================================== 54 // DOCUMENTATION 55 //=========================================================================== 65 If prototype.js is included and / or you're running WordPress 2.1 or above, check that prototype isn't being included multiple times by other plugins. 56 66 57 http://dev.lipidity.com/docs/ 67 When all else fails, we're still here to help. Contact the developer for assistance by posting a comment at (http://dev.lipidity.com/feature/wp-plugin-gregarious "the official website"). 58 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
Note: See TracChangeset
for help on using the changeset viewer.