Closed (fixed)
Project:
Social Content
Version:
7.x-2.0-beta2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2015 at 20:38 UTC
Updated:
3 May 2015 at 17:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Cristian.Andrei commentedI needed to pull in images from tweets and developed the functionality.
Here's the first iteration of it. It handles only images.
I manually created a new field called "field_image" of image type to the "Tweet" content type before I wrote the code . I think you need to do the same so that the tweet image has an actual place to be mapped to
Comment #2
Cristian.Andrei commentedupdated status
Comment #3
benjohnstone commentedVery nice, works a treat! thanks very much
Comment #4
Cristian.Andrei commentedhere's a better patch that instantiates an image field so there's no manual operation to be made .
Comment #6
pere orgaThank you. For some reason this was missed.