Search code examples
xmlwordpressparsingfeedgoogle-feed-api

How to parse feedburner xml and display on site using google feed API


I have a feed coming from Wordpress and flowing through Feedburner. I would like to take the feed from Feedburner and display node values on my website like such:

Title
Description
Audio Link
Comment Count ()

Will the google feed API allow me to grab the media encosure url??? or is it limited to what you can grab?


Solution

  • You'll need to first create a custom feed and feed template from WordPress since this is the source of any feed burned by Feedburner.

    To get it done please see the following article that walks you through the whole process, "How to Create a Custom RSS Feed in WordPress in 12 Lines of Code".

    Once you've followed the article simply burn a new feed and you're done.