BBC RSS Feeds with media:thumbnail
Posted: Wed Jan 16, 2008 4:09 am
~pickle | changed your [ code ] tags to [ xml ]
Hi,
I've been trawling the net for suggestions on how to deal with the media:thumbnail tag in BBC RSS feeds, but haven't had any luck so far. I'd like to incorporate them into the feed I'm working on.
The feed provided is:
I can extract everything I need from that other than the URL http://newsimg.bbc.co.uk/media/images/4 ... _66pic.jpg I would need to show the image.
Any pointers in the right direction would be most appreciated!
Lawrence
~pickle | changed your [ code ] tags to [ xml ]
Hi,
I've been trawling the net for suggestions on how to deal with the media:thumbnail tag in BBC RSS feeds, but haven't had any luck so far. I'd like to incorporate them into the feed I'm working on.
The feed provided is:
Code: Select all
<item><title>Hain donations 'an incompetence'</title><description>Peter Hain was guilty of "an incompetence" over donations that he has admitted to, the prime minister says.</description><link>http://news.bbc.co.uk/go/rss/-/1/hi/uk_politics/7190966.stm</link><guid isPermaLink="false">http://news.bbc.co.uk/1/hi/uk_politics/7190966.stm</guid><pubDate>Wed, 16 Jan 2008 08:04:51 GMT</pubDate><category>Politics</category><media:thumbnail width="66" height="49" url="http://newsimg.bbc.co.uk/media/images/44358000/jpg/_44358884_hain_66pic.jpg"/></item>Any pointers in the right direction would be most appreciated!
Lawrence
~pickle | changed your [ code ] tags to [ xml ]