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

attheshow’s picture

Status: Active » Fixed

You 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.

dicreat’s picture

Status: Fixed » Active

Yes, I'm using Flashvideo Views plugin, but when I build RSS feed with Views, I can't insert any fields.