how to update an rss feed

Discussion in 'General Marketing' started by Amiko, Sep 14, 2008.

  1. #1
    Hey guys

    I got an .xml file as a feed on my server. To update my feed so that my subscibers get an email do i just add more stuff to the same file, save it and overwrite it on my server?
     
    Amiko, Sep 14, 2008 IP
  2. wiredforest

    wiredforest Guest

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That would be one way of doing it. The other would be make it dynamic. Pull the data from a database to create the xml feed. What sort of feed is it? Blog?
     
    wiredforest, Sep 14, 2008 IP
  3. Amiko

    Amiko Peon

    Messages:
    330
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    nah its just my site, which streams episodes of tv shows. so whenever a new episode is out, i'd make a new topic on the feed and people woule get emailed. But if i do the overwrite thing, that would work right? i mean like feedburner will recognize the new article or topic and that would be sent via email wouldn't it?
     
    Amiko, Sep 14, 2008 IP
  4. Amiko

    Amiko Peon

    Messages:
    330
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    bump bump bump
     
    Amiko, Sep 14, 2008 IP
  5. Christian Little

    Christian Little Peon

    Messages:
    1,753
    Likes Received:
    80
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Depends on the feed coding. Feedburner only works on RSS 2.0 compliant feeds, so you have to make sure it's coded properly for that.
     
    Christian Little, Sep 14, 2008 IP
  6. Amiko

    Amiko Peon

    Messages:
    330
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    yeh, mine's 2.0 rss.
     
    Amiko, Sep 14, 2008 IP
  7. Amiko

    Amiko Peon

    Messages:
    330
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    sooo, if i just overwrite an existing rss feed, will the new info show up as "new" and will my subscribers be sent an email? Or would the whole rss feed file, which i overwrite be considered the new thing and would people just be sent an email about the same old stuff aswell?
     
    Amiko, Sep 15, 2008 IP
  8. Synchronium

    Synchronium Active Member

    Messages:
    463
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    #8
    Pull it from a database.
    ... ORDER BY `timestamp` DESC;
     
    Synchronium, Sep 15, 2008 IP
  9. Amiko

    Amiko Peon

    Messages:
    330
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    i dont have it in a database :( lol
     
    Amiko, Sep 16, 2008 IP