How to get images in rss feed
« on: November 11, 2015, 06:32:26 AM »
Is there a way to get images in the rss feed?

I also have problems picking up  TITLE + DESCRIPTION

Is there any more documentation on setting up the RSS as I see no options just a checkbox "CREATE RSS" on the main config page.

this is my RSS >>> [ External links are visible to forum administrators only ]


I see this in the code.......

        <title><TVAR TITLE></title>
   <link><TVAR URL></link>
   <description><TVAR DESC></description>
   <pubDate><TVAR LASTMOD></pubDate>
   <guid isPermaLink="false"><TVAR GUID></guid>

........................

So Im not getting title or desc, do i need to wrap these in some sort of < div > to get picked up?

Are images supported ? (I dont see them in that XML code above)
Re: How to get images in rss feed
« Reply #1 on: November 11, 2015, 06:38:23 AM »
Forgot: >>  this is whats actually in the rss >>

[ External links are visible to forum administrators only ] (just for your info)

 8)
Re: How to get images in rss feed
« Reply #3 on: November 13, 2015, 02:16:27 AM »
OK no images what about picking up the titles and descriptions ?

do i need to wrap these page elements in a < D I V > ?

My rss is empty and only contains a href link to the pages.
Re: How to get images in rss feed
« Reply #4 on: November 13, 2015, 06:06:13 AM »
Make sure that you also have html sitemap option enabled (this is required to extract titles).
Titles are extracted from page's  <title> meta tag.