使用Open Graph标签让Facebook让您从缩略图列表中进行选择有什么作用?
Facebook自动选择我在og标签中输出的第一张图片,并且不让我能够从帖子中选择第二张(或第三张等)。 “选择缩略图”控件未启用,并显示1的1。
当我使用Facebook调试器调试页面时,它成功地向我显示了所有图像,并且没有报告任何错误。
举个例子,这是我的og标签:
<meta property="og:title" content="Page Title">
<meta property="og:description" content="Page Description">
<meta property="og:type" content="website">
<meta property="og:url" content="http://www.test.com/index.cfm">
<meta property="og:image" content="http://www.test.com/images/og-3.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image" content="http://www.test.com/images/og-4.png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
答案 0 :(得分:0)
将<img src="image.jpg" />
放入对象页面<body>
中,以获取每张图片。