How to add floating share button on your blogger blog?
Step 1: Log in to your Blogger DashboardStep 2: Select Template from Side Menu and click on EDIT HTML button
Step 3: Find this tag </head> (Type Ctrl+F to find the tag easily)
Step 4: Copy & Paste below Script above/below the </head> tag
<!-- Start Floating Heart Sharing Gadget From http://www.teccplus.blogspot.com/ -->Copy Code
<script src='http://w.sharethis.com/gallery/shareegg/shareegg.js' type='text/javascript'/>
<script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/>
<script type='text/javascript'>stLight.options({publisher: "ur-98d377f-bdd3-9ad1-fbe5-2a678f0a60ee", onhover:false}); </script>
<link href='http://w.sharethis.com/gallery/shareegg/shareegg.css' media='screen' rel='stylesheet' type='text/css'/>
<!-- End Floating Heart Sharing Gadget From http://www.teccplus.blogspot.com/ -->
Step 5: Now find </body> tag (Use Ctrl+F to find)
Step 6: Copy & Paste below Script above/below the </body> tag
<!-- Start Floating Heart Sharing Gadget From http://www.teccplus.blogspot.com/ -->
<div style='position: fixed; bottom: 2%; left: 2%;'>
<div class='shareEgg' id='shareThisShareHeart'/>
</div>
<script type='text/javascript'>stlib.shareEgg.createEgg('shareThisShareHeart', ['facebook','twitter','pinterest','linkedin','stumbleupon','email','sharethis'], {title:' <data:blog.pageTitle/>',url:'<data:blog.url/>',theme:'shareheart'});</script><a href="http://www.teccplus.blogspot.com/">Blogger Gadgets</a>
<!-- End Floating Heart Sharing Gadget From http://www.teccplus.blogspot.com/ -->
Copy Code
How to Change the position of the Floating Heart?
To change the position of the Floating Heart Sharing gadget from the bottom left corner of your blogger blog, just change the % of red colored code on Step 6.Note: This share button also working with all websites.
Please support us by sharing this post on social networks!
Comments
Post a Comment