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.
fancybox の pop 画像に facebook like を挿入する方法はありますか?
fancybox は単なる別の ajax 呼び出しです。HTML5のLIKEボタンを使用できます
ロードが完了したら、解析関数をトリガーするだけです。
fancybox load の後に以下の簡単なコードを試してください。実行できます。
$("#foo").fancybox({ 'onComplete':function() { FB.XFBML.parse(); } });
http://developers.facebook.com/docs/reference/plugins/like/