Plugin Directory

Changeset 8384

Timestamp:
03/17/2007 10:17:13 AM (19 years ago)
Author:
AnkurKothari
Message:

Updated readme

Location:
gregarious/trunk
Files:
1 added
1 edited

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 ===
     2Contributors: AnkurKothari
     3Donate link: http://dev.lipidity.com/feature/wp-plugin-gregarious
     4Tags: social, share this, digg, del.icio.us
     5Requires at least: 1.5
     6Tested up to: 2.1
     7Stable tag: trunk
    78
    8 Now uses the brand spanking new Digg API! See http://digg.com/tools/integrate
     9Gregarious is the ultimate social bookmarking plugin integrating all the major sites with an AJAX interface.
    910
    10 Complete documentation is coming. Be patient, you must, young padawan.
     11== Description ==
    1112
    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
    1322
    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.
     23Everything can be configured from the options page. There are absolutely **zero template edits** required.
     24You have the option to choose which modules are enabled, and in turn, how many features you'd like to have.
    1525
    16 //===========================================================================
    17 // INSTALLATION
    18 //===========================================================================
     26The 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*.
    1927
    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 ==
    2129
    22 CHMOD akst.css and akst.js to 777 (Required for adding social sites to "Share This")
     30Installing Gregarious into your WordPress blog is extremely straightforward.
    2331
    24 Configure everything from the admin options panel, or use the template tags.
     321. Download and unzip `gregarious`
     332. Upload the `gregarious` folder to the `/wp-content/plugins/` directory
     343. Activate the plugin through the 'Plugins' menu in WordPress
     354. Configure your settings from the Gregarious options page
     365. Make sure everything's working smoothly!
    2537
    26 //===========================================================================
    27 // ADDING SOCIAL SITES TO SHARE THIS
    28 //===========================================================================
     38== Frequently Asked Questions ==
    2939
    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? =
    3141
    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.
     42In most cases, installing Gregarious should be painless. However occasionally problems do occur. If you do get an error, perform the following:
    3443
    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
    3647
    37 //===========================================================================
    38 // TEMPLATE TAGS
    39 //===========================================================================
     48If 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").
    4049
    41 digg_button()
     50= Gregarious is installed fine, but the options page doesn't work properly =
    4251
    43 share_this()
     52Gregarious 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.
    4453
    45 reddit_button()
     54If 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
    4658
    47 post_badge()
     59If nothing helps, contact the developer for assistance by posting a comment at (http://dev.lipidity.com/feature/wp-plugin-gregarious "the official website").
    4860
    49 dugg_posts()
     61= Why am I getting a Share This page instead of popup? =
    5062
    51 ====
     63The 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.
    5264
    53 //===========================================================================
    54 // DOCUMENTATION
    55 //===========================================================================
     65If 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.
    5666
    57 http://dev.lipidity.com/docs/
     67When 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").
    5868
     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.