In this tutorial i'm going to explain how to add Social media Slide Open Heart Bookmark widget for blogger/blogspot.It also have a very smooth hover effect on social icons.Facebook,Twitter,Pinterest,Linkedin,Email,Stumbleupon Sharing and the share this icon buttons.Very eays to use just follow the steps mentioned below.
1. Log in to blogger account and Go to Design >> Edit HTML
2. Put checked marked in Expand Widget Templates
3. Find this tag by using Ctrl+F </head>
4. Paste below code Before </head> tag
6. Paste below code Before</body>
7. Now save your template,you are done.
1. Log in to blogger account and Go to Design >> Edit HTML
2. Put checked marked in Expand Widget Templates
3. Find this tag by using Ctrl+F </head>
4. Paste below code Before </head> tag
<!-- Social Bookmarking http://www.bloggersstand.blogspot.com/ -->5. Now Find using Ctrl+F </body>
<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'/>
6. Paste below code Before</body>
<div style='position: fixed; bottom: 3%; left: 2%;'>You can change bottom 3 and left 2 for change the positions.
<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.bloggersstand.blogspot.com/">Blogger Widgets</a>
7. Now save your template,you are done.