Skip to main content

How to ADD Social Icons for Blogger Metro Style 2016 HINDI




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

A live working demo of this widget can be seen below.
Please see that the container will not be in one line as shown here. It will be like the one shown in the pic above.








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/AVvXsEjz9oeLoz5mgtr8-3V44u_Kn7QBSkTkLN5o0DxKWKlTZkyH-h6ohDcU0LCcV_wDTQ4CYUL8oEGSVWqgJB4Hr7Ez02aV1F0Jkt-3xoY7k_3-853YdfLnWeeJxpJ0OOknG1UeDfIVO_vZe6o/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/AVvXsEhZM1xx9ww1fFSQkeLpKm-43v0ZCqROvM-T3ZyOgUnJG3bqTgdvun0JKie2LyRqJKmSb5u5kqx0T3YlRnqM11oRJjTl0MDwWSZFWLLPGbzEoTXHAcJCYGFEowY55CIrlVCicl0LjO70efA/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/AVvXsEg71msfJ_jLz8Fi7z6ABYpmuHaXJCd35riQkJf9PO5M59SaPE0v3ixPAHlnAo-OZbb2a57WJTkBdWyDw-O8b4LwpKxR-hU5Xczk2RtozhHQDixrd1Pc0-JAVbq2KaDl72S_tJjYlGsgVGU/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/AVvXsEgsKELrQ-WzDrK7j3OoLLeeXTdhw-N1dGF3wGzAH9cNP6bsVUp8l4rS4ZUkvUjOc76q9C4-2mNe3KZWkD6OYyGQwh2l8ihsV6SoX23116A1BHttAhczZ9WA9Yw6TnTQZpOXsde33eBCttM/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.

Comments