Hello All, i follow this tutorial: http://www.realcombiz.com/2012/07/add-facebook-slidepop-out-like-box.html on my url blog, this widget can be seen and it s open when i move the mouse on BUT there is not details inside for my friends.. here my script ( added as a widget on http script): <script type="text/javascript">/*<![ CDATA[*/jQuery(document).ready(function() {jQuery(".rblikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);});/*]]>*/</script><style type="text/css">.rblikebox{background: url("http://2.bp.blogspot.com/-sUi5BzxxhmI/UAbKrgxWIII/AAAAAAAAAsA/CTAQ6r-JPm0/s1600/rb+facebook+slide+out+widget.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 42px;width: 245px;z-index: 9999999;position:fixed;right:-250px;top:20%;}.rblikebox div{border:none;position:relative;display:block;}.rblikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 7px;text-align: right;z-index: 999;}.rblikebox span a{color: gray;text-decoration:none;}.rblikebox span a:hover{text-decoration:underline;}</style><div class="rblikebox"><div><iframe src="http://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/live.tips.54&width=245&colorscheme=light&show_faces=true&connections=9&stream=false&header=false&height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe></div> here my blog: http://onlylivetips.blogspot.nl/ my FB: https://www.facebook.com/live.tips.54 thanks if you can help to fix it ( i try and replace with realcombiz User name on the script and it works) Have a nice day