Active
Project:
FlashVideo
Version:
6.x-1.5-rc4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2009 at 19:17 UTC
Updated:
23 Nov 2009 at 05:50 UTC
For output video-thumbnail in node teaser, I'm using this code in node.tpl:
if ($node->type == 'video' && $teaser == 1) {
print flashvideo_get_thumbnail($node);
}
How can I insert video-thumbnail in RSS feeds? Feed build with Views module and display only title, teaser text and media file with .flv extension.
Thanks for help.
Comments
Comment #1
attheshow commentedYou are using the Flashvideo Views plugin correct? This gives you a simple field to use in your view that displays the thumbnail. You can build your RSS using that.
Comment #2
dicreat commentedYes, I'm using Flashvideo Views plugin, but when I build RSS feed with Views, I can't insert any fields.