Title: external RSS feeds
Last modified: August 18, 2016

---

# external RSS feeds

 *  [squishy](https://wordpress.org/support/users/squishy/)
 * (@squishy)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/external-rss-feeds/)
 * Anyone have a hack for external RSS feeds (via a plug-in or file)?
    I’m thinking
   you could either: a) set up a daily process to pull RSS feeds from your favorite
   sites into local files and have WP display them b) have WP display the RSS feeds
   straight-up -=John

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/topic/external-rss-feeds/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/external-rss-feeds/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/external-rss-feeds/page/2/?output_format=md)

 *  [alexkingorg](https://wordpress.org/support/users/alexkingorg/)
 * (@alexkingorg)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25022)
 * Are you asking for an RSS aggregator?
 *  Anonymous
 * [22 years, 7 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25026)
 * i can make do with some way to use the feeds to generate content on some other
   pages of my site…
 *  Anonymous
 * [22 years, 7 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25034)
 * well i can certainly call the database and generate the headings in my site. 
   but with other sites on other servers. There i need some way to parse RSS feed
   to generate HTML code.
 *  [alexkingorg](https://wordpress.org/support/users/alexkingorg/)
 * (@alexkingorg)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25036)
 * Um, I believe that is what an RSS aggregator does. 🙂
    You should look at some
   RSS aggregator scripts, those will certainly give you what you want much faster
   than waiting for WordPress to include this sort of functionality.
 *  [otaku42](https://wordpress.org/support/users/otaku42/)
 * (@otaku42)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25045)
 * When I ever will finish my work at the news aggregator used for one of my [sites](http://wlannews.otaku42.de)
   I could contribute the rss/rdf parser to WordPress. But it would be more healthy
   to not hold you breath on that, it could take at least until the beginning of
   next year… it’s far at the end on my to-do-list 🙂
    Bye, Mike
 *  [Dougal Campbell](https://wordpress.org/support/users/dougal/)
 * (@dougal)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25067)
 * Maybe take a look at [Magpie RSS](http://magpierss.sourceforge.net/)?
 *  [otaku42](https://wordpress.org/support/users/otaku42/)
 * (@otaku42)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25074)
 * Doesn’t support RSS 2.0 (Userland), as far as I could see. Although it shouldn’t
   be too hard to implement that there.
 *  Thread Starter [squishy](https://wordpress.org/support/users/squishy/)
 * (@squishy)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25124)
 * It was Magpie that got me interested in asking if anyone had a hack for wp. I’ll
   just use that or something like it.
    -=John
 *  [thepimpress](https://wordpress.org/support/users/thepimpress/)
 * (@thepimpress)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25211)
 * zFeeder is easy.. Painless.. And very functional
 *  [Laughinglizard](https://wordpress.org/support/users/laughinglizard/)
 * (@laughinglizard)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25213)
 * Your post made me think of Jaykul’s Newsfeed Parser script. Find it at [http://jaykul.fragmentized.com/scripting/news_feed_parser.php](http://jaykul.fragmentized.com/scripting/news_feed_parser.php)
   and see it work at [http://dinki.mine.nu/word/](http://dinki.mine.nu/word/) I
   cheat and feed my two blogs RSS from each other 😛
 *  [jaykul](https://wordpress.org/support/users/jaykul/)
 * (@jaykul)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25214)
 * Hah, now I’ve got other people linking to my stuff … yay 🙂
    I should really 
   move all those scripts and apps over to my new site though … but I guess I’ll
   leave them there (also) for now.
 *  [Sushubh](https://wordpress.org/support/users/sushubh/)
 * (@sushubh)
 * [22 years, 4 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25247)
 * jaykul: ur rss aggregator breaks on my installation on addition of any new hack
   using my-hacks.php. am i the only 1 facing this problem?
 *  [davidchait](https://wordpress.org/support/users/davidchait/)
 * (@davidchait)
 * [22 years, 4 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25248)
 * I’m not using my-hacks.php, but I’m certainly using a number of hacks on [http://www.chait.net](http://www.chait.net),
   including a heavily-modded version of Jaykul’s great-yet-simple aggregator (kudos!).
   
   What problem are you running into? I had problems at one point with getting blocks
   closed properly, mostly my own fault as I overhauled the code. Took me a long
   time, many browsers, and a few validator services, to finally uncover (and just
   scanning by eye at that!) the problem lines of my code. =d
 *  [idahocline](https://wordpress.org/support/users/idahocline/)
 * (@idahocline)
 * [22 years, 4 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25250)
 * .I wrote a hack for this. You can find the source on my site.
    [idahocline.net](http://idahocline.net/blog/index.php?cat=9)“
   b2psnRSS” is what you are looking for. It is based on Magpie RSS.
 *  [davidchait](https://wordpress.org/support/users/davidchait/)
 * (@davidchait)
 * [22 years, 4 months ago](https://wordpress.org/support/topic/external-rss-feeds/#post-25251)
 * If someone wants a heavily tweaked out version of Jaykul’s aggregator, let me
   know — it’s what is providing the four feeds on the homepage of [http://www.chait.net.](http://www.chait.net.)
   
   I’d have to go back and figure out everything I’ve changed — though one useful
   enhancement was the ability to grab category entries for an item, and filter 
   based on them (useful for a site like DealNews, which has the last-20 feed, but
   not a sub-feed for electronics — so I grab last-20, and get the 4 most recent
   in category ‘electronics’… pretty cool). =d

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/topic/external-rss-feeds/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/external-rss-feeds/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/external-rss-feeds/page/2/?output_format=md)

The topic ‘external RSS feeds’ is closed to new replies.

 * 34 replies
 * 16 participants
 * Last reply from: [bakshi](https://wordpress.org/support/users/bakshi/)
 * Last activity: [22 years ago](https://wordpress.org/support/topic/external-rss-feeds/page/3/#post-25306)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
