人氣點閱:2565 |
發表人 |
Resolve Facebook "og:image" not refetch issue 2012-10-29 14:02 |
/ / /
|
|
Resolve Facebook "og:image" No Refetch/Update
解決臉書機器人不重抓 Open Graph -> {"og:image"} 的問題
症狀 (symptom)
I updated my web content, of course with og:image changed with new image,
and want to publish again onto Facebook page to link share.
However the new "og:image" data looks remained as the previous one,
likely no upadte and no refetch the new og:image from facebookexternalhit bot.
解法 (Solution for og:image not refetch)
Upadte the "og:url" with "HTML ANCHOR MARK (#)"
as well to distinguish with the original content.
e.g. FIRST Version
代碼:
<meta property="og:url" content="https://vovo2000.com/f/viewtopic-356127.html"/>
<meta property="og:image" content="https://vovo2000.com/images/49604.jpg"/>
e.g. Newer Version with 9th edited
代碼:
<meta property="og:url" content="https://vovo2000.com/f/viewtopic-356127.html#9"/>
<meta property="og:image" content="https://vovo2000.com/images/49649-thumb.jpg"/>
URL: https://vovo2000.com/f/viewtopic-356127.html
_ ________________
美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀
|
|
Type
繪圖畫廊 設計藝廊 攝影相簿 留言板 最愛收藏 分類標籤
暱稱: Type 註冊: 2002-11-30 發表: 11165 來自: vovo2000.com
V幣: 901613
|
|
|
|
|