Getting up-votes / down-votes information in RSS feed for each deal

Is there a way of getting number of up-votes and down-votes for each deal in the rss feed format ?
If not can/will this be implemented ? It will be a great feature to have.

Comments

  • Depend on what you are going to do with it.

    If you are going to read those from an RSS reader — then maybe don't bother. Many RSS readers cache the content so by the time you read it, the vote count would be inaccurate anyway.

    If you are going to poll OzBargain RSS for you own application then yes there's possibility that we can put the vote counts and maybe other meta data in a different XML namespace inside the feed.

    • Thanks Scotty, your willingness to help is much appreciated. It's about a project i am planning; will let you know if i need anything.

  • Code that got pushed out this morning should contain some extra information in the RSS feed, including tags + other meta info related to a deal.

    For example:

    <ozb:meta
      click-count="94"
      link="http://www.ozbargain.com.au/goto/72506"
      votes-pos="6"
      votes-neg="0"
      image="http://cdn.ozb.me/n/06/72506.jpg?h=0db6442a" />
    

    That should be pretty self explanatory :)

    • Awesome! Thanks Scotty.

    • Thanks. Could you also include comment count?

Login or Join to leave a comment