Breaking

Sunday 20 December 2015

Add Vertical Floating Social Sharing Bar For Blogger

I'll give you a fine matter and support unfold your web publication,Social Bookmarking helps you to get quick site visitors to your blog. This floating bar is having fb, Google plus, twitter, linked-in, email and Pinterest social share buttons. If you want to add extra buttons in it then you could make your own widget through going to sharethis.com and create a floating widget for your web publication.

1) Go to Blogger Dashboard → Template → Edit HTML.
2) Now Find the code shown below using [ctrl+F] (Use In HTML Box) 
 </head>
 
3) Now Paste the Code Shown Below just Before it.
 
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
<script>
var options={ "publisher": "074821ed-063e-4ae5-bad9-3e26ecf249f3", "position": "left", "ad": { "visible": true, "openDelay": 5, "closeDelay": 0}, "chicklets": { "items": ["facebook", "googleplus", "twitter", "linkedin", "email", "pinterest"]}};
var st_hover_widget = new sharethis.widgets.hoverbuttons(options);
</script>
 
4) Now Save Your Template.

No comments:

Post a Comment