Hi,
I'ved used https://dlvr.it to post the rss feed of the blog onto Facebook, however it doesn't include the article image used.
It posts the header image of the website template, rather than the article image.
I tried to add to the RSS feed, so it is as below with the <image> line added.
Does anyone know how to get this to work, or if i'm doing something wrong?
Thanks.
Code
- <item>
- <title><perch:blog id="postTitle" /></title>
- <link><perch:blog id="domain" /><perch:blog id="postURL" /></link>
- <guid><perch:blog id="domain" /><perch:blog id="postURL" /></guid>
- <description><![CDATA[<perch:blog id="postDescHTML" encode="false" />]]></description>
- <pubDate><perch:blog id="postDateTime" format="D, d M Y H:i:s O" /></pubDate>
- <image><perch:blog id="image" type="image" /></image>
- </item>