In this tutorial i'm going to explain how to add Heart Style Social Media Sharing Widget For Blogger with awesome hover effect.it's very simple to use and very unqiue heart design social widget for your website or blog,from this sharing widget you can add beautiful sharing social media box with nice hover effect using CSS and HTML.
1.Log in to blogger account.
2.Now select "Template".
3.Click EDIT HTML Button.
4.Find this code by using Ctrl+F ]]></b:skin>
5.Paste below code Before ]]></b:skin>
/* Bloggersstand */6.Go to blogger and select Layout
.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}
.bubblewrap li{
display:inline;
width: 60px;
height:60px;
}
.bubblewrap li img{
width: 50px; /* width of each image.*/
height: 50px; /* height of each image.*/
border:0;
margin-right: 4px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}
.bubblewrap li img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x*/
-webkit-transform:scale(1.8);
-o-transform:scale(1.8);
}
7.Click Add Gadget and select 'HTML/Javascript"
8.Paste below code.
<ul class="bubblewrap">
<li><a href="http://www.plus.google.com/115587840274121878323"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_hZR7sK1uscGeeFT3zNPxLy0PFQl9w3rocQjxFN99K9G-uWwILSAgOhZvRlv6fg8-kGTq0C6-aUXVLhdNNMxvmTLSbCJCelr9ZB8zo6z0IiKXiRntFmZIxjkFh73FbSIdhi50vGLqEAY/s1600/bloggertrix-google.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.facebook.com/bloggersstand"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUuoP7jh1G8E_y_qZa8pFLf-5peLcQW4my3Bv-OnHNBzwYnKG3skkAhvp98GfnhmaThEAncO-J-SPwR692qkCQsTqhisfpJ9uhmgJj5IAOhK5ksNVM4dgJObrPtQj4b0VYONKOYDsrhgo/s1600/bloggertrix-facebook.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.Stumbleupon.com/Username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5HVQizF8OEVHJY1Gu5hNPild6z1qtIU02a5c1eSsqqBC7u3499_HBjKJNP2z-FKAjKtT31v4D3Odpp70iIHiqMgq-yb7Fjt1jUv-2B4DYvAniEcBjOl66Q1Grf3VY-jtcrm4yXdk8_hA/s1600/bloggertrix-stumble.png" title="Add to Stumbleupon" /></a></li>
<li><a href="http://www.twitter/bloggersstand"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVJvC96hwEnj6kI6TeGjxz0-mnkusEY-SvMTAXBjkwb-QuUO8kZN_ulApCFtPN7NaeFLtpQZnpSF8iTdEGJ8_1zYopqhSEj6mAHER5eizPU-sh8q33lWMSgd8CF8CjInn5kJHQAErdNt4/s1600/bloggertrix-twitter.png" title="Add to Twitter" /></a></li>
<li><a href="http://feeds2.feedburner.com/bloggersstand"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN_eso3_cnBdKtbcjPwo8v4sS6LxmJAoyX3gBS6ciGCtrlURHnTam9uwvhyQ_opatERUrotK0mG4YZG_bB4eatQisA-pOuj_ODiShSbx0fe5Bbexr_DT6zDuWsy50uoC6u0ZPIfazr6ZA/s1600/bloggertrix-rss.png" title="Add RSS Feed" /></a></li>
</ul>
- Change bloggersstand with your Feedburner ID .
- Change bloggersstand with your Facebook username.
- Change bloggersstand with your Twitter Username.
- Change Username with your Stumbleupon Username.
- Change 115587840274121878323 with your google plus id.
9. Now save your 'HTML/Javascript'. Done !