Topic-icon Social Stream module - Can it display images?

Active Subscriptions:

None
8 years 3 months ago #56704 by mijim
Hi there,

All is working fine and the tweets are listed as they should.
But whenever an image is posted within a tweet, it doesn't show in the module.
Can the module display images from Twitter posts, and if yes, how?

Thanks
Antoine
The topic has been locked.
Support Specialist
8 years 3 months ago #56712 by mel
Could you try the following code change? In /components/com_jfbconnect/libraries/provider/twitter/channel/stream.php around line 78, add
$post->thumbPicture = (isset($tweet->entities->media[0]) ? $tweet->entities->media[0]->media_url : "");

I don't see that code for Twitter images was ever checked in, so if that works for you (it's working on my test site), I'll make sure to get it in our next release.

-Melissa
The topic has been locked.