
Most of blogger using facebook fanpages to promote their blogs.This is great and cool widget.I think the common facebook like box get more time to load than this.You can see I have add it to my blog.When your mouse point go over that facebook badge it will apear.If you like our blog don't forget to like us on facebook when you checking it.Let's see how to do this.
First go to Design>>>>Edit html
Then press ctrl+f and seach for tag.
Then paste the this code before </head> tag
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
Now save your template and go to design
click add a gadget and select html/javascript
Then paste this code in it
<script type="text/javascript">
//<!--
$(document).ready(function() {$(".w2bslikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right:...