Metro Style Social Icons for Blogger

Metro Style Social Icons for Blogger 

Automated Slider for Blogger-Bloggerstricks4all 

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 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/AVvXsEhPc6bVwWXEirOBEvv4jI2nwrUtDcsE4xiV7PbFGL9CrK7h92v9cvF-vUJicnmQppgqq9VcoEX4gFNCqNGR9H_8bINxYv2SHFPK0snwoZZ8Mgz9jQohwWoICKyOwhBOVdJ97MOvhI5IsdI/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/AVvXsEgItXNZQ0pTMPJ367JnP_UDXvEwZwAVV3Tu2hD2Rz5x0JMqMNyyCXVuBxb54VzGHMpu_pktejmq6r58prMwdam2zPNry7xP6x3oCcjjsuAtK84mpD0v2pow3fPwjTtNLcamiJQhjh2vM_8/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/AVvXsEjld-2Thlmnb331V098rR1NzTGDYr5gzI6ijdl_Hc5hkY4jjNBUHrBGCza95f-BFie_ZqXEN9Ertd0aO5FKsCVaNyiCii6pIw_izEJ4Fx2axlvLWMrhE-sq6eSnrJv6VdqPak39lRx3MMI/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/AVvXsEj-G4rPRSizSOT1WUJ7AHdSi5q0G8l_Q8ZXvjxmx2OXyO_Nc4Kq7SCtMM1tePl5fymfaFsvJYGYFocvL-IowWSho8RxywbN5q1Ijpw6_v_Z4rdgfYsp08_f9zEar1Vdx0D5lkhmw8dJhLw/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.





Unknown

Hello, I'm just a small but a good blogger eager to help the newbies over blogging world. I love blogging because it taught me many things and also gave me my life i.e. Programming.

No comments:

Post a Comment