<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>

<script type="text/javascript">

$(document).ready(function() {

$(".fbbox").hover(function(){

$(this).stop().animate({right: "0"}, "medium");

}, function(){

$(this).stop().animate({right: "-250"}, "medium");

}, 500);

});

</script>

<div class="fbbox" style="">

<div>

<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2F貼上粉絲專頁的自訂短網址&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp; connections=9&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>