0
私は、Iframe経由で私のページにFacebookのアプリケーションを表示しています。私は私のページにlikeブロックとcommentブロックを生成するために次のコードを追加しました。Facebookのような壁紙への間違ったURLの投稿
<div class="my_page_footer">
<script src="https://connect.facebook.net/en_US/all.js"></script>
<div class="my_page_likes">
<fb:like href="<?=$canvas_url;?>" show_faces="true" width="570" font="verdana"></fb:like>
</div>
<div id="fb-root"></div>
<div class="my_page_comments">
<fb:comments href="<?=$canvas_url;?>" num_posts="5" width="570"></fb:comments>
</div>
</div>
キャンバスのURLは、アプリのiframe srcです。 誰かがクリックすると、iframeのようにsrc URLがアプリの名前やアプリへのリンクの代わりに壁に掲示されます
- ニール
これらを上書きできますか?私のアプリでこれらのメタタグを設定しますか? – Neil
$ canvas_url URL(http://apps.facebook.com/my-app)を使用する代わりに、http://www.my-app.com – Art