从我的博客分享链接时,它用于提供预览。但是,现在当我共享链接时,预览不会显示。该网站为http://sacandbeyond.com
当我只分享上面的主网址时,它会显示旧帖子的预览。分享特定帖子时说
http://sacandbeyond.com/2012/01/11/coachella-2012-lineup-announced/
它根本不会拉预览。我使用wordpress,最近才进入facebook的时间线。
我已经在对象调试工具上检查了我的网站并返回到下面,这似乎没问题。
有关可能导致此问题的原因的任何建议?
Response Code: 200
Fetched URL: http://www.sacandbeyond.com/
Canonical URL: http://sacandbeyond.com/
URL for Likes: http://www.sacandbeyond.com/
Open Graph Warnings That Should Be Fixed
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.
Inferred Property: The og:locale property should be explicitly provided, even if a value can be inferred from other tags.
答案 0 :(得分:1)
您需要做的事情(如果您有权在博客上执行此操作),请在页面的HTML标记中添加一些og:tags
。 Facebook需要此信息才能知道如何正确预览您的链接。
您可以在此链接上阅读有关标签以及如何使用它们的更多信息:
Open Graph Protocol