his is part one of a two
part series. In this part Adding RSS Feeds To Your Web Page
you will learn a little Using Java Script
about RSS feeds and how to put an
RSS feed on your website or blog Adding RSS feeds to your web page
using just a simple Java Script. or blog using Java Script is the
If you would like to see this simplest way to do this. Although
article in it's entirety please it may be the easiest it is not
visit the link in the authors by far the best way if you are
bio. looking to make spider food for
the search engines.
RSS is short for Real Simple
Syndication. RSS is one of the When adding RSS feeds via Java
best and easiest ways to add Script the feeds content is
content to your blog or web site. retrieved from the RSS feeds host
In fact all you have to is simply site. It is then displayed on
set it up and it takes care of your page for your visitors to
itself. You can say that bloging see it. But that is the problem
and site building with RSS is a with using Java Scripts to
set it and forget it type of display your RSS feeds. Only your
thing. visitor will see it. Search
engine spiders will simply see
There are several ways however to nothing. This means that the
put RSS feeds on your web site or search engine thinks nothing has
blog. Each way you do it has it's changed but yet your visitor
advantages and disadvantages. For see's something completely
the purpose of simplicity we will different.
cover the two main ways to add
content to your web site via RSS To add a RSS feed using Java
feeds. Script you just need to add this
simple piece of code to your web You should now be on a new page.
site. To make this simple for What we want from this page is
everybody we will use a site that the code that will be displayed
will generate our Java Script in the little white box. Go ahead
that we will use to display the and click on Highlight All and it
RSS feed that we choose on our will highlight the code. Now
web page. right click and click copy. Now
go ahead and look at the code for
To start off lets go to your web page. Find out where you
rss-to-javascript dot com. On the would like the RSS feed to be
left hand side you will see a displayed and right click there
button labeled RSS/RDF Converter. and hit paste. Now simply go
Go ahead and click on that one. ahead and upload your web page
You should now see a new page again. You should now see the RSS
titled Convert A Feed. Simply go feed on your web site.
ahead and fill in the fields on
the page. You can always go back Please go to part 2 of this
and mess with all the various article to learn how to put RSS
settings and republish it on your feeds on your web site or blog
web site to see how they effect using php2html. This will allow
your RSS feed. When you are done your RSS feed content to get
go ahead and hit preview and see spidered by the search engines.
if works. If it does go ahead and If you are serious about using
hit Generate Java Script. This RSS feeds for content on your
will make the code we need to site that gets spidered you have
display the RSS feed on your web to read part two of my RSS feed
page. article.
About the Author:
This complete RSS Feed article is posted on Guru Of Info - http://www.guruofinfo.com/index.php?option=com_content&task=view&id=32&Itemid=31
Read more articles by:
Terry Brazil II
Article Source: www.iSnare.com