Moodle Plugins directory: RSS Thumbnail | Moodle.org
RSS Thumbnail
Blocks ::: block_rss_thumbnails
Maintained by
Martin Cornu-Mansuy,
Laurent David,
Camille Carlier
A block allowing to display a RSS feed as a caroussel
Latest release:
51 sites
4 downloads
6 fans
Current versions available: 1
This block allows you to add any RSS feed in your moodle website in just a few clicks.
It will be displayed as a customizable caroussel.
All you need is a simple URL heading to an RSS feed.
Useful links
Contributors
Martin Cornu-Mansuy (Lead maintainer)
Laurent David
Camille Carlier
Please login to view contributors details and/or to contact them
The feed you are pointing to seems to embed the RSS into an HTML page (so the XML / RSS content is in an html/body tag). This goes against what the format we expect for the RSS feed (which should be XML).
Try to change the format returned by your link to RSS feed only and it should work. (You just need to get rid of the html, head and body tags)
Kind regards