Four days ago I shared "How to Add Subscription Buttons Tool To Blogger Blog or Website". Today, this tutorial will guide you "How to Add Slide Out Floating Sharing Buttons For Blogger Blog?".When your blog visitors hovers on this widget it will grow 4 social networking buttons and 1 more button.
This widget will show on the right corner below of your blog and scrolls along with page which allow a real time sharing option for your visitors.This wonderful widget proudly powered by Addthis.Follow the steps given below to add this widget.
This widget will show on the right corner below of your blog and scrolls along with page which allow a real time sharing option for your visitors.This wonderful widget proudly powered by Addthis.Follow the steps given below to add this widget.
Slide Out Floating Sharing Buttons Demo
How to Add Slide Out Floating Sharing Buttons For Blogger Blog
- Go to Blogger Dashboard --> Template --> Edit HTML
- Click On Proceed Button
- Click (Ctrl + F) Search </head>
- Add Below Code Just Above </head>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js"></script>
- Now Find </body> and Add Below Code Just Before/Above it
<div class="addthis_toolbox addthis_peekaboo_style addthis_default_style addthis_label_style addthis_32x32_style">
<a class="addthis_button_more">Share</a>
<ul>
<li><a class="addthis_button_preferred_1"></a></li>
<li><a class="addthis_button_preferred_2"></a></li>
<li><a class="addthis_button_preferred_3"></a></li>
<li><a class="addthis_button_preferred_4"></a></li>
</ul>
</div>
- Save Your Template and Its Done
- Visit Your Blog and Enjoy Blogging





