Page 1 of 1

Using Rss feeds on your site

Posted: Wed Sep 24, 2008 10:18 am
by samit
Im trying to bring outside rss feeds into mmy sites, i can get them in using joomla and a module, but it only displays the tittle and takes users away from my site. I want to get a rss feed that when you click on the headline, you can open it up on my site.

Anyone know how i can go about it

one example of what i am talking is townhall.com which uses outside feeds coming to the site and the articles are openeed in the same site.

anyone know?

_________________
Permanent Links

Re: Using Rss feeds on your site

Posted: Sat Sep 27, 2008 7:18 am
by LuckyShot
Hi Samit,

So you are trying to display RSS feeds into your website?

You should have a look at cURL (search "php curl example|tutorial") to "import" the RSS feed into your server. You will need to install a module and enable it in your server.
Once you get the RSS/XML data, parse it to get the info you want (search "php rss|xml parse ~tutorial" or similar). There are a big bunch of good tutorials out there.

Hope this helps! :)