1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

SimplePie RSS Parser Question

Discussion in 'XML & RSS' started by sar420, Mar 22, 2010.

  1. #1
    I don't know how many of you have heard of SimpliePie. Its a free open source RSS parser

    I am currently using the Simplepie Wordpress plugin. I have managed to parse RSS feeds on some wordpress pages. However. I just cannot make out how to add multiple feeds to make a single parsed feed. The functionality is there but the documenation is very complex for me to understand.

    This is the code required to parse a single rss feed whether in a page or post (and you probably need exec-php plugin enabled):

    <?php echo SimplePieWP('http://simplepie.org'); ?>
    Code (markup):
    In the above code, you just have to replace http://simplepie.org with your desired rss feed url.

    Again, my question is what code do I need to add in a page or post to add multiple feed source urls?
     
    sar420, Mar 22, 2010 IP
  2. ahbuneh

    ahbuneh Active Member

    Messages:
    204
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Why not just use the built in function instead of the outdated plugin?


    Change:

    to

     
    ahbuneh, Oct 30, 2010 IP
  3. sar420

    sar420 Notable Member

    Messages:
    3,147
    Likes Received:
    212
    Best Answers:
    0
    Trophy Points:
    230
    #3
    Thanks. I didn't know there was a built in functionality for this. Will try it out and post the result
     
    sar420, Oct 30, 2010 IP