Anyone know why I’d be getting the following error using the Twitter Timeline plugin. This is the only code I have in my template and is the exact code used in the example:
{exp:twitter_timeline screen_name="EllisLab"}
<div class="tweet">
<div class="date">{created_at format="%m-%d %g:%i"}</div>
<div class="author">
<div class="icon">
{profile_image_url}
</div>
{name}
</div>
<div class="status">{text}</div>
</div>
{/exp:twitter_timeline}This is the error I’m getting:
Warning: Invalid argument supplied for foreach() in /home/cclark/public_html/systemfolder/plugins/pi.twitter_timeline.php on line 394
Warning: Invalid argument supplied for foreach() in /home/cclark/public_html/systemfolder/plugins/pi.twitter_timeline.php on line 394