Is feedburner the best for tracking readers?

Discussion in 'XML & RSS' started by Puddinlover, Feb 1, 2009.

  1. #1
    I have feedburner on my forex blog and I notice it likes to jump around with the number of subscribers a lot... is there and other rss service that keeps track of users better and has the option to display the button on the site telling people how many readers you have?
     
    Puddinlover, Feb 1, 2009 IP
  2. mgunin

    mgunin Greenhorn

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    To be honest, I'm not sure if it's possible to avoid this jumping around. As I understand, number of subscribers may depend on various factors - for example, if a reader has opened an RSS reader this very day and a feed content has been requested.
     
    mgunin, Feb 5, 2009 IP
  3. fana

    fana Banned

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #3
    RSS is a family of Web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and videoi in a standardized format. An RSS document is full or summarized text, plus metadata such as publishing dates and authorship. Web feeds benefit publishers by letting them syndicate content automatically. They benefit readers who want to subscribe to timely updates from favored websites or to aggregate feeds from many sites into one place. RSS feeds can be read using software called an "RSS reader", "feed reader", or "aggregator", which can be web-based, desktop-based, mobile device or any computerized Internet-connected device. A standardized XML file format allows the information to be published once and viewed by many different programs. The user subscribes to a feed by entering the feed's URI The RSS reader checks the user's subscribed feeds regularly for new work, downloads any updates that it finds, and provides a user interface to monitor and read the feeds.

    Above info is generally what we get from most of the sites.To make it more clear and easy the following points will help you.
    <b>if u want to create your own RSS page</b>
    1. create and RSS file in which your specified web page is given as link.
    this done using the guidelines given in http://w3schools.com/rss/rss_syntax.asp
    2.upload this rss file in the server containing the particular page.
    3.to make the page readable aggregate your page using feed burner or other aggregators available.

    once this is done your page is available for reading from any RSS reader. select any RSS reader and submit your link. you will automatically get your page. If that page is updated the same will get reflected in the reader as well.

    <b> if you want to provide RSS feeds of others in your page do the following </b>
    1.select the feed URL you want to publish

    use the code given in this link if you are using PHP
    http://w3schools.com/php/php_ajax_rss_reader.asp

    this code would help your reading the RSS feed. thus bring in RSS feed into your site.

    2. If you are not using PHP go for conversion software from your language used to javascript for ex
    if you are using PHP search PHP to java scipt converter which is available in net.

    3. just convert the feed and put it into your site which will get updated news or info whatever given in them

    If more info needed have a look at this site www.in.visitthebest.com and send your enquiries to
     
    fana, Feb 10, 2009 IP