Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Is it possible to update a website with an RSS feed?
Old 10-15-2010, 02:36 AM Is it possible to update a website with an RSS feed?
Junior Talker

Posts: 1
Name: Alfie Clark
Trades: 0
Am Alfie Clark coming from UK. I know how to use RSS and all but can you embed the RSS feed into the site and be able to change the text in the site by changing the feed? If so how? Please help me. The languages I know are HTML, CSS, XML, and JavaScript.
Thank you
__________________
Alfie Clark

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
alfieclark is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-15-2010, 03:26 AM Re: Is it possible to update a website with an RSS feed?
Banned

Posts: 408
Name: mushget
Trades: 0
The rss file format are public, So you can deal the content by youself. May be there are some open source code. You can search from the net.
mushget is offline
Reply With Quote
View Public Profile Visit mushget's homepage!
 
Old 10-15-2010, 07:15 AM Re: Is it possible to update a website with an RSS feed?
captkrackerjack's Avatar
Experienced Talker

Latest Blog Post:
Moved Blog to NGINX!
Posts: 31
Name: Greg
Location: California
Trades: 0
Of course you could. Feeds are XML so all you have to do is apply an XSLT stylesheet to the feed to transform it to your needs. Symphony CMS which is a developer CMS allows you to use feeds as a data source's as well as allowing you to apply XSLT behind the scenes, for the purpose of using it for page content. XSLT does have a slight learning curve but is definately a must if you work with XML a lot.
__________________

Please login or register to view this content. Registration is FREE

Fav sites; last.fm, mashable.com, speckyboy.com
captkrackerjack is offline
Reply With Quote
View Public Profile Visit captkrackerjack's homepage!
 
Old 10-15-2010, 07:53 AM Re: Is it possible to update a website with an RSS feed?
Banned

Posts: 2
Trades: 0
The big benefit to RSS is that individuals opt-in to content of interest, totally controlling the flow of information that they receive.It can provide you with a more efficient way to deliver your newsletter to subscribers and increase the number of subscribers.RSS readers aggregate multiple feeds, making it easy for individuals to quickly scan information contained within each feed. Feeds are generally themed, allowing users to opt-in to feeds that are of interest.
kevinjones1 is offline
Reply With Quote
View Public Profile
 
Old 10-18-2010, 03:58 AM Re: Is it possible to update a website with an RSS feed?
ScrapingWeb.com's Avatar
Average Talker

Posts: 25
Location: ScrapingWeb.com
Trades: 0
You will need magpie to read and parse any RSS feed by cron jobs and then update the web page automatically.
__________________

Please login or register to view this content. Registration is FREE
for webmasters who need the data to get started on niche information sites. Here are
Please login or register to view this content. Registration is FREE
.
ScrapingWeb.com is offline
Reply With Quote
View Public Profile Visit ScrapingWeb.com's homepage!
 
Old 10-20-2010, 04:06 AM Re: Is it possible to update a website with an RSS feed?
Html Web Design's Avatar
Experienced Talker

Posts: 31
Name: WP Themes
Location: Nagpur
Trades: 0
if your site is in wordpress rss will automatically detect & update with any change in site content so................
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
Html Web Design is offline
Reply With Quote
View Public Profile Visit Html Web Design's homepage!
 
Old 10-20-2010, 10:38 PM Re: Is it possible to update a website with an RSS feed?
Junior Talker

Posts: 1
Name: David Jones
Trades: 0
Yes, You can update your site with RSS feed. I think presently your site is not RSS feed and you want to provide RSS feed support to your site. This can be easily done.
Good to know that you are aware of benefits of RSS feeds.


Thanks,
David

Web Design Houston
david047 is offline
Reply With Quote
View Public Profile Visit david047's homepage!
 
Old 10-21-2010, 04:48 PM Re: Is it possible to update a website with an RSS feed?
suichiro's Avatar
Ultra Talker

Posts: 386
Trades: 0
I don't think it can be possible and if it does then how? As far as I've known RSS feed is just a text copy of a website used to publish frequently updated works in such as blog entries, news, etc. and you can't even edit the content of RSS feed, so how come that it could be possible? any reliable expert reply?
__________________

Please login or register to view this content. Registration is FREE
suichiro is offline
Reply With Quote
View Public Profile
 
Old 10-21-2010, 05:24 PM Re: Is it possible to update a website with an RSS feed?
Skilled Talker

Posts: 52
Trades: 0
Quote:
Originally Posted by suichiro View Post
I don't think it can be possible and if it does then how? As far as I've known RSS feed is just a text copy of a website used to publish frequently updated works in such as blog entries, news, etc. and you can't even edit the content of RSS feed, so how come that it could be possible? any reliable expert reply?
Hi,

You can update a website with an RSS feed using html and PHP.

In php coding you have to read the rss feed from a specific location and then show it on your site using some variables and include functions...

Example:

PHP Code:

<?
$headlines
readRssFromUrlAndReturnTitlesFunction ("http://www.anysite.com/feed.xml");

echo 
"html code for upper graphics of my site";
echo 
"The newest stories rom AnySite:";
echo 
"$headlines";
echo 
"the down graphics part of my site";

?>
Here the source code of a similar script based on this concept:

Quote:

d2o0t5hpnwv4c1.cloudfront.net/102_rssScreencast/workingWithRSSFeeds.zip

net.tutsplus.com/articles/news/how-to-read-an-rss-feed-with-php-screencast

Last edited by webmastertalker; 10-21-2010 at 05:26 PM..
webmastertalker is offline
Reply With Quote
View Public Profile
 
Old 10-22-2010, 03:29 AM Re: Is it possible to update a website with an RSS feed?
Extreme Talker

Posts: 190
Name: rohn smith
Trades: 0
i have seen many sites which update their content with rss feed. I mean if you have a news section on your site then you can get updated content from any news site with Rss feed. The only thing which I do not like i sthat we cannot have customize design..
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
rohnsmith is offline
Reply With Quote
View Public Profile Visit rohnsmith's homepage!
 
Old 10-29-2010, 05:00 PM Re: Is it possible to update a website with an RSS feed?
Skilled Talker

Posts: 59
Name: Lisa Forgan
Location: Colorado
Trades: 0
Let get this correct:
You want a feed to embed onto your site that will update based on the current topic. So, everytime someone posts a new blog,etc. your embed feed will show the newest topic.

If this is what you are asking then the solution is a feed2js:
http://feed2js.org/index.php?s=build
Puddlemut is offline
Reply With Quote
View Public Profile
 
Old 11-01-2010, 12:24 AM Re: Is it possible to update a website with an RSS feed?
Average Talker

Posts: 21
Name: Gohring Robert
Trades: 0
I think if your site updates frequently, you'd better make your site could Rss. Then when your site updates, people who subscribes your Rss will recevice the updates. It is very convenient for you and your customers.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
||
Please login or register to view this content. Registration is FREE

Gohring Robert is offline
Reply With Quote
View Public Profile Visit Gohring Robert's homepage!
 
Old 11-01-2010, 01:54 AM Re: Is it possible to update a website with an RSS feed?
Average Talker

Posts: 22
Trades: 0
Online there are RSS plugin, you can lower it down
__________________
Non-professional SEO, just to order!
Please login or register to view this content. Registration is FREE
ed21ww is offline
Reply With Quote
View Public Profile Visit ed21ww's homepage!
 
Reply     « Reply to Is it possible to update a website with an RSS feed?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.68764 seconds with 12 queries