キャンバス アプリケーション内で同様のボタンを提供するためのベスト プラクティスはありますか? コンテンツの一部の OG:URL を apps.facebook.com/myapp 内のページとして指定すると、「いいね」シェアが apps.facebook を指しているように表示されます。コム。これはこれを行うための最良の方法ですか、それとも他の人はこれをどのように処理していますか? ありがとう!
私のコンテンツの OG タグは、おおよそ次のようになります。
<meta property="og:title" content="some cool title" />
<meta property="og:image" content="some cool image"/>
<meta property="og:site_name" content="my site name" />
<meta property="fb:admins" content="my id" />
<meta property="og:description" content="Hey neat wow this is content."/>
<meta property="og:url" content="http://apps.facebook.com/myapp/somecontent.aspx">
<meta property="fb:app_id" content="my_appid" />