如何在类别页面上显示与类别相关联的图像?

时间:2014-12-22 21:40:06

标签: php wordpress facebook

我们说我的链接是这样的:

http://example.com/category/the-category-page

当我在Facebook上使用它时,我得到该网站的默认图像。我想要的是行为,就像发布链接到显示特色图像的帖子一样。我如何获得与某个类别相关联的精选图片,然后在我发布该类别页面的链接时将其显示在社交媒体上?

1 个答案:

答案 0 :(得分:0)

搜索“OpenGraph”

您的示例代码:

<meta property="og:image" content="http://babality.com/img/babalityog.png"/>
<meta property="og:title" content="Babality - Oyunlar, Hileler, Combolar" />
<meta property="og:site_name" content="Babality - Oyunlar, Hileler, Combolar"/>
<meta property="og:description" content="Babality.com; kaliteli ve eğlenceli oyunların, popüler oyunlara ait hilelerin ve comboların bulunduğu bir web sitesidir." />
<meta property="og:url" content="http://babality.com/" />

在两者之间写下来。

确保您的图片宽度至少为200像素,高度为200像素。 Facebook给出了这些规则,因此请密切关注它们。

插入代码后,您可以从此处检查(需要登录):

https://developers.facebook.com/tools/debug/