动态Facebook拇指在墙上

时间:2012-04-13 15:22:13

标签: facebook thumbnails

我在Facebook上动态生成缩略图时遇到问题。我需要在每个子页面上放置一个独特的图像。我有以下页面链接:

  • www.name.com/1234
  • www.name.com/23

在每个页面上我都放了一个独特的meta property =“og:image”,例如:

<meta property="og:image" content="http://www.name.com/images/23.png"/>

但Facebook只能看到主页上定义的默认og:图像。

我该怎么办?请帮助。

1 个答案:

答案 0 :(得分:1)

你还必须创建一个动态的“og:url”。

<meta property="og:url" content="http://www.one.com/[YOUR_DYNAMIC_PATH]" />
<meta property="og:image" content="http://www.one.com/[YOUR_DYNAMIC_IMAGE]?>" />

希望这有帮助。