我创建了一个 RSS 提要,并通过使用此提要和第三方应用程序将提要项发布到我的 Facebook 页面中。
除了图像之外,Everyting 工作正常。我的提要中的每个项目都有一个图片链接。至于图像标签不允许作为 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
页面内。
我怎样才能解决这个问题?