Adding an external blog feed alongside native Drupal blogs?

sandman1979's picture
public
sandman1979 - Wed, 2008-07-02 17:17

Hi everyone,

I've been banging my head a little bit trying to get this sorted. Basically, I want members of my drupal site to have their own personal blogs and a section where they can read other members posts. This is obviously no problem if they're all using drupal blogs on my site.

However, many of the members already have their own blogs. It would be great if instead of submitting blog entries on my site, they could just add the url of their Blog feed and entries would automagically appear alongside other members entries.

Has anyone managed to do this? It would be good to see if you have!

Cheers

James


From what you describe

billfitzgerald's picture
billfitzgerald - Wed, 2008-07-02 17:25

Hello, James,

From what you describe, this would be pretty strightforward -- use the feedapi to import the external feeds, and then create a view to display internal and external blogs on the same page.

Cheers,

Bill

FunnyMonkey
Tools for Teachers


I did exactly what you're

kyle_mathews's picture
kyle_mathews - Wed, 2008-07-02 17:53

I did exactly what you're describing at http://ebiz.byu.edu/analytics

I did a write-up on the site here:
http://groups.drupal.org/node/8610

Kyle Mathews


Thanks guys

sandman1979's picture
sandman1979 - Thu, 2008-07-03 11:02

Cheers Bill and Kyle, that's really helpful thanks.