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
Using Rss feeds on your site
Moderator: General Moderators
Re: Using Rss feeds on your site
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!
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!