Here’s my code at the moment:
{exp:channel:entries channel='profile'}
{exp:twitter_timeline screen_name="{twitter-name}" limit="5" twitter_refresh="15" create_links="user_mentions|hashtags|urls" use_stale_cache="no"}
<div class="tweet">
<div class="date">{created_at format="%d-%m %g:%i%a"}</div>
<div class="status">{text}</div>
</div>
{/exp:twitter_timeline}
{/exp:channel:entries}where {twitter-name} is a custom field in the channel ‘profile’.
I’d like to create a timeline that pulls in multiple twitter feeds — is that possible with this plugin?