Facebook コメント プラグインを使用しました。HTML ページに次のメタ タグを記述したとき、アプリケーションに Codeigniter フレームワークを使用しています。
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object#">
<meta property="fb:admins" content="{MY_FB_ID}"/>
<meta property="fb:app_id" content="{MY_APP_ID}" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{my url}" />
<meta property="og:title" content="beyondandameter" />
<meta property="og:image" content="http://mysitedomainname/Andameter/uploads/tech1.jpg" />
スクレイプ情報
Response Code: 206
Fetched URL: http://mysitedomain/Andameter/anda/politics_pics/26
Canonical URL: http://mysitedomain/Andameter/anda/politics_pics/26
修正が必要な Open Graph の警告
Inferred Property: The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property: The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property: The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Small og:image: All the images referenced by og:image should be at least 200px in both dimensions, with 1500x1500 preferred. (Maximum image size is 5MB.) Please check all the images with tag og:image in the given url and ensure that it meets the recommended specification.
私を助けてくれる人はいますか?私の間違いはどこですか?