[Plugin: Social Bartender] Sweet plugin, very handy!
-
I often need a simple list of social links like this, but I’ve never formalized the process. Always end up coding it in the theme or a text widget as needed. Digging up the icons and setting it up can add a speed bump to my workflow and Social Bartender could be a handy way to streamline that.
Tried it out on my site using the master version on GitHub so I could use the widget. I also wanted to added it to a spot on my homepage that happened to be page content, so I created a shortcode for the
social_bartender
function. Any plans to add a shortcode along with the widget and template tag?I’d consider recommending that users add the function to their themes with a
function_exists
first so that they don’t get an error if they deactivate the plugin:<?php if ( function_exists( 'social_bartender' ) ) { social_bartender(); } ?>
Looking forward to seeing how Social Bartender evolves, definitely a five star plugin so far!
- The topic ‘[Plugin: Social Bartender] Sweet plugin, very handy!’ is closed to new replies.