Page 1 of 1

images in feed.xml file

Posted: Thu Oct 21, 2010 7:46 am
by geoffmuskett
Hi all,

I've set up a custom static RSS feed file and linked it up with feedburner. When I update it with a new item people get the email as scheduled with title, date, description and link. But this is for a photography site, so I need an image to accompany the text with an image.

I have an image in the channel, which works but doesn't transfer to the email. And feedburner allows you to add a logo image but thats not ideal changing it for each email. I thought it would just be a case of adding <image>to each <item>, but it doesn't validate - or work!

Code: Select all


<item>
	<title><![CDATA[test 3]]></title>
	<pubDate>Fri, 17 Sep 2010 09:21:36 GMT</pubDate>			
	<link>http://www.karlmackie.com/blog</link>
	<description><![CDATA[test 3 description]]></description>
            <image>
            <title>test 3 title</title>
            <url>http://www.karlmackie.com/content/images/blog-images/test.jpg</url>
            <link>http://www.karlmackie.com/blog</link>
            </image>
</item>		  

Anyone know how to get this working?

Thanks,

Geoff