Adds an attractive social bookmarking menu and related content widget to your posts, pages, index, or any combination of the three.
wp-content/plugins/As of v2.5 the menu can be inserted once anywhere within your site (even outside the loop) and it will still pull the appropriate data for the dynamic links
If you would like to insert the menu manually, simply choose "Manual Mode" from the options page, then place the following code into your theme files where you want the menu to appear:
<?php if(function_exists('selfserv_shareaholic')) { selfserv_shareaholic(); } ?>
For FB Like/+1/Tweet Button style:
<?php if(function_exists('get_shr_like_buttonset')) { get_shr_like_buttonset('Top'); } ?>
<?php if(function_exists('get_shr_like_buttonset')) { get_shr_like_buttonset('Bottom'); } ?>
You can still configure the other options available when inserting manually and they will be passed to the function. This is for those of you who have requested to be able to place the menu anywhere you choose... Enjoy!
Requires: 2.7 or higher
Compatible up to: 3.5.1
Last Updated: 2013-5-14
Downloads: 1,909,851
7 of 17 support threads in the last two months have been resolved.
Got something to say? Need help?