I’m using the RSS feed reader here: http://www.zazar.net/developers/jquery/zrssfeed/
My blog posts on my site that include iframes or other get stripped out by the Google Feeds API (or by the jQuery plug-in, but my guess is by Google). I need a way to prevent this so I can get the full content of the blog on my site.
I’m using a Blogger blog as the main content update tool for my website so my co-workers can update the site on their own.
Thanks
The tags are being removed by the Google Feeds API. I recommend that you use SimplePie (a PHP class) on the server-side to fetch and process the feed. It can be configured to not strip out any HTML tags (see here), and the output can be fully customized.