別の URL を指すページに「いいね」ボタンを追加しました。対象ページにOGタグもつけました。
ただし、iit は正しく機能していません。両方のページをデバッガーで実行しましたが、両方ともエラーが表示されています。
「いいね」ボタンのあるページ( http://www.ilovefish.co/test.html ):
修正が必要なエラー: ダウンロードできません: URL からデータを取得できませんでした。
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:fb="http://ogp.me/ns/fb#">
<head>
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<fb:like href="http://www.ilovefish.co/target.html" send="false" width="450" show_faces="true"></fb:like>
</body>
</html>
対象ページ( http://www.ilovefish.co/target.html ):
*修正が必要なエラー: オブジェクトの無効な値: URL 'http:// www のオブジェクト。プロパティ 'fb:app_id' の指定された値 '133031083521499' をタイプ 'fbid' として解析できなかったため、タイプ 'website' の ilovefish.co/target.html' は無効です。
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta property="og:title" content="Join The Fish Club" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.ilovefish.co/target.html" />
<meta property="og:image" content="http://www.ilovefish.co/images/fish_club.png" />
<meta property="og:site_name" content="The Fish Club" />
<meta property="fb:app_id" content="133031083521499" />
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">
</body>
</html>
誰でもこれに光を当てることができますか?
乾杯
マーク