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.
Live Demo 3D Social Buttons With Rotate Spin
 
 
 
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.
Note: Replace the following sections with your social profiles and feed URLs.
4. Save it.
That's it you have a very cool subscribe section on your blog. Thanks for reading it.
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.
Live Demo 3D Social Buttons With Rotate Spin
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/AVvXsEgf2hGA2q1DilIJLrVTry3i2bwrgZkyJhGAQVNEUofYPrEp1x2L59eoZMKJ3Z4kVT4uqflYY284YFXji1wu7gnRtxCsbBZtkzdDBs6xtDNMlwJ4-gcK4TpK1wcc70LDKVUgCDiSKVNMxG2a/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/AVvXsEi9g5fw6EVsZfmT-lFTAxHmeQS3h-FZ0kE020fM5gGe_xxmFOQdyOph0pvzhi0j6-thAlNzQqWkikUMFGBdirYrDh0uocTF4HHJ-XyrxrJKJBZYoCY01Oro1Dj3HXJPtPQKXzB4eSuRBvTU/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/AVvXsEipTWu2Kjet6jPx0pcR3NF5cPY_3qg-PALYBzuYOEjCJnRGKwtfkIrHRUszHQPhXj4GE5K_1fEzXxT-OPWvm0ywNEYd7IkAjrCLqwvygNzQbtmSaeJmRNH4RM7GKLA-TemjjHnqhfqn7b7n/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/AVvXsEhUpwFt447fPKnu8gS2wrVqggZz37nzDar-V31JlByR8fMn-7zfaDShk0AjY-h4aMg-VrJO-SIzAqN2E7d95K2YSf7r_f75Q7dWz3rQmsrndZexSNJB8RqE-xXmYb0ZaedjsRvQHq3c3Ihe/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/AVvXsEg3bq7tJ0bImFhgLQU1serzegVuJSTF6BnhFY1oSTlkdN_LsuCeXHtM0iBqk3xi83uOcFiOjqk10Zbh4V_lIRHpfSimmxdwKH-BYV7tqqnbc89kkevaJxDltAG8fM-tFn_xM-AZ4abEmys4/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/AVvXsEhO5ws1adJ20gevWXj7mTvfjmIW3SNVIpPTFe0s4zKRc0LjaVKkc5zfvjQKiTILR4ozBGSKujqYpUQkEoOTPDfN8ckAUYFHRn2TOt176HNCmdZFcv6GkC6cW7auT79sdaSI0D962dkNVTPa/s1600/PINTEREST-48x48.png" alt="Follow Me on Pinterest" /></a></div> <br/> <a href="YOUR-FEEDBURNER-URL-HERE" target="_blank"><img alt="Blogger Widgets" src="http://feeds.feedburner.com/~fc/truebloggertricks?bg=FF9999&fg=444444&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.








 
 
 

 
 
 
 
 
0 nhận xét: