Today I am going to show how you can add Metro Style Social Icons with Hover Effect to your blogger blog. I have seen this widget many a times in different WordPress blogs so I thought of converting it for blogger. This widget has a very simple working. On hover the opacity of the icon changes and makes is more translucent.
This widget can help your blog gain more social media optimized audience. The elegant look of this widget can make many people click it.
Adding in Layout
To add this widget's code go to Blog Title → Layout → Add Widget → HTML/JavaScript and paste the given code in the box opened.
<center>
<ul id="abt-social-icons">
<li class="rss-icon"><a href="http://feeds.feedburner.com/FEEDID" target="_blank"><img height="147" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoycjMrSy94FGUnliq_Kzp7Mzyp2AifJRkUI-eNAyn39XmY0P2mk-lFZbzZcxEtfnGRxAixartqkjMnIJa4ahP8ahCbUjq2vVHHs_LUAjKD4RHhLboOnVL7kTvAM5fCfRJ9GIUXjo2r20/s1600/rss.png" width="147" /></a></li>
<li class="twitter-icon"><a href="http://www.twitter.com/TWITTERHANDLE" target="_blank"><img height="147" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiksFFr1gPnnbyVbAvKBaZ8X7AlvPbW1vFOv6j1dtZiKZ3E3FMP2t61nxHpa1dve6oEpqK8YJjqN4mSe-ntBLfbO7VgCgOneRL713MDgMy1F2CW6k9AYgnoKEtbMLVBRV0oNiJ-OoXszg/s1600/twitter.png" width="147" /></a></li>
<li class="facebook-icon"><a href="http://www.facebook.com/PAGEID" target="_blank"><img height="147" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY_F7VdKn3pZuSNVFHnHRAtTlGe-wVsSyXAcCvGDkzcgIwkMX36FRsNl53jBRvMKmvGwmB4ctRIptq0RAVQ4ASLOIMtaZNJVhmOWKKSBcEl1ut3UXdChsPjrNTyxQ5LT0OWsbEmi7x8iY/s1600/facebook.png" width="147" /></a></li>
<li class="google-icon"><a href="https://plus.google.com/YOURID" target="_blank"><img height="147" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAJg0aPs6lRhcAk7tNBA57Sc8ExMwCS0NhojG0u7nH_2sibdzrQhAwXB9On5fn6BXSNe_go5yGc0sMTl1S1oz5CG8032uFB9QiWY1-kPI2y0OSr_hrVoGBvcDcoRG7775bLzCiq3NbcsQ/s1600/google.png" width="147" /></a></li>
</ul>
</center>
<style>
#abt-social-icons li {
float: left;
width: 147px;
height: 147px;
margin: 0 6px 6px 0;
padding: 0 0 0 0;
border-bottom: none;
list-style: none;
}
#abt-social-icons li a {
line-height: 1px;
display: block;
}
#abt-social-icons li a:hover img {
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
#abt-social-icons li a span {
display: none !important;
}
</style>
After adding the code change the Link in BOLD RED with your own IDs. Now save the widget and ultimately save the template.
You are done now. Now you and your visitors can see this awesome and elegant Metro Style Social Icons in your blogger blog.
No comments:
Post a Comment