How to display RSS feeds from other sites

html, javascript, php, rss

Solution

It looks like SimplePie may be what you are looking for. It's a very basic RSS plugin which is quite easy to use and is customisable too. You can download it from the website.

You can use it at it's bare bones or you can delve deeper in to the plugin if you wish. Here's a demo on their website.

Problem

I have been researching this topic for a few days now and i'm still non the wiser as on how to do it. I want to get an RSS feed from forexfactory.com to my website, i want to do some formatting on whats happening and i also want the latest information from them (Although those last two points can wait as long as i have some more or feed running). Preferably I'd like to develop this from the ground up if anyone knows of a tutorial or something i could use? If not i will settle for using a third party API or something like that as long as i get to do some of the work. I'm not sure what it is but there is something about RSS that i'm not getting so if anyone knows of any good, probably basic tutorials that would help me out a lot. It's kind of hard going through page after page of google searches. Also i'm not to fussed on the language it's outputted in Javascript, PHP or HTML will be great though. Thanks for the help.

Original source