I’m having trouble getting the {count} and {switch} variables to work with the twitter timeline plugin.
{exp:twitter_timeline type="user" user="***" password="***" limit="10" twitter_refresh="5"}
<div class="tweet {switch="alt|"} {count}"><a href="http://twitter.comstatus/{id}">{created_at format="%m/%d %g:%i%a"}</a> — {text}</div>
{/exp:twitter_timeline}Outputs:
<div class="tweet alt 1">blah blah blah</div>
<div class="tweet alt 1">blah blah blah</div>
<div class="tweet alt 1">blah blah blah</div>
Is it me? you? us?