Malsup Jquery Feed Plugin
http://malsup.com/jquery/gfeed/
I would like to use Malsup's Jquery feed plugin to combine 4-5 different RSS feeds into a single unordered list. I have implemented the demo code that he provides without any problems.
However, there's a couple things I would like to change. I would like the items parsed into list items, instead of divs. Also, since I am combing the feeds into a single list, I would like to have the feed title (as a link) listed next to the feed author, for each item.
Any direction on completing these things would be greatly appreciated.