Basically, I'm looking to re-create a function on the Facebook social networking site where users can enter an RSS or Atom feed into their profile and the feed will be imported into their blog. The reason I want to do this is because I'm creating closed social network, and some of the users already have solid blogs (on Wordpress or Blogger), but they'd like to share the blog entries (as nodes, searchable, and part of the user's blog).

- User enters 'http://exampleblog.com/feed.rss' into a custom field in their profile
- Feed items are added as blog entries (this is important, because I want them to be treated just like blogs created locally by other users).

Is this possible with FeedAPI? Or at all? Here's the user experience:

Comments

loic_e’s picture

I m also much interested in this feature

kevinsmith’s picture

This seems like something I've heard chatter about on the forum before. Surely someone knows how to do this!

micahredding’s picture

I'm very interested in this, as I'm creating a site in which the user info is entirely imported from social networks.

I was wondering if you can use MySite to do this? I installed MySite, but couldn't really figure it out.

codemann’s picture

This is also what I'm looking for!

msburton’s picture

also interested. I want to have my daily delicious links automatically posted to my blog, a-la the WordPress plugin.

xerexes’s picture

Well I'm working on this issue this weekend too - haven't found an answer yet though.

xerexes’s picture

I am having problems with my FeedAPI install right now so I need to hedge a bit that this is the answer but FEEDAPI does work to import feeds and turn them into nodes -- and you get to set the node type it creates.

So have FEEDAPI turn the nodes into blog posts and they will show up in the user's blog of the user who create the FEEDAPI feed. That should address your scenario.

kevinsmith’s picture

So has anyone figured this out yet?

halfiranian’s picture

I've done this with Feed API as suggested by xerexes.

It works fine.

The only issue is I can't think of a good place where to put the option for the member to add a link to their rss feed. Any ideas?

iaminawe’s picture

Out of interest....

Would this be detrimental to rankings if you have all the posts on your original blog and also on another Drupal site imported through Feed API?

jackiepeters’s picture

New to Drupal, would love more details on how you did this.

Thanks!