Created
July 5, 2010 21:59
-
-
Save aaronmcadam/464729 to your computer and use it in GitHub Desktop.
ee_twitter_plugin_example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{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