Click to See Complete Forum and Search --> : Include Images in RSS Feeds?


AnotherMaria
08-18-2008, 05:03 PM
Hello! I'm creating a website where I have a little "news" section, and in that section I'm including some RSS feeds from sites like Google News, Yahoo News, etc.

I have it set up to show the title, snippet and date of the articles but I was just wondering... is it possible to include a thumbnail of the image that was used in the article/post?

I just thought about it because of NetVibes, here's an example on the top left:
http://www.netvibes.com/yelkezin#Noticias_gerais

Does anybody know the code to be able to do this? Or information on how to do this?

Also, is it possible to display a feed of just images? I've tried to add a feed from Flickr, but it just shows a text link title of the image and you have to click on the link to see the image.

I've been looking all over but haven't found anything :o Any tiny bit of information or help will be greatly appreciated :)

Coyotelab
08-19-2008, 12:46 AM
you might wanna check this (http://simplepie.org/) out

nbcrockett
08-19-2008, 01:47 PM
This is what I'm using for the description of my item entries.

<description><![CDATA[<img src="http://www.domain.com/Images/thumbnail.jpg" border="0" align="left" alt="" title="" />rss feed entry]]></description>

AnotherMaria
08-19-2008, 08:19 PM
Thank you Coyotelab and nbcrockett! Gave me just the info I need and more, thanks so much! :D