【发布时间】:2016-05-17 05:35:27
【问题描述】:
当我将博客中的文章分享到 Facebook 时,没有图像。只有标题。
我的博客在博客上。
有谁知道我该如何解决这个问题?
【问题讨论】:
标签: facebook share thumbnails
当我将博客中的文章分享到 Facebook 时,没有图像。只有标题。
我的博客在博客上。
有谁知道我该如何解决这个问题?
【问题讨论】:
标签: facebook share thumbnails
你必须通过像这样的元命令明确提及图像的网址
<meta property="og:image" content="http://xyz/img.jpg"/>
检查这个https://developers.facebook.com/tools/debug/sharing 和http://ogp.me/
【讨论】: