tags:

views:

33

answers:

1

I'm starting with RSS development, for my new site, but I want to know if there is any way to put images on the description of a item, something like this:

<item>
    <title>Image Test</title>         
    <link>http://testin.test&lt;/link&gt;
    <description>Some text...
    <img src="image.jpg"></description>
</item>

And if it's possible, which feed readers will be able to visualize it clearly and perfect.

+1  A: 

Yes.

RSS Image Element

Jason