Here is an example:
<h2>Tweets</h2>
<ul>
{{ tweets:display username="{{ twitter_name }}" exclude_replies="false" cache="yes" cache_expire="10" }}
<li>
{{ text }}<br />
<span class="tweet-date">posted {{ time_ago }} ago</span>
</li>
{{ /tweets:display }}
</ul>
- username
- count
- exclude_replies
- include_retweets
- include_entities
- cache
- cache_expire
Drop the tweets
folder into the _addons
directory.