I’m using the latest Twitter Timeline plugin (1.2) and the latest EE version (1.6.6), but for some reason I cannot get the Twitter Timeline plugin to show anything at all.
If I can get the page to load that contains the Twitter box, it shows nothing in the area between the {exp:twitter_timeline} tags.
I’ve searched the forum a lot, and had no luck finding any information about this issue.
Here’s my code:
{exp:twitter_timeline type="user" limit="1" user="pixelmatrix" password="***********"}
<div id="twitter-out">
<div id="twitter-in">
<div id="twitter-innermost">
<div class="text">
{text}
</div><!-- .text -->
<div id="twitter-name">
<a href="http://{url}" title="{name} on Twitter">{profile_image_url}<a>_ <a href="{url}" title="{name} on Twitter">{screen_name}</a>
</div><!-- #twitter-name -->
</div><!-- #twitter-innermost -->
</div><!-- #twitter-in -->
</div><!-- #twitter-out -->
{/exp:twitter_timeline}
Can anyone help?
Seems I’m getting errors on mine as well.
Warning: Invalid argument supplied for foreach() in *****/plugins/pi.twitter_timeline.php on line 302
That warning comes up twice.. and nothing showing.
Very strange. There aren’t many variables to put in, but somethings not working right? EE 1.6.6
otto
Have you tried using your email address instead of your Twitter username?
user=”[email protected]” - Email address of Twitter user. Required for “user” or “friends” timelines
Brief update, I setup our Twitter Timeline plugin to email me some debugging info if this failure occurred, and as I thought might be the case, Twitter isn’t returning any of its standard errors, but a rather unpredictable 500 internal server error. It’s only occurred once since the 18th when I set this up, so I’m going to wait for some more sample data if the error’s triggered again before trying to accommodate this in the plugin code.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.