Hallo everybody. This is my first post here and i hope somebody out there can help me to solve this problem. I have an RSS feed on the index page of one of my web sites. Everything fine so far. Now the problem is that i dont want to link back to the original location of the articles in the feed. I want to display them inside my own webpage. If you are wondering if this is legal. Yes it is because the articles and the RSS come from an article exchange web site. I have full rights to publish their articles on my webpage. It is really just a technical question about how to do that. If have seen this done before. Check out this link: http://www.business-travel.de/ in the center of the page(scroll down a little bit) you will see an RSS feed. If you press the link inside the page it is showing the article on the same webpage (business -travel.de) Can anybody explain how this works? Thank you for your help.
The RSS provider has the ability to offer more or less of their content. Obviously, their goal is to give you enough to get something neat on your site, while driving traffic back to them. They're usually not in the business of providing free content for your site. Whatever they offer on an RSS feed, you're probably fine using, although they might have some restrictions. Trying to figure a way to grab more from their site would definitely be a problem.
Hi Check here http://www.rss-specifications.com/display-rss.htm . Some tools from there may help you to achieve what you want to do
Hi, You can use RapidFeeds MySite to display the RSS feed on your webpage. It also offers options to customize the look and feel of the content being displayed. The service can be found at http://www.rapidfeeds.com Regards, Akram
thank you for your help guys. unforetunatly nothing of the above really helped me to solve my RSS problem. I think i will just write an php script that will go to the site inside the link and rip the content of the article i want and then show it on my page. it will take me a long time to write that script but it should be possible. doesn't sound too difficult. Concerning the copyrights of the articles. i dont see any problems here. The article exchange page i am using is giving me free rights to publish their content. the unique thing about this is that i am using their RSS to publish them automatically. it would be exactly the same outcome if i would get the article html code myself and publish an exerpt on my index page and link to the whole content on my webpage. that would be totally legal. I dont really see a difference here. again, thank you for your help guys...