A simple solution for adding a list of social network links (images or text) anywhere you want.
Option 1) Use the sidebar widget
Option 2) Place the following PHP function in the location where you want the links to appear:
<?php if( function_exists( 'social_bartender' ) ){ social_bartender(); } ?>
If you would like to make your own icon set available to users in the Icon Box, just place the images inside of an "images/sb-icons" folder of your theme.
link_before: (string) Sets the text or html that precedes the <a> tag. Default = ''
link_after: (string) Sets the text or html that follows the <a> tag. Default = ''
echo: (boolean) Toggles the display of the generated list of links or return the list as an HTML text string to be used in PHP. Default = 1
Requires: 3.1 or higher
Compatible up to: 3.3.2
Last Updated: 2011-10-22
Downloads: 4,358
0 of 0 support threads in the last three weeks have been resolved.
Got something to say? Need help?