Plugin Directory

Sociable

Download, Upgrading, Installation:

Upgrade

  1. First deactivate Sociable
  2. Remove the sociable directory

Install

  1. Unzip the sociable.zip file.
  2. Upload the the sociable folder (not just the files in it!) to your wp-contents/plugins folder. If you're using FTP, use 'binary' mode.

Activate

  1. In your WordPress administration, go to the Plugins page
  2. Activate the Sociable plugin and a subpage for Sociable will appear in your Options menu.

If you find any bugs or have any ideas, please mail me.

Advanced Users

Sociable hooks the_content() and the_excerpt() to display without requiring theme editing. To heavily customize the display, use the admin panel to turn off the display on all pages, then add calls to your theme files:

This is optional extra customization for advanced users: <?php if (functionexists('sociablehtml')) { print sociablehtml(); } ?> // all active sites <?php if (functionexists('sociablehtml')) { print sociablehtml(Array("Reddit", "del.icio.us")); } ?> // only these sites if they are active

Download

FYI

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(54 ratings)