Buffer

Create Social Sharing Icons With Mouse Hover Effect To Blogger Blog

By Durodola Ridwan | Sunday, June 24, 2012 | | | Be the first to comment!

Making your blog unique is a very tough task, in this tutorial am about to share with you, i will discussing on how you can add a cool social sharing icons with a cute CSS3 effect. This icons consist of facebook link, twitter link, you tude link, and google + link. This icons will move by 7 degree when you hover your mouse on it due to the effect that is included. Follow the few steps below on how to add this icons to your blog.



Adding The Icons To Your Blog

STEP 1
  • Go to your blogger dashboard
  • Click on "Design" > "Edit HTML" > Back up your template
  • Mark/Tick "Expand Widget Templates"
  • Use ctrl F to find </b:skin> and paste the following code before </b:skin> tag
#rb_share_ex {
width: 800px;
margin: 0 auto;
}
#rb_share_ex img {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
#rb_share_ex img:hover {
-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
}

#rb_share_ex ul{
list-style-type:none;
}
#rb_share_ex  li{
list-style-type:none;
}
  • Click "SAVE TEMPLATE"
STEP 2
  • Go to your blogger dashboard
  • Click on "Design" > "Page Elements" > "Add a Gadget"
  • Choose "HTML/JavaScript" from the list of options
  • Copy and paste the code below in the content box.
<div id='rb_share_ex'>
<!--Fully Design By Realcombiz.com-->

<li class='current-cat'><a href="https://www.facebook.com/realcombiz" target="_blank" rel="nofollow">
<img src="http://2.bp.blogspot.com/-p-dbWUgh9hE/T96dA5c8OGI/AAAAAAAABWU/K_V8qSZODck/s1600/icon1.png" width="100" height="100" border="0" />
</a>
<a href="https://twitter.com/realcombiz" target="_blank" rel="nofollow" >
<img src="http://1.bp.blogspot.com/-UjF9lnWlPTM/T96c_H0UWRI/AAAAAAAABWM/A_Do488S8Ik/s1600/f.png" width="100" height="100" border="0" /></a></li>

<li>
<a href="https://plus.google.com/117896762172961615212/posts" target="_blank" rel="nofollow">
<img src="http://2.bp.blogspot.com/-40ET7V5mapg/T96dEX18jqI/AAAAAAAABWk/Wr0GCw0aW8Q/s1600/icon9.png" width="100" height="100" border="0" />
</a>

<a href="http://www.youtube.com/user/realcombiz/videos" target="_blank" rel="nofollow">
<img src="http://4.bp.blogspot.com/-B8hYQk6Lkw4/T96dCTtuGRI/AAAAAAAABWc/2kbvyVYI-II/s1600/icon8.png" width="100" height="100" border="0" />
</a>

</li>
</div>
  • To change the height and width of your icon, simply edit all occurrence of 100
  • Replace https://www.facebook.com/realcombiz with your facebook page url
  • Replace https://twitter.com/realcombiz with your twitter profile url
  • Replace https://plus.google.com/117896762172961615212/posts with your google plus profile url
  • Replace http://www.youtube.com/user/realcombiz/videos with your youtube profile url.
  • Click "Save". That's all.
Hope you like this beautiful icons? if so, tell us what you like about it and share it with friends/followers.


    Enjoyed This Post? Subscribe For More Update!

    Related Posts Plugin for WordPress, Blogger...

    0 comments:

    Confused? Feel free to ask

    Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

    Note:
    1. To add HTML code in comments then please use our HTML Encoder
    2. For perfect customization of our tutorials, use our HTML Editor
    3. If you want to be notified on follow up comments or replies, click on "Subscribe by email" below the comment box.
    4. Please do not spam, Spam comments will be deleted immediately upon our review.

    Regards,
    Ridwan

    Next Post Previous Post Home

    About Me

    My Photo
    Durodola Ridwan is a blogger enthusiast and founder of www.realcombiz.com. He love writing about Blogging tips, SEO, SocialMedia strategies, and Tech news in general. You can hook him up on facebook, twitter @realcombiz, and Google+.

    Recent Posts

    Copyright © 2013. All Rights Reserved | Home | Contact | Privacy Policy
    Powered by Blogger