Sweet plugin, thanks. It would be cool if it would obfuscate email addresses or not put in the http when I paste in an obfuscated email address.
https://www.ads-software.com/extend/plugins/social-bartender/
]]>Hello, ive noticed on a couple of sites ive built recently all of the social icon links work but the youtube ones for some reason… instead of it producing a link, it gives a lightbox option. Any sort of fix regarding this issue?
https://www.ads-software.com/extend/plugins/social-bartender/
]]>The set up link in the widget area returns a 404. It might be because I’m running it locally. Is there a way to get around this?
https://www.ads-software.com/extend/plugins/social-bartender/
]]>Hello,
LOVE/BEAUTIFUL this plugin but how can I make it so if you click the link, it loads into a new page instead of the same page…
Does anyone know the coding or can this be updated?
Thanks!
https://www.ads-software.com/extend/plugins/social-bartender/
]]>works while log in back end working on script but as soon as you log out, it disappear. Using on sidebar with handy widget.
https://www.ads-software.com/extend/plugins/social-bartender/
]]>Wondering if you could add an option to have the link open in a new window. Thanks.
https://www.ads-software.com/extend/plugins/social-bartender/
]]>Nice plugin. I’ve got debug on and I was trying out your plugin locally. I get a PHP Notice: Undefined variable: sb_output in /wp-content/plugins/social-bartender/help.php on line 57.
https://www.ads-software.com/extend/plugins/social-bartender/
]]>I absolutely love this plugin!
However it’s a shame it doesn’t support links that doesn’t start with https:// ie links that opens appliacations. It’s impossible to use skype:username?add. This is most likely because the plugin on WP’s esc_url_raw function to sanitize the input.
As a feature request will you implement support for such URI’s?
Kudos!
https://www.ads-software.com/extend/plugins/social-bartender/
]]>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!
https://www.ads-software.com/extend/plugins/social-bartender/
]]>