Has anyone had any luck displaying a Tweet’s images, using the EE_Twitter plugin (I’m on EE 2.10.1 by the way)?
{exp:twitter:user screen_name="xxxxxxx" limit="2"}
{image}
{created_at format="%g:%i %A, %j%S %M %Y"}
{text}
{/exp:twitter:user}
The Date and Tweet Text are output just fine, but the Image is the user’s profile image rather than the Tweet images. I’ve tried using the variable pair {images} but that doesn’t seem to work either.
I have now switched to using the CE_Twitter module and I’ve managed to get it working nicely, using the following code:
{exp:twitter:user screen_name="xxxxxx" limit="2"}
<div class="tweet">
{images}{image}{/images}
{created_at format="%g:%i %A, %j%S %M %Y"}
{text}
</div>
{/exp:twitter:user}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.