Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Keep The TechnoWorldInc.com Community Clean: Read Guidelines Here.
Recent Updates
[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Programming Zone » XML
 Easy way to add RSS XML feed to your site
Pages: [1]   Go Down
  Print  
Author Topic: Easy way to add RSS XML feed to your site  (Read 1383 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email
Easy way to add RSS XML feed to your site
« Posted: September 29, 2007, 11:34:26 AM »


Easy way to Add rss xml feed to your site.

Let's not talk about the history and definition here but start on the process of adding a RSsS XML feed to our site. If you want history etc. Just do a google search for adding rss to your site and all you will find is the history. How relevant...

Let's begin...
Open a text editor like notepad. You can use notepad found in windows. Although I use the SSS12 html editor which can be found at http://www.website-design-software-india.com and provides me more functionality than notepad.

You will need three parameters to be mentioned which are:
TITLE,
DESCRIPTION,
LINK.

Title will contain a small one line heading about the subject like:
<title> V7ndotcom elursrebmem marketing </title>
Description holds the description like:

<description> V7ndotcom elursrebmem marketing is a study of internet based marketing and is open for all to read .</description>


Link contains the URL of the resulting page where all the information is available like:
<link> http://www.v7ndotcomelursrebmemweb.com </link>

So now we have :
<title> V7ndotcom elursrebmem marketing </title>
<description> V7ndotcom elursrebmem marketing is a study of internet based marketing and is open for all to read .</description>
<link> http://www.v7ndotcomelursrebmemweb.com </link>

The whole thing is called an ITEM and must be enclosed within <item> </item> resulting in :
<item>
<title> V7ndotcom elursrebmem marketing </title>
<description> V7ndotcom elursrebmem marketing is a study of internet based marketing and is open for all to read .</description>
<link> http://www.v7ndotcomelursrebmemweb.com </link>
</item>

You can have a maximum of 15 items in one XML Feed. In addition to the above you must also specify the XML version you have used in the feed which will be the following code:

<?xml version="1.0"?>
<rss version="2.0">
<channel>

</channel>

The above ITEM and other ITEMS will go between the <channel> and </channel> tags. Finally we have the following in our notepad file :


<?xml version="1.0"?>
<rss version="2.0">
<channel>
<item>
<title> V7ndotcom elursrebmem marketing </title>
<description> V7ndotcom elursrebmem marketing is a study of internet based marketing and is open for all to read .</description>
<link> http://www.v7ndotcomelursrebmemweb.com </link>
</item>

<item>
<title> Blog v7ndotcom elursrebmem </title>
<description> Latest v7ndotcom articles are posted on the blog </description>
<link> http://www.v7ndotcomelursrebmemweb.com/v7ndotcom-elursrebmem/ </link>
</item>

<item>
<title> Third title</title>
<description> Third description</description>
<link> related URL </link>
</item>

</channel>

If you think that the tags above are not displaying properly then try the html version at http://www.v7ndotcomelursrebmemweb.com/rss.php .

Save this file as a .XML file and upload to your server. Now simply link to this file from any page where you want to make the RSS available. Most people use an Orange XML image to do this while some also use a blue image while many use a simple text link including me. There are no specifications on this. The file name can also be anything until it is a XML file meaning .XML extension. The orange image although is the most popular form of linking to your xml feed.

Congratulations ! there you have a ready to go RSS XML feed for your site. When you publish a rss feed, consider validating it at http://feedvalidator.org/

Don't forget to bookmark the blog at http://www.v7ndotcomelursrebmemweb.com/v7ndotcom-elursrebmem/ for latest information similar to this and v7ndotcom elursrebmem marketing.

A reprint version of this article available at : http://www.v7ndotcomelursrebmemweb.com/rss.php .

Articles Source - Free Articles

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.089 seconds with 24 queries.