Saturday 6 October 2012

Social Sharing Button With Hover Effect V2

,

Hey Bloggers, I am again with Social Sharing Buttons. This time i developed a simple, cool and attractive Social Sharing buttons using CSS. I already published a simple widget of Social Sharing Buttons with Hover effect and I am very happy that you liked that widget very so here i developed this Widget for your blog. This is a very light weight widget with less CSS and HTML code. It load in less then a second. I put mouse hover effects on it to make it more cool. I used rectangle social media icon which looks awesome in your blog.There are total five sharing buttons, start from twitter, Facebook, RSS, YouTube and Google Plus. I used these buttons because these are the very common and popular social channel in Internet world. So Lets add this widget in your blog. This widget is compatible with Blogger, WordPress and any HTML webpage ,supported by any web browser.







How to Add this Widget. [Blogger]

  • Go to Blogger -> Design -> Page Element 
  • Add a Gadget
  • Choose "HTML/JavaScript" Widget
  • paste the following code in the widget Area.

<style type="text/css">
.pbtv2Social {
display: block;
margin: 2em auto;
width: 200px;
height:40px;
}
.pbtv2Social span {
float: left;
display: inline;
margin-right: 8px;
}
.pbtv2Social span a {
display: block;
width: 32px;
height: 32px;
text-indent: -9999px;
background-color: none;
background: transparent url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivan0pVW75H2l5eytQqAc3HR3KkT1KYZ3dm2RimkUsovSaIc3ocfBxNlAFyAZEgB_AgxReEkhQaKISYA5daMwep4OyEyEDuCTHUqA8oDB2IyL9UG2I8sroNizD7J1ACFJOeLOkNWc9m_WA/s1600/social+icon.png") 0 0 no-repeat;
}
#iconTwitter {background-position: -33px -33px;}
#iconFacebook {background-position: -66px -33px;}
#iconRSS {background-position: 0 -33px;}
#iconYouTube {background-position: -99px -33px;}
#iconGooglePlus {background-position: -132px -33px;}
#iconTwitter:hover {background-position: -33px 0;}
#iconFacebook:hover{background-position:-66px 0}
#iconRSS:hover{background-position:0 0}
#iconYouTube:hover{background-position:-99px 0}
#iconGooglePlus:hover{background-position:-132px 0}
</style>
<div class='pbtv2Social'>
<span><a href='http://www.twitter.com/infozhelper' id='iconTwitter' target='_blank' title='Follow us on Twitter'>Twitter</a></span>
<span><a href='http://www.facebook.com/coollokjeeth' id='iconFacebook' target='_blank' title='Join us at Facebook'>Facebook</a></span>
<span><a href='http://feeds.feedburner.com/infozhelper' id='iconRSS' target='_blank' title='Subscribe our RSS Feed'>RSS</a></span>
<span><a href='http://www.youtube.com/user/lokjeethchannel' id='iconYouTube' target='_blank' title='Follow our YouTube Channel'>YouTube</a></span>
<span><a href='https://plus.google.com/111188040805340254482/posts' id='iconGooglePlus' target='_blank' title='Follow us at Google+'>Google</a></span></div>
</div>
</div>


Change the Twitter, Facebook, RSS, YouTube and Google+ links with your blogs.





  •   Save the Widget and Enjoy!!!


Steps for WordPress blogs



  • Go to Dashboard -> Appearance -> Widget
  • Choose Text Widget
  • Paste the above code in Widget Area
  • Edit the Social Media Links as according to your blog.  
  • Fix the position and save the widget.


Credit


This Social Sharing Buttons Widget is designed by Labnol and further customized by InfozHelper. If you want to share it with your readers, you have to give back link to InfoZHelper.

Need Help??


If you having any trouble to implement this widget in your blog. Share your problem with us. I will try to resolve it as soon as possible.


6 comments: