いいねボックスの Facebook は正常に機能します。私はそのようにパフォーマンスのためにやりたい:
jQuery(document).ready(function(){
jQuery("#facebook-likebox").mouseenter(function(){
jQuery("#facebook-likebox").append('<div style="background: white;" class="fb-like-box" data-href="https://www.facebook.com/xxx" data-width="292" data-height="410" data-show-faces="true" data-colorscheme="light" data-border-color="#197597" data-stream="false" data-header="false"></div>');
});
});
しかし、うまくいきません。ページの読み込み中 [非同期ではない] に likebox fb をオフにするにはどうすればよいですか?