
In my previous posts I have shown the way to add twitter followers box and facebook like box with hover effect.If you not read them read it here.
Statick popout twitter followers box with hover effect
Static popout facebook fanpage like box with hover effect for your blog
In this post I will show the way to add Google Plus Add To Circle Widget With Jquery Hover effect .Hover effects are cool and it will add extra beauty to your blog.You can get readers attention easily.Let's see how to add.
First log in to your blogger account and go to design>>edit html
Now press ctrl+f and search for </head> tag.
Then copy and paste below code before </head> tag.
<style>
/* dude, this plugin by freddie@kakinetwork.com */
img, a { border: 0; }
#on {visibility:visible;}
#off {visibility:hidden;}
#addtcircle_div {width:196px;height: 353px;overflow: hidden;}
/* right side style */
#addtcircle_right {z-index: 10005;border:2px...