Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各ページの読み込み時にボタンが飛び回る様子をご覧ください。各ページでこれが発生しないようにするには、相対位置/fb API をプリロードするにはどうすればよいですか?
http://kundalinilive.com
Facebookiframeは事後に DOM に挿入され、そのサイズはボタンの配置に影響します。<iframe>によって作成された幅/高さを既存の.fb-likedivに追加するだけで、これを修正できます。
iframe
<iframe>
.fb-like
.fb-like { height: 25px; width: 450px; }