How to add this Social Bookmarking widget on your blog?
It's Easy to Install this widget in your blogger blog. To add it just follow the simple steps given below.- In Dashboard Go to Template > Edit HTML Button
- Ignore the Warning and Click the Proceed button
- Then Click Expand Widget Templates
- Search for
<b:includable id='post' var='post'>
- Below that place the following code
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.pageType != "static_page"'>
<style type='text/css'>
/*<![CDATA[*/
#btnt-social { bottom: 10%; margin-left: -50px; position: fixed; }
#btnt-social ul { list-style: none;clear: none;padding: 0px 0px ;margin: 5px 0;}
#btnt-social ul li { display: inline;background:none;margin:0;padding:0;}
#btnt-social ul li a { display:block; width: 32px; height:32px; margin: 5px 0; }
#btnt-social ul li a.twitter { background: urlundefined"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAFWGeJtLDb51g6noW0NSWW-jLwdYTjS3mnC763CCae54i5ywg_Hff4kF9Wvac_8-UBb960FTeTxrnOasK19ubPNuNhqCqcChJY-2aUdDZYd6ftjWa_j9OlMGhbbUNqBPqBuDM5PqReIhE/s32/twitter.png") repeat scroll 0 0 transparent; }
#btnt-social ul li a.facebook { background: urlundefined"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzCR34DKLCRD3HYx6OJfwYFFYeSEOvlVQJDpeijFdPnVQKg_ws9u39SBAlLfhFVKmNNg9AszgoXohZa7E8Nrsv2Eswr9SzKUefDcWXoWR9fXlrSljNZwo0NZxB3ju2qHa0zfToKkxiZ3eF/s32/facebook.png") repeat scroll 0 0 transparent; }
#btnt-social ul li a.stumbleupon { background: urlundefined"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNsVFx3EvhjQxF33_HlOTEyIT97tuz6mMQj1Vp9uzeKKQttdfEfGERLLjJUgXyJ9pooQzQjByNfI5GsfVGdiz0VE0lkD90FYyYKf3Tb3K3VDMzwMrnM5SFnqErwLlVF8tIJrQSdM1yV7Aq/s32/stumbleupon.png") repeat scroll 0 0 transparent; }
#btnt-social ul li .google-plus { background: urlundefined"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZ2vmDmx_dOIyKcOX7Ku4662lmhCTQqwbMDxNz2bFpzzTM1zKdJcwA88eg3mqsfNW9kmEDE1-t3Khh8zNHg7vBeIJitJA-1iyjdsAETD_C49Q4HEd2beo505zpyv95zDV2-p8W1p3pv5bi/s1600/g-plus.png") repeat scroll -1px 0 transparent; }
#btnt-social ul li a.pin-it-button { background: urlundefined"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgko3YhhVT0WcB8xpLRWQIL6woUWpp1GGH0RtW4L1cpQXnCSuMgNyustynNxVw2AVewl7VAR8ksqrr2gwXJ0Ec8Mr989t5LENkq-_s377OaJmiMGzG9cjlnsixZZfN-V-ibSqt5RmYkGsB/s32/pinterest.png") repeat scroll 0 0 transparent; }
#btnt-social ul li .addthis_32x32_style .dummy .at300bs, #btnt-social ul li .addthis_32x32_style .at300bs, #btnt-social ul li .addthis_32x32_style .at15t { background: urlundefined"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLGJ-Wi7uT27fz2yy8snSnYbkVRCsvhM_lcglyQnNtEyJGWeYyzI38u7mi8w52icC3KaMTt-aoPKw3KnHbVQNcpdLe8-60Sm0o0ccf8m2c8wYda34vm8Z7aFcOYE517cCb2BV8CiuvhD3W/s32/sharethis.png") repeat scroll 0 0 transparent; }
/*]]>*/
</style>
<div id='btnt-social'>
<ul>
<li><a class='twitter' expr:href='"http://twitter.com/?status=" + data:post.title + " - " + data:post.url ' rel='nofollow' target='_blank' title='Share this post on twitter'/></li>
<li><a class='facebook' expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&title=" + data:post.title' rel='nofollow' target='_blank' title='Share this post on Facebook'/></li>
<li><a class='stumbleupon' expr:href='" http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' target='_blank' title='Share this post on Stunbleupon'/></li>
<li><a class='google-plus' expr:href='" http://plus.google.com/share?url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' target='_blank' title='Share this post on Google+ '/></li>
<li><a class='pin-it-button' href='javascript:voidundefinedrun_pinmarkletundefined))'/>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>
<script type='text/javascript'>
function run_pinmarkletundefined) {
var e=document.createElementundefined'script');
e.setAttributeundefined'type','text/javascript');
e.setAttributeundefined'charset','UTF-8');
e.setAttributeundefined'src','http://assets.pinterest.com/js/pinmarklet.js?r=' + Math.randomundefined)*99999999);
document.body.appendChildundefinede);
}
</script></li>
<li><div class='addthis_toolbox addthis_32x32_style'>
<a class='addthis_button_compact'/>
</div>
<script src='http://s7.addthis.com/js/300/addthis_widget.js' type='text/javascript'/></li>
</ul>
</div>
</b:if></b:if> - Now save your template And you can see your post page to check it.
Note:- This floating bar would display on post pages only and wont display on homepage.
If you want display on homepage, remove
<b:if cond='data:blog.pageType == "item"'><b:if cond='data:blog.pageType != "static_page"'>
</b:if></b:if>
thanks for this I wanna try to my blog this social bookmarking
ReplyDeletethanks admin
ReplyDeleteNewly Launched Social Bookmarking Sites:
ReplyDeletehttp://www.bloooogle.com/
http://www.obookmark.com/
http://www.neonsuper.com/
http://www.crazyshelter.info/
http://www.openlivelinks.com/
http://www.placetolink.com/
Cool Widget and thanks for posting this!!
ReplyDeleteReally nice widget bro...
ReplyDeleteYou can see Tips on How to Read
This comment has been removed by the author.
ReplyDeleteInterpersonal links towards the site are usually biggest to keep of your internet site lovers. This particular device that you simply present is the most suitable actually I understand. My spouse and i added in the idea for you to my own web page, however suggestions likewise a different device which in turn demonstrates the best way to increase scrolling sociable symbols to help blogspot blog it’s additionally beneficial however your code is more preferable. Thank you: )
ReplyDeleteحدادة هناجر سواتر مضلات قرمديد كلايدنج
ReplyDeleteSEO Back Links Service Providers | Online Marketing Solutions
ReplyDeleteArticle Submission Sites List
Press Release Sites List
Classified List
Php Motion
http://www.backlinksprovider.com
Deletenice info, please visit also to my web http://bowflexdumbbell.blogspot.com/
ReplyDeleteTHANK YOU FOR MORE INFO I WANT TO KNOW HOW TO DO GUEST BLOGGING CAN ANY ONE HELP ME.
ReplyDeleteNice Widget Thanks For Sharing.
ReplyDeletehttp://www.f4uonlinecourses.com/2013/11/Sidebar-Scrolling-Social-Sharing-Widget-For-Blog.html