Hi Everyone,
I was just wondering, is the Magpie RSS Parser still in development? I am attempting to use it in my latest updated EE installation, and am having no luck. The documentation isn’t too great either.
I currently have the code set as this:
{exp:magpie url="feed:https://volunteer.truist.com/v-6/rss/volunteer-opportunity-calendar.xml" limit="8" refresh="1"}
{items}
<li><a href="http://{link}">{title}</a></li>
{/items}
</ul>
{/exp:magpie}But this is not working at all. Are there any other pieces of code that I’m missing? I’m just really unsure of how this plugin works, whether it just works out of the box (with just these pieces of code), or whether I need to do a bit more customization for this to really work…?
Thanks for any and all input!
Also, if there is an easier way to pull in an RSS feed, please let me know that as well.