2012-02-07 16 views
0

私のサイトへのリンクがFacebook上で共有されていても、正しく動作していないときにサムネイルを表示しようとしています。私はFacebookのオブジェクトのデバッガを使用してみましたが、私は次の警告を得る:Facebook OGPが正しく動作しない

<meta property="fb:app_id" content="227018187387679" /> 
<meta property="og:locale" content="en_US" /> 
<meta property="og:title" content="Tree Removal Gone Wrong" /> 
<meta property="og:type" content="video.other" /> 
<meta property="og:url" content="http://www.asopao.com/video/2611" /> 
<meta property="og:image" content="http://www.asopao.com/media/videos/tmb/2611/1.jpg" /> 

をURLがhttp://asopao.com/video/2611/tree-removal-gone-wrong

私は何をしています:

The og:url property should be explicitly provided, even if a value can be inferred from other tags. 
The og:title property should be explicitly provided, even if a value can be inferred from other tags. 

これらは私が使用しているメタタグです間違っている?

答えて

0

リンターによると: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fasopao.com%2Fvideo%2F2611%2Ftree-removal-gone-wrong

あなたはこれらのタグを逃しています。

は、ここにあなたのサーバがログインfacebookに送信しているまさにだ:これらはあなたが送っているだけメタタグは

http://developers.facebook.com/tools/debug/og/echo?q=http%3A%2F%2Fasopao.com%2Fvideo%2F2611%2Ftree-removal-gone-wrong

です。

<meta charset="utf-8" /> 

<meta name="robots" content="noodp, noydir" /> 

<meta name="description" content=" Facebook is a social utility that connects people with friends and others who work, study and live around them. People use Facebook to keep up with friends, upload an unlimited number of photos, post links and videos, and learn more about the people they meet." /> 
+0

http://asopao.com/video/2611/tree-removal-gone-wrongでソースを見ると、そこにタグが表示されます。 –

+0

私はそれらを見ません。私はリンターのようにジャバスクリプトをオフにしています。 – DMCS

+0

いいえ、それはありませんでした。私はチェックして、メタタグをダブルチェックしても、まだ動作しません。 –

関連する問題