I’m trying to use the Magpie plugin in what I think is a very basic way, but absolutely NO date will show up for me. I turned caching way down for testing, and hav been manually emptying the Magpie cache folder between tests. I’m testing this with the feeds from the EE add-on library. The refresh is low because I’m testing…otherwise I’d jack that way back up. Please also disregard the crappy html - I’m just doing this down and dirty and quickly to test for the date.
{exp:magpie url="http://expressionengine.com/feeds/atom/addons/" limit="15" refresh="1"}
<ul>
{items}
<li><a href="http://{link}" rel="external">{title}</a>
created: {created}
pubdate:{pubdate}
issued: {issued}
mod: {modified}
{content}</li>
{/items}
</ul>
{/exp:magpie}
I’m trying everything the Add-on page says is legal to use for an ATOM feed, and the only things working are title, link, and content. All other variables return blank. Am I missing something obvious?
did you ever get this sorted? I’m trying to display the date from this : http://search.twitter.com/search.atom?q=test
{items}
<li><a href="http://{link}">{title}</a><br>
{author_name}<br>
</li>
{/items}
I’ve tried all the things listed on http://expressionengine.com/downloads/details/magpie_rss_atom_parser/ but nothing is working.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.