Google RSS API

Discussion in 'Google API' started by scrubbicus, Oct 10, 2009.

  1. #1
    I'm just getting into the Google RSS API and I have it successfully setup but I'm coming across a problem when I try to set the body to content (I want the images on the FEED) but I also get the HTML in the text. I tried snippet and I see that gets rid of the HTML but that doesn't provide images.

    Is there anyway I can get rid of the HTML in content? Thanks for your time.
     
    scrubbicus, Oct 10, 2009 IP
  2. ecigazon

    ecigazon Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm fairly certain you can do what you are asking through the format you select.

    google.feeds.Feed.XML_FORMAT
    or
    google.feeds.Feed.JSON_FORMAT

    http://code.google.com/apis/ajaxfeeds/documentation/reference.html

    I have done a few things with the RSS feeds, but not a ton.
     
    ecigazon, Oct 22, 2009 IP