Social sharing widgets are very important in blogger. Because, It helps to get some quality traffic for your website.You can add this to your blog easily.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.
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/AVvXsEiebHV9rDKwuKgvJvYEuIvHA8xV00gAs4zSv8leT_RPAUObOQLFugv3aBCHy6ACMqCACj9nTHolyNkFpUp0frh4jxVsb0vOd4eOVfyIPMxuHpaptRykRBT0KKwOTDbYaY4chuf5BrYoTFo/s1600/bloggertrix.com-Google-icon.png" title="Add to Facebook" /></a></li> <li><a href="http://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8if5GfsgFAPDXLL69mFUy4GL_saZy1dGJUWWxfjuCQCqb9sbG2WhVQR9aqaeii0TWwsLtglFHcZNMhegB_tXqyEir7QzzWsXKSXgWfwUTnhr-fckZg_kH1DRj1jtYA9DRwc6avdWtCZA/s1600/bloggertrix.com-Facebook-icon.png" title="Add to Facebook" /></a></li> <li><a href="http://www.digg.com/Username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH9e-fP8tTSXBlPFmP9H7Be6tEH-XO1LkEQfs4waDtY_lUPjMlUIaaoA1QG1_CHRT8UJW6NiY_kiPw1UhcRJFLtfk5MTuVIAgW4ombfjSRdfyyGSp0x3m4w7QGRfrq4NIT4FKN8OkTDME/s1600/bloggertrix.com-Digg-icon.png" title="Add to Digg" /></a></li> <li><a href="http://www.twitter/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghaRUlgTEO6zgMhR6KEHgYL15D9zIUT5IMmlwnPgB2iF1sHu2lj4XknsV4XSh1d3I8bohTGosPpCnrO46ucVISG9qJLdLT1BsOiPnLUMVr7xmahOXqQyk79LgoEDvG6FR0Bxif2mC478E/s1600/bloggertrix.com-Twitter-icon.png" title="Add to Twitter" /></a></li> <li><a href="http://feeds2.feedburner.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguEiV8x-LmVAS9nP_7qa9wJ2JRQDhhhqdwk8suQRL9ypmNErMsj0RZPPCCRg8IijHj42w5BSG4Diz2mTOqz74gx1wliZ2-ADH-N4gQAd2f3Td2_aqSmHHo1fpcUfrLZp1kCJTLtrk03Ls/s1600/bloggertrix.com-RSS-icon.png" title="Add RSS Feed" /></a></li> </ul>*Replace urls as your like.
10. Now save your template. You are done.
Nice, thanks for sharing...
ReplyDeleteThanks friend :)
ReplyDelete