1. At 1st open your blog account.
2. Now, go to Template > Edit HTML
3. Now Find the Following code:
2. Now, go to Template > Edit HTML
3. Now Find the Following code:
]]></b:skin>
4. Just above it paste the below code:
.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);
}
5. Simply save it.
6. Now go to Layout > Add Gadget >> Add HTML/JavaScript. and paste the below code.
<ul class="bubblewrap">
<li><a href="https://plus.google.com/u/0/xxxxxxxxxxxxxxxxx" target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtkxOJm7-MapJYrUdTggYy_OpP_QmUSVxnbGXwBKOrIGGllS3JW_d9EoOUUWj_x2LpzbtET2RbZZWT6mAOn7_17QAgsdF0lhXXS2T-HmqYsqI4fDRuLfI0BB8eGk3Y0boeTzPDts5VXPs/s1600/bloggertrix-google-icon.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.facebook.com/xxxxxxxxxxxxxx" target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdlBeh5RrRsGFfk2yNsn63Z9JkZ8UUmHDWH0Iaeq0u_8ChV70hYaxgkXaVxMDbj16M1sja_ZVwoXMtsNzvCxIMj5o22WAJKPFTao0seay4sUyRM11MLK4zvtHwr9ap9yFKc-1cqnMuofE/s1600/bloggertrix-facebook-icon.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.digg.com/xxxxxxxxxxx" target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqbr3uaF7WNyURlAMFGuLl4j6fh_xepDuam4Me3GdZmf3yubPbYGMY-01gF6Jat7cn1NXk8Pi1GFRoFu6Tms4yXUcs_j1mYZRTJJl-kQ3G0afS_thoRT8_YTJCJplt3RlyJcXVd6cdwwo/s1600/bloggertrix-digg-icon.png" title="Add to Digg" /></a></li>
<li><a href="http://www.twitter/xxxxxxxxxxx" target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrM9ygZRAqt1bJg0WKJ5WutLGw4hyq_wZGam4lx8ccXf_oiRs2ZYDt7XpQ4yKLQf-xtdVIBpFQ-_GOcTf6CJ_1ofe_iMQtzurPPBJ54QphLVx1qprWxYJjg_x2lqh1CqulJaQuOMm4kwQ/s1600/bloggertrix-twitter-icon.png" title="Add to Twitter" /></a></li>
<li><a href=http://feeds.feedburner.com/xxxxxxxxxx target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh74XQ6Qp42u66WaOgAYEjyujXxPsyk7QcC1PhLlYSCVS_Zb6a-8BTh4tP43oOhmNjrcGFpupC_1-jod3tPoHrYZ8VnvlNAuC51taBSddHHQsx5vqeroTwS6vSC34wUqgMX6TlAkwQcwF4/s1600/bloggertrix-rss-icon.png" title="Add RSS Feed" /></a></li>
</ul>
7. Now just replace the xxxxx with your website usernames.
Regard & Thansk
ASPMISSION.BLOGSPOT.COM
Post a Comment