Hello
I want to display a Rss feed from flickr on my website, can I use MagPie as tool or can this plugin only display links and descriptions? and if I can use this plugin how to display the photo’s from this feed.
Feed is:
{exp:magpie url="http://api.flickr.com/services/feeds/geo/Netherlands/North+Holland/Haarlem?format=rss_200" limit="10" refresh="720"}
<ul>
{magpie:items}
<li><a href="http://{magpie:link}">{magpie:link}</a></li>
{/magpie:items}
</ul>
{/exp:magpie}{magpie:link} only display the link of course but how to change this to display pictures
found it, it was all in description