Posted by zhulikas-gdo on August 23, 2009 at 10:44am
Hello,
I am trying to aggregate stories from another site by using their RSS feed, but only thing that i get is a title, teaser and a link to full story. I want to get full story from RSS (or any other way) and create items as nodes in my site. Is there a way how i can extract full body of the story in rss feed? Or maybe somehow i could aggregate content from site? i have seen module like http://drupal.org/project/feedapi_eparser and maybe it could help.
P.S. I got the permission of another site for using their stories in my site. And sorry if i make mistakes, English is not my native language. ;)
Comments
Better with Feed Element Mapper
You could achieve your gol with the add-on module: Feed Element Mapper (http://drupal.org/project/feedapi_mapper). Works nice for me.
Don’t forget to enable with FeedAPI the submodule FeedAPI Node (to map or process your feed items to a node) and a parser (common-syndication parser or simplepie parser, both shipping with the FeedAPI project) .
Hope this help.
Karim,
You should check their feed
It really looks like they are exporting ONLY a teaser, and not a full node. If this is the case they should change their feed in order to export the full story, before you can import it.