thumped Well-known member Jan 19, 2015 #1 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.
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.
Chris D XenForo developer Staff member Jan 29, 2015 #4 I'm pretty sure I had replied to this, but clearly not 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}" /> Upvote 0 Downvote
I'm pretty sure I had replied to this, but clearly not 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}" />
thumped Well-known member Jan 31, 2015 #5 Chris D said: I'm pretty sure I had replied to this, but clearly not 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}" /> Click to expand... 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... Upvote 0 Downvote
Chris D said: I'm pretty sure I had replied to this, but clearly not 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}" /> Click to expand... 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...