Add It To Blogger
1. Go to your blogger dashboard>>layout>>add gadget.2. Scroll down the Add A Gadget window and select HTML/Javascript.
3. Leave the title box empty.
4. Copy and paste the HTML code below into the content box.
<style>
.Mbt-Social-metro {
width: 960px;
float: left;
margin: 0;
padding: 1em 0;
}
.Mbt-Social-metro ul {
margin: 0;
padding: 0;
}
.Mbt-Social-metro ul li {
list-style: none;
list-style-type: none;
padding: 0;
text-transform: none;
margin: 0;
float: left;
display: inline-block;
width: 20%;
}
.Mbt-Social-metro ul li a {
font-size: 80%;
color: #fff!important;
display: block;
}
.Mbt-Social-metro ul li a:hover {
color: #000!important;
background-color: #999;
text-decoration: none;
}
idc-scoail ul li a, ul li a:hover {
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.Mbt-Social-metro ul li .rss {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDmLHyJhbestPKm-46_S0K7BbCkYmBGNMFM4SpFWrDTLdjzIfsoUbS82G5zRmKbk3pj4kdy7ksxd07WO6VsufUE2sBsl_jaj7OT7tpfzePtM-rfoxMOQfhxZGoT_lUNJ-CTa5rsE5AzLX5/s1600/RSS-1.png") no-repeat scroll 10px center #F87E12;
background-size: 20px;
padding: 10px 50px;
}
.Mbt-Social-metro ul li .twitter {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWZZlz8L4ggtv6HJsPCR1Atj5FwkbgTfGJy_BPyhuq4EDcGGsfq1mCZLjYrpPWLuL9JK-_QeC5Xy25GqjbPfoCQdqStJ7P5KXX81GebcqgMjcPM60QtYQwZQaI9ba6GdZVZ8ZMKWmgkngY/s1600/Twitter.png") no-repeat scroll 10px center #4CACEE;
background-size: 20px;
padding: 10px 50px;
}
.Mbt-Social-metro ul li .facebook {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvq0fcyX-LkkkHzZ2O_HQaBNVIB8rjx2lyCY4lyqDIFxEYKSlQwGzBGhZjD68wT1-cPQ9rFVemgy0NGRFPsCaIAIQ_r55pqdSVFdfLj-kjfh6FizatJrr3dZONfW099m0cL3wUtgmFHTXZ/s1600/Facebook-1.png") no-repeat scroll 10px center #3B5998;
background-size: 20px;
padding: 10px 50px;
}
.Mbt-Social-metro ul li .google {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZs_K6BCMx4VvvVhvixANxgMes66cwpRR9dfrPExJrzcBVrROpUg8t-Z-M4ENwVO8fgY2uPYstQdgdw0Fbzwf_gVSCrPeFhDZd8bZH5i6od2eZnGsvOH7ZP5sxs2JZGsFATCF_XRVcTMCf/s1600/google.png") no-repeat scroll 10px center #D44937;
background-size: 20px;
padding: 10px 50px;
}
.Mbt-Social-metro ul li .linkedin {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAWQ7lcTxILSrdGUP4WTFXqjjWAbQfRwHdPI0cKOOajmSuGuS-N_bUBUiGPBAc-HqbZAx8iK-YDcRjFeYlSMyvWdTiq1uxTEH4Iu_7fuuJOgPxw4Q-mofcc3CynXur8S7o8KfYvRn3UFMn/s1600/LinkedIn-1.png") no-repeat scroll 10px center #3692C3;
background-size: 20px;
padding: 10px 50px;
}
/* width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.Mbt-Social-metro ul li {
width: 50%;
};
}
/* width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.Mbt-Social-metro ul li {
width: 50%;
};
}
/* width of 320px */
@media only screen and (max-width: 480px) {
.Mbt-Social-metro ul li {
width: 100%;
};
}
</style>
<div class='Mbt-Social-metro'>
<ul>
<li><a class='rss' href='http://feeds.feedburner.com/mybloggertricks'>Subscribe our Feed</a></li>
<li><a class='twitter' href='https://twitter.com/mybloggertriks'>Follow me on Twitter</a></li>
<li><a class='facebook' href='https://www.facebook.com/mybloggertriks'>Find me on Facebook</a></li>
<li><a class='google' href='https://plus.google.com/#'>Join me on Google+</a></li>
<li><a class='linkedin' href='http://in.linkedin.com/in/mybloggertriks'>Connect with LinkedIn</a></li>
</ul>
</div>
Note:- Replace Profile links with your own profile username ( mybloggertricks, mybloggertriks, and (#) with your Google plus page or profile id).
How To Drag and Drop Widget in Blogger Layout
- First place your mouse cursor on the widget which you want to move from the current place and hold your mouse left click.
- Now you have to move or drag that widget to the place where you want to move. Carefully see the image below. (In the below image I want to move my widget from place 1 to place 2)
- After positioning it in your required place you just leave the mouse means release your mouse from hold.
- Then at last you have to do one main thing that is you have to click the "Save arrangement" option on the above means in top right corner of your layout window. That's it.