The Magpie plugin is great and so very easy to use. I’d like to dress up the output a bit and am trying to use jQuery to Show/Hide the Item’s Summary. So basically when the template loads there will be a list of the 10 most recent titles from a given RSS feed. Clicking on the titles will Show/Hide/Toggle the Summary tag which is initially hidden.
That requires that each Item has an unique ID that I can target when clicking the Title. If this were a regular weblog:entries tag I would just use {entry_id}.
Is anyone doing this using Magpie or another RSS parser in EE templates?