I have a site with a plain HTML page. I'd like to embed a news feed on it. This feed is simple RSS supplied by a Wordpress site. No need for fancy effects, tickers, scrolling, or anything; just show the last five posts. What's easiest way to do this?
I tried an iframe:
but I get Firefox messages: "Subscribe to this feed using Thunderbird" and a similar message in IE. Plus it isn't clear how I'd style the feed.
My guess is that there's a simple Javascript widget to do this. Would love to find one that uses jQuery.