Monday, January 20, 2014

sidebar metro social subscription buttons

In this post I am going to share with you a great metrostyle clean and beautiful social subscription widget. You can add this widget in your blog/website sidebar to make your visitors your followers on three most popular social media websites named as Facebook, twitter, Google plus and social subscription by feed burner.
Live Demo

How to add this widget in Blogger

Log in to your Blogger dashboard.
Select your template in which you want to add/install this widget.
Go to layout >> Add a Gadget >> select HTML/JavaScript

 Paste the below code and save it.
<style>
.socialicons_widget_sidebar li {
    float: left;
    width: 147px;
    height: 147px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: none;
}
.socialicons_widget_sidebar li a {
    line-height: 1px;
    display: block;
}
.socialicons_widget_sidebar li a:hover img {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.socialicons_widget_sidebar li a span {
    display: none;
}
.socialicons_widget_sidebar li.rss-icon {
    margin: 0 6px 6px 0;
}
.socialicons_widget_sidebar li.facebook-icon {
    margin: 0 6px 0 0;
}
</style>
 
<div id="socialicons_widget_sidebar-2" class="row widget socialicons_widget_sidebar">
<ul style="margin: 0 0 0 0; padding: 0 0 0 0; list-style: none;">
 
<li class="twitter-icon" style="margin-left: 155px;"><a target="_blank" href="http://www.twitter.com/#" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrXP1fNpGteNAyeC1KWRwSJOme9WHPvG3qH22jK7ko3PRFjcA-3bPs4GAlXlcN0vUrnlrw1JVGhL4kj1Efm_Jy3Vxd9PlKimFzDx3WrPCg68hwlBSlsUoByDXDsnXzAwBHZMnXHaDIwkJU/s1600/twitter.png" width="147" height="147"><span>Twitter</span></a></li>
 
<li class="facebook-icon" style="margin-top: -146px;"><a target="_blank" href="http://www.facebook.com/#" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLsNdVQ4ZWTvemPk-8RPkgjwJMFiJ69s9N5PMI1DqxQgqilZXNTX-SoUsh8fjYgKT0mwxSodIJqC5A-O9aXoNyb8Oidzpst5ma_CqLKAPb8B1arDgC5N8Ft7670wvmVyLxFMFx9U9myr3r/s1600/facebook.png" width="147" height="147"><span>Facebook</span></a></li>
 
<li class="rss-icon" style="margin-top: 7px;"><a target="_blank" href="http://feeds.feedburner.com/#" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM0PHe5QZOjECcSVIyBVTKodEYaplv-VuG0DJV9olx-m2G9gOpOIoMkyFCdVkcq69kMXw1PWMo70J39JPFhYSdCjKGF1FFN6ymt6k0PuwyP0matgq8NAg3hAjE3dvSWp592z6BkqCuGeGM/s1600/rss.png" width="147" height="147"><span>Rss Feed</span></a></li>
 
<li class="google-icon" style="margin-left: 155px;margin-top: -153px;"><a target="_blank" href="https://plus.google.com/u/0/#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLYBtcotEsqviXruVwkXrAKB-FwCp402sAOy5SXJQcDTmDEMFCReprsrYEXtDZQZHIIJFiL06CcjMuqu7WoA5LxIzKlEnCwAjW6QkpBSaqtyabykjZrVPnPEH3sDDdMIoGzwFM_0joFVSC/s1600/google.png" width="147" height="147"><span>Google+</span></a></li>
 
</ul>
</div>
Customization:
You just need to replace # with your own social profiles links and you are done…..!

Enjoy..

No comments:

Post a Comment