These floating social sharing bar has the following buttons, Facebook Like button, StumbleUpon, Twitter Share button, Digg This, and Google+ and all are shows with counter on every logo buttons. You can also add other social bookmarking icons later when you want to add this into this blogger widgets.
Add Scrolling Social Media Sharing Buttons in Blogger Blogs
Step 1 : First of all go to your Blogger Dashboard, then select your blog and go to Layout.
Step 3 : A pop up window will open, now scroll down and select ” HTML / JavaScript “ gadget.
Step 4 : Now copy below code and paste it inside the empty box.
<style type=”text/css”>
#social-buttons {
position:fixed;
bottom:20%;
margin-left:-715px;
float:left;
border-radius:8px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#fff;
padding:0 0 4px 0;
z-index:10;
}
#social-buttons .button-share {
float:left;
clear:both;
margin:5px 5px 0 2px;
}
</style>
<div id=’social-buttons’ title=”Get this from www.techora.net”>
<div class=’button-share’ id=’like’ style=’margin-left:7px;’>
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/all.js#xfbml=1”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<div class=”fb-like” data-send=”false” data-layout=”box_count” data-width=”40″ data-show-faces=”false”></div>
</div>
<br /><div class=’sbutton’ style=”margin-left: 2px;” ><a class=’twitter-share-button’ data-count=’vertical’ data-via=’TECHORANET‘ expr:data-counturl=’data:blog.url’ href=’http://twitter.com/share’ rel=’nofollow’>Tweet</a><script src=’http://platform.twitter.com/widgets.js’; type=’text/javascript’></script>
<br />
<div class=’button-share’ style=”margin-left: 3px;” id=’su’>
<script src=”http://www.stumbleupon.com/hostedbadge.php?s=5″></script>
</div>
<div class=’button-share’ id=’digg’ style=’margin-left:3px;width:48px’>
<script src=’http://widgets.digg.com/buttons.js’ type=’text/javascript’></script>
<a class=”DiggThisButton DiggMedium”></a>
</div>
<div class=’button-share’ style=’margin-left:3px;’ id=’gplusone’>
<script type=”text/javascript” src=”https://apis.google.com/js/plusone.js”></script>
<g:plusone size=”tall”></g:plusone>
</div>
<div style=”clear: both;font-size: 9px;text-align:center;”>Get <a style=”color: #3399BB;” href=”https://www.techora.net/”>widget</a></div></div></div>
Customization :
<div class=’sbutton’> BUTTON CODE HERE </div>
Use this code, to add more buttons or you can easily remove any button from this widgets.