This is a simple one.
Use the below code in any of the template. Modify and customize as you want.
jQuery(‘ready’).function({
jQuery(‘.wp-socializer-buttons’).hide();
jQuery(‘.openShare’).click(function(){
jQuery(‘.wp-socializer-buttons’).fadeIn();
});
});
CLICK ME TO OPEN SHAREBAR
{facebook-like}
{retweet-bt}
{plusone-medium}
{stumbleupon-1}
Make sure you have loaded jQuery. Didn’t try this but should work as expected.