How to Add Sliding FACEBOOK LIKE BOX

How to Add Sliding FACEBOOK LIKE BOX

sliding facebook like box




  1. Go to “LAYOUT” > “ADD A GADGET”.
  1. Select “HTML/JAVASCRIPT” from the list and add the following code:

 <script type="text/javascript"> 
$(document).ready (function() { $ (".fblikebox").hover (function() { $(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate ({right: "-250"}, "medium");}, 500);});
</script>
<style type="text/css"> 
.fblikebox{background: url("http://i1310.photobucket.com/albums/s658/ubaidh/FacebookBadge_zps8026204c.jpg?t=1366893812") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;} 
.fblikebox div{border:none;position:relative;display:block;}
.fblikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.fblikebox span a{color: #808080;text-decoration:none;}
.fblikebox span a:hover{text-decoration:underline;}
</style>
<div class="fblikebox" style=""> 
<div>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2Fseosupports&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp; connections=12&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;">
</iframe>
</div>
</div>




Note:  Change seosupports in URL, to your own facebook user/page name.



  1. Click “SAVE”.

    That’s it, you are all done. Refresh your blog to see the widget.



share this article to: Facebook Twitter Google+ Linkedin Technorati Digg
Posted by Unknown, Published at 21:30 and have