Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7515445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T00:48:35+00:00 2026-05-30T00:48:35+00:00

Is it possible to extract items from an RSS feed, such as the following:

  • 0

Is it possible to extract items from an RSS feed, such as the following:
http://mudradio.wordpress.com/feed/

This is for my friend and he wants to have lots of wordpress blogs which are updated by different people all displayed on one site (which is created using Adobe Muse I think). I think he just wants the last update to be displayed on the site. Eg There may be pictures, videos (youtube) and audio (soundcloud) etc. The blog update may have lots of text and other stuff so I want it to filter the actual art content.

So the site may Look like:

|-----------|-----------|-----------|
|Blog 1     |Blog 2     |Blog 3     |
|Youtube Vid|Soundcloud |flickr img |
|-----------|-----------|-----------|

You get the picture.

So I thought if each blog has an RSS feed, use some sort of RSS filter to just get the video, audio etc and create a new RSS feed which can be inputted in the Adobe Muse site?

What does everyone think? Any better ideas? Anyone know how the RSS filtering could be done? I have just been attempting to use yahoo pipes but I’m not quite understanding it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T00:48:37+00:00Added an answer on May 30, 2026 at 12:48 am

    You can use Simplepie. Extracting data with Simplepie is piece of cake.

    require('simplepie.inc');
    
    $feed = new SimplePie("http://mudradio.wordpress.com/feed/");
    $feed->handle_content_type();
    
    echo $feed->get_title()."\n";
    
    foreach ($feed->get_items() as $item) {
        echo $item->get_title();
        echo $item->get_description();
    }
    

    And check the demo page too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is this possible to extract mantissa and exponent from a float in major R6RS
Is it possible to extract all of the VBA code from a Word 2007
Is it possible to extract a single file or diff of a file from
is it possible to extract dynamic loaded text from a swf (flash application) programatically
Is it possible to extract a script from an MySQL database to create a
I discovered that it is possible to extract the hard-coded strings from a binary.
Possible Duplicate: Extract decimal part from a floating point number in C I would
Possible Duplicate: How to extract a node attribute from XML using PHP's DOM Parser
Is it possible to extract columns from two different database in sqlite3? My problem
Is it possible to extract date recorded from mp3 files? Are there any audio

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.