Dear All Plz help me to create rss subscribe option my own site.Is there any free site who will provide this service. Thank you in Advance
It is not possible to just "add" or "create" a feed to your site. You have to write a page (script, probably) which accesses your site's database or whatever you have and displays the content in the XML format that makes sense to an RSS reader. Usually it's fairly simple to adapt an existing page template to generate the same content but in RSS format, so instead of <h1>My page title</h1> it will generate: <title>My page title</title> That's just an example - there is a format required by the RSS standard, you can Google for that, it's pretty simple. But if you're not a programmer I am not sure what you can do - the CMS you are using SHOULD have RSS as standard, but if you are using your own system then you have to write it! There is THIS service, which is supposed to turn any page into RSS for you, but frankly it doesn't work very well, certainly not well enough to syndicate your own content.