我用我的頁面(wordpress)基於All In One SEO插件實施Facebook的OpenGRaph協議。WordPress的所有在一個SEO插件不分享到Facebook牆
每頁:
URL returned a bad HTTP response code.
Inferred Property
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
我從裁判:
<meta property="og:type" content="article">
<meta property="og:title" content="my_title">
<meta property="og:url" content="http://my_site.jp">
<meta property="og:description" content="my_content">
<meta property="article:published_time" content="my_published_time">
<meta property="article:modified_time" content="my_modified_time">
<meta property="og:site_name" content="my_site_name">
<meta property="og:image" content="http://my_site.jp/wp-content/uploads/2017/05/my_image.png">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="315">
<meta property="og:locale" content="my_cocale">
但我Facebook developer debug檢查時收到這些錯誤Facebook Open Graph Error - Inferred Property
但我沒有任何解決方案。有這個問題的解決方案嗎?
你調試什麼網址? – WizKid
用於調試的URL:https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fcomona.jp%2F47456 – DinhNC
什麼是您的URL! – WizKid