我创建了一个RSS提要,通过使用此提要和第三方应用程序,我将提要项目发布到我的Facebook页面中。
除图像外,其他工作正常。我的Feed中的每个项目都有一个图片链接。至于RSS2不允许使用图像标签,我编码HTML代码并将其放在描述中,如下所示:
<item><title>My item</title>
<link>http://example.com/mypage1.html</link>
<description>This is very important item please read this
&lt;img=&quot;http://example.com/image.jpg&quot;&gt;</description>
</item>
一切都运作良好,但帖子的图片在商品描述标签中并不相同。
Facebook将其中一个图像放入http://example.com/mypage1.html
页面。
我该如何解决这个问题?
答案 0 :(得分:1)
获取或构建一个不同的第三方应用程序,其中包含帖子中的图像参数。或者在页面上为图像添加正确的开放图元标记,即:
<meta property="og:image" content="http://yoursite.com/image.jpg" />
更多信息: https://developers.facebook.com/docs/sharing/best-practices