Monday, August 20, 2012

Blogger Social Sharing Widget With Rotation Hover Style

This social sharing include nice hover effect.Actually this help you to attractive your blog. Visitors will force to click it. Earlier also i added same sharing gadget but its hover effect is different.so you can try this. Earlier post here Follow these steps to add to your blog.
Demo

1. Log in to blogger  Design > Page Element.

2. Click Add Gadget and select 'HTML/Javascript

3.Now Paste Below code.


<style>
p#socialicons img {    -moz-transition: all 0.2s ease-in-out;    -webkit-transition: all 0.2s ease-in-out;    -o-transition: all 0.2s ease-in-out;    -ms-transition: all 0.2s ease-in-out;    transition: all 0.2s ease-in-out;} 
p#socialicons img:hover {    -moz-transform: rotate(70deg);    -webkit-transform: rotate(70deg);    -o-transform: rotate(70deg);    -ms-transform: rotate(70deg);    transform: rotate(70deg);}
p#socialicons1 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;}
p#socialicons1 img:hover {    -moz-transform: rotate(360deg);    -webkit-transform: rotate(360deg);    -o-transform: rotate(360deg);    -ms-transform: rotate(360deg);    transform: rotate(360deg);} 
p#socialicons2 img {    -moz-transition: all 0.5s ease-in-out;    -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    -ms-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;} 
p#socialicons2 img:hover {    -moz-transform: rotate(-360deg);    -webkit-transform: rotate(-360deg);    -o-transform: rotate(-360deg);    -ms-transform: rotate(-360deg);    transform: rotate(-360deg);}</style>

<center><p id="socialicons">    
<a href="http://www.facebook.com/bloggertrix" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0pF3VWICqO7i7aJcSBnGGgHIh6yoKMvBkxi_c-WohqLwDgOMQtI-Dmuec5rucS8X0a3n1oJnZHnv-jNcDnyhsP4BxjU957LwU3wuyBfxhOxclG9esHe6_YOb0I3JSLPPM_HSq195scdw/s1600/bloggertrix.com-facebook-icon.png" /></a>    
<a href="http://www.twitter.com/bloggertrix/" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJM6XLKdSOD8af1ANKnyw4pm9WnwfRVVs6ZeXw-BKyfJ-r8SaOFuGton6neLC9rSACESucszFYUOGxssyBn9e3WYW0VhhYnjJ463tqZmbEHEKHEfJC-kDSoO8rRZbaEhOAIZtg-74dgn4/s1600/bloggertrix.com-twitter-icon.png" /></a>    
<a href="https://plus.google.com/107955298793879607964" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOzK7NVXyXbx6xzwKwcvvc-tV3hvOtRdeELmdZdTm815QNnORGuSnbiUDSSgUV2zygOwb5Bl9-xelbBJcwIaOBYCRKxzQuTqVNiIbx7_dOyMU1eh5xOU-X9kgUoDchI2QM-oY9K0NAoE4/s1600/bloggertrix.com-google-plus-icon.png" /></a>    
<a href="http://feeds.feedburner.com/bloggertrix/" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjo49R5RTyBUjRyxDDjW11EL_gom_j_Ry8zqsDVt5kLkxB-Bo3_SLGsC5tDEjokpEe2hf_yFnVnySIP0SYG2jJmu1tPQVIb7xNDLf66a62D0bZZFcxAsDTDYoXLYdht-KnAUVDULmEr6jY/s1600/bloggertrix.com-rss-icon.png" /></a></p></center>

After paste above code
* Replace bloggertrix with your facebook username
*Replace bloggertrix  with your  twitter Username
*Replace 107955298793879607964 with Google plus id
*Replace bloggertrix with feedburner username

4. Now save your HTML/Javascript'.

    You are done...

5 comments: