Today im gonna explain how to add Heart Style Social Sharing Widget For Blogger with nice
hover effect.Im using CSS and HTML for this tutorial. Check below link for demo. You can
get my Earlier social network buttons from here
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5.Find this code by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> code
7. Go to blogger and click drop-down like 1st step and select Layout
8. Click Add Gadget and select 'HTML/Javascript"
9. Paste below code.
10. Now save your template. You are done.
hover effect.Im using CSS and HTML for this tutorial. Check below link for demo. You can
get my Earlier social network buttons from here
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5.Find this code by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> code
/* Bloggertrix */
.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. Go to blogger and click drop-down like 1st step and select Layout
8. Click Add Gadget and select 'HTML/Javascript"
9. Paste below code.
<ul class="bubblewrap"> <li><a href="http://www.plus.google.com/107955298793879607964"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjh9Yrdw3qsZKnzz2hwJzjm5MaHjjPm6FHROg_0ONWlIWUT9BbAazfaV32PGH4lxPvIZ78GlwtxgeBAVq8TU-Ldj_PqXrRYREmkC2OjnegwZOe0h2iMWACZJ06QV37KUwaW0Dxw-8Vcpo8/s1600/bloggertrix-google.png" title="Add to Facebook" /></a></li> <li><a href="http://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibb8m3x7N4OD02QyndM-MluBTcPfulnLCgbg59i1cyD_qCXJEclflsNoUAr9bXxB8Qn0OSoNHOiIcz99DnKrIOkTySKjwrEykdMdvrp1iX3Pt03nTwvCuqqzlng4pm_gvM1M27m63110Q/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/AVvXsEgjBJFuj32RE_04TVntctzu12x9oFmplY6IhFG3tNrd61edDksRmEDrvjYb2vdhPP-YYZsxB-qj96vMwJO-eyzIkzWI-3JAaTEhPtRqOJh8ml3LLBzPgz7ha0xffb-6YUWrvj_asLo2Epg/s1600/bloggertrix-stumble.png" title="Add to Digg" /></a></li> <li><a href="http://www.twitter/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijCDj4hE5b6bfKF619xFlYaBhEij8bUBhDpDbnI1DJtMzai1SPvGKFI7L_mKEONyQLKBCQw4o2DLM4VqfweF1C7P3ZZ1Z6oOGnQNVOlH5CT_HzKL853SD2wmjEXghojE0ieR1xFUvRghg/s1600/bloggertrix-twitter.png" title="Add to Twitter" /></a></li> <li><a href="http://feeds2.feedburner.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiNShGkbwu8dhGMRyF4GRZ-Nv76LDYco172CNzKixCHKRFT2Evi4WoWQR9vlFX4bltco2RWvQMoMB-mrqDHy7m4x-J-21Siwn1lgKUfgpj-uaLs-r0ODjwFvaqTQMKu7PSOwxh42lVTjM/s1600/bloggertrix-rss.png" title="Add RSS Feed" /></a></li> </ul>*Replace urls as your like.
10. Now save your template. You are done.
heart icons. i love this
ReplyDelete