1. Log in to your blogger account
2. Go to Design --> Edit HTML
3. Copy the code below, and paste above </body>
<script type='text/javascript'>
window.setTimeout(function() {
document.body.className = document.body.className.replace('loading', '');
}, 10);
</script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function() {
$('#social li').each(function() {
var $li = $(this);
var title = $li.find('a').attr('title');
$li.find('a').removeAttr('title');
$('<span class="tooltip"/>').text(title).appendTo($li.find('a')).hide();
$li.find('a').mouseover(function() {
var top = $(this).position().top;
var left = $(this).position().left;
$(this).find('span').fadeIn()({
top: top,
left: left
}, 'slow');
});
$li.find('a').mouseout(function() {
$(this).find('span').fadeOut('slow');
});
});
});
//]]>
</script>
window.setTimeout(function() {
document.body.className = document.body.className.replace('loading', '');
}, 10);
</script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function() {
$('#social li').each(function() {
var $li = $(this);
var title = $li.find('a').attr('title');
$li.find('a').removeAttr('title');
$('<span class="tooltip"/>').text(title).appendTo($li.find('a')).hide();
$li.find('a').mouseover(function() {
var top = $(this).position().top;
var left = $(this).position().left;
$(this).find('span').fadeIn()({
top: top,
left: left
}, 'slow');
});
$li.find('a').mouseout(function() {
$(this).find('span').fadeOut('slow');
});
});
});
//]]>
</script>
4. Click SAVE TEMPLATE
5. Go to Design --> Page Elements --> Add Gadget
6. Choose "HTML/Java Script"
7. Add the code below, and customize first
<style text-type="CSS">
#social {
width: 98%;
height: 45px;
margin: 0;
padding: 10px 5px 5px 30px;
list-style: none;
border-right:solid 1px #853529;
position: relative;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGH3-mdorKCIHktjFzRPl2XJCCNLJ7jQlQtylienMoxC6jZLV-Q1xq3arpyySppMW2Wsb2O3MBLUiBlcuYMYSNiWeUyzbkZfFuG0NQ_l5aoDFh-m8vSOl9uSVa3WF6dGSsdahehtzU-JM/) no-repeat left top;
}
#social p{
font-size:1.5em;
color:#FFFB98;
font-weight:bold;
float:left;
margin: 10px 10px 0 0;
text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}
.abt{
font-size:0.8em;
color:#787878;
float:right;
margin: 0 -30px 0 0;
text-shadow: 1px 1px 0px #ffffff;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
#social li {
width: 32px;
height: 32px;
float: left;
margin-right: 3px;
}
#social li a {
float: left;
display: block;
width: 100%;
height: 100%;
text-indent: -1000em;
background-repeat: no-repeat;
text-decoration: none;
}
#social #rss {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTsxKaJ_Mq-E9a7sg5fnZQBwdXG_wtLO-ELY6oW4F-oNq1yvJuAsDlnE6Y95rI_2bKTlljZuJokIJTxc5ZP-s60GoGRqWtlct5BDbbSsbIUqZiE1zN_IuW7kAzBWgRILnbMQiHUFhndoc/s400/allblogtools_rss.png);
}
#social #facebook {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhURzWGHco_f2_JL9adwop2iL9rF3ZCGNsaOtgGxFKMcicaSV4AWXYiWAy8MuU3c1bNa4oHfeuZ1PZWuVKj6fgskNOdHO_PfIp4yLR0JbwT9GtXLDL6ThPtC6u7CXpx3W42B82dVq7bd7I/s400/allblogtools_facebook.png);
}
#social #twitter {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi46H4wVmslNLdmFtzD3J7dINEtx1yeagVt0iUP_YgNeL3FbCMFwyIBMjzhpkUCsxQAGp0Q5dkznXUCBEorTbdlUn5UHrfE_i3S-WCu_U-QOTA86_qYZONyt88QXVljy-wW-nHhKuSpMZo/s400/allblogtools_twitter.png);
}
#social #mail {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhx73WHJR7iTMRedrfa0z89KhDhBzkM_DqyafTiq9-DoKtA3bv39L2BRGsOEu2uQYegTQD2QCETr7pcBOPceANUCzG9o9YLP4gT05GFHGHe2Fp6DtPsbqwDQgMZJsSTNQqt3tnmiODPvSg/s400/allblogtools_email.png);
}
span.tooltip {
background: #575757;
padding: 3px;
display: block;
width: 140px;
border: 1px solid #000000;
position: absolute;
margin-top:-40px;
color: #F0F0F0;
font-size:10px;
text-indent: 0;
font: Arial, sans-serif;
text-align: center;
-webkit-box-shadow: inset 2px 2px 2px #616161;
-moz-box-shadow: inset 2px 2px 2px #616161;
box-shadow: inset 2px 2px 2px #616161;
-moz-border-radius: 5px;
border-radius: 5px;
}
</style>
<ul id="social">
<p>Follow Us </p>
<li><a rel="nofollow" href="http://BLOG-NAME.blogspot.com/feeds/posts/default?alt=rss" id="rss" title="Follow Our Feeds">Rss</a></li>
<li><a rel="nofollow" href="MailLink#" id="mail" title="Subscribe To Our News Letter">Mail</a></li>
<li><a rel="nofollow" href="FaceBookLink#" id="facebook" title="Be Our FaceBook Fan">Facebook</a></li>
<li><a rel="nofollow" href="TwitterLink#" id="twitter" title="Follow Us On Twitter">Twitter</a></li>
</ul>
<b class="abt"><a rel="nofollow" href="http://tipsandtricksfor.blogspot.com/2011/04/how-to-add-4-in-1-follow-widget.html">Get This Widget</a></b>
#social {
width: 98%;
height: 45px;
margin: 0;
padding: 10px 5px 5px 30px;
list-style: none;
border-right:solid 1px #853529;
position: relative;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGH3-mdorKCIHktjFzRPl2XJCCNLJ7jQlQtylienMoxC6jZLV-Q1xq3arpyySppMW2Wsb2O3MBLUiBlcuYMYSNiWeUyzbkZfFuG0NQ_l5aoDFh-m8vSOl9uSVa3WF6dGSsdahehtzU-JM/) no-repeat left top;
}
#social p{
font-size:1.5em;
color:#FFFB98;
font-weight:bold;
float:left;
margin: 10px 10px 0 0;
text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}
.abt{
font-size:0.8em;
color:#787878;
float:right;
margin: 0 -30px 0 0;
text-shadow: 1px 1px 0px #ffffff;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
#social li {
width: 32px;
height: 32px;
float: left;
margin-right: 3px;
}
#social li a {
float: left;
display: block;
width: 100%;
height: 100%;
text-indent: -1000em;
background-repeat: no-repeat;
text-decoration: none;
}
#social #rss {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTsxKaJ_Mq-E9a7sg5fnZQBwdXG_wtLO-ELY6oW4F-oNq1yvJuAsDlnE6Y95rI_2bKTlljZuJokIJTxc5ZP-s60GoGRqWtlct5BDbbSsbIUqZiE1zN_IuW7kAzBWgRILnbMQiHUFhndoc/s400/allblogtools_rss.png);
}
#social #facebook {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhURzWGHco_f2_JL9adwop2iL9rF3ZCGNsaOtgGxFKMcicaSV4AWXYiWAy8MuU3c1bNa4oHfeuZ1PZWuVKj6fgskNOdHO_PfIp4yLR0JbwT9GtXLDL6ThPtC6u7CXpx3W42B82dVq7bd7I/s400/allblogtools_facebook.png);
}
#social #twitter {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi46H4wVmslNLdmFtzD3J7dINEtx1yeagVt0iUP_YgNeL3FbCMFwyIBMjzhpkUCsxQAGp0Q5dkznXUCBEorTbdlUn5UHrfE_i3S-WCu_U-QOTA86_qYZONyt88QXVljy-wW-nHhKuSpMZo/s400/allblogtools_twitter.png);
}
#social #mail {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhx73WHJR7iTMRedrfa0z89KhDhBzkM_DqyafTiq9-DoKtA3bv39L2BRGsOEu2uQYegTQD2QCETr7pcBOPceANUCzG9o9YLP4gT05GFHGHe2Fp6DtPsbqwDQgMZJsSTNQqt3tnmiODPvSg/s400/allblogtools_email.png);
}
span.tooltip {
background: #575757;
padding: 3px;
display: block;
width: 140px;
border: 1px solid #000000;
position: absolute;
margin-top:-40px;
color: #F0F0F0;
font-size:10px;
text-indent: 0;
font: Arial, sans-serif;
text-align: center;
-webkit-box-shadow: inset 2px 2px 2px #616161;
-moz-box-shadow: inset 2px 2px 2px #616161;
box-shadow: inset 2px 2px 2px #616161;
-moz-border-radius: 5px;
border-radius: 5px;
}
</style>
<ul id="social">
<p>Follow Us </p>
<li><a rel="nofollow" href="http://BLOG-NAME.blogspot.com/feeds/posts/default?alt=rss" id="rss" title="Follow Our Feeds">Rss</a></li>
<li><a rel="nofollow" href="MailLink#" id="mail" title="Subscribe To Our News Letter">Mail</a></li>
<li><a rel="nofollow" href="FaceBookLink#" id="facebook" title="Be Our FaceBook Fan">Facebook</a></li>
<li><a rel="nofollow" href="TwitterLink#" id="twitter" title="Follow Us On Twitter">Twitter</a></li>
</ul>
<b class="abt"><a rel="nofollow" href="http://tipsandtricksfor.blogspot.com/2011/04/how-to-add-4-in-1-follow-widget.html">Get This Widget</a></b>
8. Now click SAVE

ConversionConversion EmoticonEmoticon