您可以添加元数据,嵌入在<head>
在你的博客文章的html中添加标签,告诉Facebook在共享内容时要显示什么信息。
以下是Facebook使用的主要元标签:
<!-- Facebook Open Graph meta data -->
<meta property="og:title" content="Title Here" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.example.com/" />
<meta property="og:image" content="http://example.com/image.jpg" />
<meta property="og:description" content="Description Here" />
您只需将博客帖子中的图像链接添加到
<meta property="og:image" content="http://example.com/image.jpg" />
标记以告诉Facebook使用哪个图像。
虽然您很可能不会自己编辑每个页面的html代码,但您可以使用插件来添加这些信息。我可以推荐Yoast SEO, 这也为优化站点的一系列SEO设置提供了选项,但是如果你只想添加Facebook元数据,你可以尝试以下方法this plugin – 虽然我自己没有用过,但这些评论似乎是合理的。谷歌“Facebook Meta Wordpress插件”提供其他选项。