修改的地方有以下兩處 額外要注意的是: 上面這段Code中 「、「sya的旅遊部落格」改為你自己粉絲團的資訊 上面與下面Code中「-352」的這個數值可以改為適合你網站的數值,但必須一致,否則縮合時位置會不正確。 外觀 / 小工具 / 自訂HTML <div class=”fbbox”> <div class=”fb-page” data-href=”” data-tabs=”timeline” data-width=”500″ data-height=”500″ data-small-header=”false” data-adapt-container-width=”true” data-hide-cover=”false” data-show-facepile=”true”><blockquote cite=”” class=”fb-xfbml-parse-ignore”><a href=””>sya的旅遊部落格</a></blockquote></div> </div> <script> jQuery(function($){ $(“.fbbox”).hover(function(){ $(this).stop().animate({right: “0”}, “medium”); }, function(){ $(this).stop().animate({right: “-352”}, “medium”); },…