2017-01-24 41 views
1

大約一週前開始,除非我使用Facebook調試工具並再次單擊「scape again」,否則Facebook不再正確拉拽我的「og:image」。Facebook無法正確拉動「og:image」

我收到以下錯誤消息:

所提供的「OG:圖像」,因爲新的圖像被異步處理特性尚不可用。爲確保新網址的分享包含圖片,請使用'og:image:width'和'og:image:height'標籤指定尺寸。

我的代碼已經運行了一年多了,而且我沒有做任何修改。

這裏是我的代碼:

<meta property="og:image" content="http://www.example.com/images/example.png" /> 
<meta property="og:image:width" content="220" /> 
<meta property="og:image:height" content="220" /> 
<meta property="og:type" content="article" /> 
<meta property="og:title" content="<Article Title>" /> 
<meta property="og:description" content="<Article Desc>" /> 
<meta property="og:url" content="<Article URL>" /> 
<meta property="og:see_also" content="<Article Alt URL>" /> 
<meta property="og:site_name" content="example.com" /> 
<meta property="og:locale" content="en_US" /> 

我已經刪除了真正的元內容,但我向你保證,所有的meta標籤的填寫正確。

幾次點擊「scape again」按鈕後,Facebook終於能夠拉出圖像。

我的專用服務器上有0.00服務器負載,所以這不是問題。

任何想法?

+0

爲什麼選擇投票? –

+0

我有完全相同的問題。它突然停止了,儘管提供了高度和寬度值,但我仍然遇到了同樣的錯誤。我認爲Facebook已經打破了他們自己的拼搶系統。 –

回答

0

看起來這是一個Facebook問題,因爲一切都神奇地開始工作,沒有我做任何改變。