vote up 0 vote down star

Hello,

Is there a way to send only an Image with a link and some alt text for each item in an rss feed?

I looked at the enclosure tag but this is only for video's and music.

flag

72% accept rate

3 Answers

vote up 1 vote down

Flickr for example does this with

<link rel="enclosure" type="image/jpeg" href="image_url_here" />

inside <entry> elements.

link|flag
vote up 0 vote down

I have now something within the description but for some reason all my

<p> -tags

are striped, they look like

p

without the brackets.

I use the strip_tags function in php but the <p> is in the list of allowable tags

link|flag
vote up 0 vote down

This is possible in RRS2,

see http://cyber.law.harvard.edu/rss/rss.html#ltenclosuregtSubelementOfLtitemgt

So you have to use the enclosure tag, to add media

Regards, Barry de Graaff

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.