Using Rss feeds on your site

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
samit
Forum Newbie
Posts: 4
Joined: Wed Jul 23, 2008 11:26 am

Using Rss feeds on your site

Post 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
User avatar
LuckyShot
Forum Newbie
Posts: 13
Joined: Thu Sep 25, 2008 5:02 pm
Location: Barcelona

Re: Using Rss feeds on your site

Post 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! :)
Post Reply