Wednesday 10 October 2012

Add 3D Social Buttons With Rotate Spin Effect To Blogger

Posted by Unknown at 07:08:00
3D Social Buttons With Rotate Spin Effect
Today, I am back with beautiful 3D Social Buttons With Rotate Spin Effect For Blogger Blogs. You can see live demo on my Beautiful Blogger Widgets. These buttons created with the help of useful CSS trick. With CSS rotate when you place your cursor over each icon they spin 360 degrees, they spin back 360 when the cursor is removed.

You will see hover effect on these buttons.These buttons are related to your RSS feed, Email RSS, Facebook, Twitter, Google+, Pinterest and Feedburner reader count.

Thanks to Paul Crowe for making this beautiful widget. Please ask via comments if you are facing any problem.



Live Demo 3D Social Buttons With Rotate Spin


IconIconIconIconFollow Me on Pinterest


spice up your blog

How To Add 3D Social Buttons With Rotate Spin Effect To Blogger?

1. Go to Blogger Dashboard > Layout.
2. Click 'Add A Gadget' > HTML Javascript.
3. Copy and paste below code in HTML Javascript Gadget.

<style>
#social a:hover {
background-color: transparent;opacity:0.7;
}
#social img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
#social img:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
</style>
<center>
<div id="social"><a title="Grab Our Rss Feed" href="YOUR-FEED-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjh_zQ8J4_3toNAmwDxzaH66OnmvUgDyt13HPaOs_rUcdMvD6obwEAn3GFfNnE1zdIdC4t7doWmQAS8F-IxPSVzpYeeCAva_mao4osVBFhRKBjtUSM-Dnv8dMJwJp7RikiIXhBwB6YDinvj/s1600/RSS-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a rel="nofollow" title="Get Free Updates Via Email" href="YOUR-EMAIL-RSS-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4u5PywaBC-G5Mc5pH7jb1jSYg6hWVfopCJcW95_hbDq4A-_5MHsSLso3OJ0yTr0xGJLoFAwTamUDQlUXWEbe09s7v9hKHdtEg1LjG4grCtK0OCxOez99oQTKbIKL_Sr9mI3hPlaaAfNCn/s1600/RSS-EMAIL-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a rel="nofollow" title="Like Our Facebook Page" href="YOUR-FACEBOOK-PAGE-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0V281MPcIqZViCxirOAmLHl63ylKCVAA8rNFKmzN2A3RseffkAx13tfp-i9DrLkWWZcXdnwgKmMVE9_JrGngPd5bLWF-s6vXt-h6hv9DkA0wUbUB8Zt_K3DPSNOJgSSZbrltAkJVH_wbE/s1600/FACEBOOK-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a rel="nofollow" title="Follow Our Updates On Twitter" href="YOUR-TWITTER-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZWLcB1sU6qQ0ckOZ5bQO0D47WAEXllt800taqMhBwahrmtNv0NV0IKbWzRTeRGTntnhDeGQw7mSJa7KdC8tumSeu9iivfkDvlIHxY16lcAZknK1ecZrPK5nr9j2T2vqnKVnBeC6WYD48W/s1600/TWITTER-48x48.png" style="margin-right:1px;" alt="Icon"/></a><a title="Follow Us On Google+" rel="nofollow" href="YOUR-GOOGLE-PLUS-URL-HERE" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPlM_YUIodnAR3NDLejtUL5YH0KwX7MRCTIWgzunN66QSb7J8s8mk1j_ssjNaaheOJp_3v0LE3XabEAQneOApH7_ePTJHDsgzf2ptED1xt6QWowUxk2mNXKEssGDG1E16mg2SjXmZY4HcF/s1600/GOOGLE-PLUS-48x48.png"/></a><a title="Follow Our Pins" rel="nofollow" href="YOUR-PINTEREST-URL-HERE" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxygS2NuQ6tHC0PjoiA7JlnhdOZ9EFz11gx4N_BkDvbfNfBa7S557aF5z8O-WIP5cVcC1MN64vrfqotpceFA_21QILsjGtqo0XIm8mrZVgLf6q39uznzB1E9vfQIQvEIZhZ2FI8EEjy4iL/s1600/PINTEREST-48x48.png" alt="Follow Me on Pinterest" /></a></div>
<br/>
<a href="YOUR-FEEDBURNER-URL-HERE" target="_blank"><img alt="Beautiful Blogger Widgets" src="http://feeds.feedburner.com/~fc/beautifulbloggerwidgets?bg=ff9933&fg=000000&anim=1" style="border:0" /></a>
</center>

Note: Replace the following sections with your social profiles and feed URLs.

  • YOUR-FEED-URL-HERE
  • YOUR-EMAIL-RSS-URL-HERE
  • YOUR-FACEBOOK-PAGE-URL-HERE
  • YOUR-TWITTER-URL-HERE
  • YOUR-GOOGLE-PLUS-URL-HERE
  • YOUR-PINTEREST-URL-HERE
  • YOUR-FEEDBURNER-URL-HERE

4. Save it.

That's it you have a very cool subscribe section on your blog. Thanks for reading it.
Like Us.... Receive updates on your Facebook wall!!!!


If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you subscribe to my regular Email Updates. Subscribe Now!


Kindly Bookmark and Share it:

0 comments:

Have any question? Feel Free To Post Below:

Related Posts Plugin for WordPress, Blogger...
 

Popular Posts

Live Score

© 2011. All Rights Reserved | SHAKEEL ASGHAR |

Home | About | Top