Closed (fixed)
Project:
Media entity Twitter
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2015 at 10:26 UTC
Updated:
21 Dec 2015 at 21:24 UTC
Jump to comment: Most recent
Comments
Comment #2
slashrsm commentedPart of this issue is done in https://github.com/drupal-media/media_entity_twitter/pull/14.
Comment #3
slashrsm commented#2 merged. Updating summary.
Comment #4
slashrsm commentedComment #6
luksakLooking into this tomorrow.
Comment #7
mbovan commentedDiscussed with @Berdir. We are not sure how this should look like for referenced entities (media entities).
Do we want to display a media entity or a media entity field/fields that are type of text or link (possible tweets :))?
In addition, there is a https://www.drupal.org/project/field_formatter module which is allowing us to select a field of a referenced entity and choose a formatter for it. In that case, it seems enough to support only text and link fields in
TwitterEmbedFormatter.Comment #8
slashrsm commentedTrue. We can cover this with field_formatter. It was not there yet when I initially opened this issue.