It contains Facebook, Twitter, Pinterest, RSS Feed and Stumbleupon buttons. Check out the picture below as a demo and follow given steps to install this widget:
- Recommend For You - Metro UI V3.0 Icons Widget For Blogger Blog
Add Wooden Style Social Icons Widget To Blogger
- Go to Dashboard > Design > Page Elements.
- Click Add A Gadget. In New Window, Select HTML/Javascript .
- Copy The Code Given Below and Paste It Inside The Box.
- Save The Gadget and Its Done
Add Wooden Style Social Icons Widget To WordPress
- Go to Dashboard > Appearance > Widgets > Available Widgets
- Drag Text Widget Into a Sidebar.
- Paste In The Code.
- Save Widget & Its Done
Code For Wooden Style Social Icons Widget
<style>
/* Social Icons
----------------------------------------------- */
a.social-icons {
margin-right: 5px; /*Adjust This Value As Needed*/
height:45px;
width:45px;
}
a.social-icons:hover {
opacity: .7;
filter:alpha(opacity=70); /* For IE8 and earlier */
} height:45px;
width:45px;
</style>
<a class="social-icons" href="https://www.facebook.com/BlogsDaddy" target='_blank' rel='nofollow'><img src="http://goo.gl/MkLAa" /></a>
<a class="social-icons" href="https://twitter.com/BlogsDaddy" target='_blank' rel='nofollow'><img src="http://goo.gl/H3uTa" /></a>
<a class="social-icons" href="http://pinterest.com/gaganmasoun" target='_blank' rel='nofollow'><img src="http://goo.gl/TgDrp" /></a>
<a class="social-icons" href="http://feeds.feedburner.com/BlogsDaddy" target='_blank' rel='nofollow'><img src="http://goo.gl/WfxyR" /></a>
<a class="social-icons" href="http://www.stumbleupon.com/stumbler/gaganmasoun" target='_blank' rel='nofollow'><img src="http://goo.gl/240yd" /></a>
0 comments:
Post a Comment