Download, Upgrading, Installation:
Upgrade
sociable directoryInstall
sociable.zip file. sociable folder (not just the files in it!) to your wp-contents/plugins folder. If you're using FTP, use 'binary' mode.Activate
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




