Kyle Horkley
Kyle Horkley

Reputation: 1021

How do you add thumbnail images to RSS feed?

How do you add thumbnail images to an RSS feed? I've tried <image> but that does not work inside an <item> element. I've heard something about using <media:thumbnail>, but I don't know the restrictions, like the maximum height, maximum width, and file type. Help is greatly appreciated. Thanks!

Upvotes: 1

Views: 1182

Answers (1)

Kyle Horkley
Kyle Horkley

Reputation: 1021

I fixed it by using <media:thumbnail url="" width="" height=""/>

Don't forget to add the Yahoo XMLNS!

Upvotes: 3

Related Questions