Include video thumbnail in RSS feed?

thumped

Well-known member
Is it possible to include a video's thumbnail image in the RSS feed?

I've had a look in xengallery_rss_content but i've no idea how to go about modifying it.
 
I'm pretty sure I had replied to this, but clearly not :cautious:

In that template you mentioned in your first post, you should be able to use {$media.thumbnailUrl}, so something like:

Code:
<img src="{$media.thumbnailUrl}" />
 
I'm pretty sure I had replied to this, but clearly not :cautious:

In that template you mentioned in your first post, you should be able to use {$media.thumbnailUrl}, so something like:

Code:
<img src="{$media.thumbnailUrl}" />
thanks chris. that works, but now it looks like the joomla module i'm pulling the feed into isn't recognising the image. oh well...
 
Top Bottom