Closed (fixed)
Project:
Feed Element Mapper
Version:
6.x-1.0-beta9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2009 at 02:24 UTC
Updated:
31 Jul 2009 at 17:16 UTC
Thanks for this module, it solves so many problems. One question: the project I'm involved with requires processing "Tweets" from Twitter into nodes w/ FeedAPI, using the standard Twitter rss feeds. The Twitter feeds include images for each tweet, and we want to process them as well, but I'm not sure how to bring them over. Embedded media field doesn't support Twitter for images, so can't go that route. Any ideas?
Comments
Comment #1
alex_b commented"Embedded media field doesn't support Twitter for images" - I'm not sure what you are talking about here - it may well be that the actual problem is that the parser does not expose these twitter images to the rest of the feedapi stack.
Maybe #535970: Mapper for imagefield is of interest for you.
Comment #2
fumbling commentedThanks for the reply. Regarding what I meant by "Embedded media field doesn't support Twitter for images", I mean that Embedded media field (the module), supports embedding images from a list of sources, such as Flickr, Picasa. Twitter isn't one of them. So I can't use the em field module, and would need to use feed element mapper.
As for the new mapper, I'll try that today. Thanks.