Fieldtype, Module

Archived
Forum
(read-only)

CE Tweet

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Causing Effect

     

Entities Tag to display iamges

Support Request

mvarmedia
mvarmedia

Attempting to pull the images out of a tweet, as I understand it all I should need to do is:

{exp:ce_tweet:user_timeline screen_name="ACCOUNTNAME" count="10" include_entities="yes"}
{entities_urls}
    {url}
{
/entities_urls}
{
/exp:ce_tweet:user_timeline} 

It doesn’t appear to be working when I try, the tags just show up inline (the way any invalid tag would).

What am I doing wrong?