So today I am going to share How to add Floating social media sharebuttons to blogger.Here floating means by adding this widget this will pop up from the left side having fixed at that place.
So let me teach you how you can add it.
How To add Floating Social Media share buttons to Blogger
- Visit Blogger dashboard.
- Now click on layout, add a gadget link as shown below.
- A list of gadgets will be pop up select HTML Javascript gadget.(as shown below).
- A box with empty space will pop up.
- Now copy the below script and paste it inside the HTML javascriptgadget.
<div class="addthis_toolbox addthis_floating_style addthis_counter_style" style="left:47px;top:325px;">
<a class="addthis_button_facebook_like" fb:like:layout="box_count"></a>
<a class="addthis_button_tweet" tw:count="vertical"></a>
<a class="addthis_button_google_plusone" g:plusone:size="tall"></a>
<a class="addthis_counter"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-516ff8e04b04378b"></script>
- Now simply save your gadget.
- You are done|! Enjoy!

0 comments:
Post a Comment