Is it possible to include a thumbnail image of each events in the RSS feed? I tried using '#_EVENTIMAGE{75,75}' but it doesn't work. HTML tags also doesn't work.
Is it possible to include a thumbnail image of each events in the RSS feed? I tried using '#_EVENTIMAGE{75,75}' but it doesn't work. HTML tags also doesn't work.
if you want per rss item, you could try using:
<enclosure url="image url" length="" type="image/jpg" />
or
add this in the rss header: xmlns:media="http://search.yahoo.com/mrss/
insert this per item: <media:content url="image url" width="" height="" medium="image" type="" />
You must log in to post.