Skip to content

Instantly share code, notes, and snippets.

@aaronmcadam
Created July 5, 2010 21:59
Show Gist options
  • Save aaronmcadam/464729 to your computer and use it in GitHub Desktop.
Save aaronmcadam/464729 to your computer and use it in GitHub Desktop.
ee_twitter_plugin_example
{exp:twitter_timeline_oauth url="http://example.com" limit="3" twitter_refresh="20" auto_link="true"
link_usernames="true" link_hashtags="true"}
{if {count} == "0"}
<p>No results</p>
{/if}
<div class="tweet">
<div class="info"><a href="http://www.twitter.com/{screen_name}">{screen_name}</a> / {created_at format="%g:%i %A %M %d"}</div>
<div class="text">{text}</div>
<div class="clear"></div>
</div>
{/exp:twitter_timeline_oauth}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment