Installation Instructions
For ExpressionEngine 1.6.x
- Upload the
er_tweet_me/pi.er_tweet_me.phpfile in yoursystem/pluginsdirectory
For ExpressionEngine 2.x
- Upload the
er_tweet_medirectory to theexpressionengine/third_partydirectory
Single String Use
To turn a single username or hash into a link just use the single tag like this:
{exp:er_tweet_me data="@erikreagan"}
or
{exp:er_tweet_me data="#expressionengine"}
Longer Text
To convert all occurrences of @name or #hashtag wrap the contents in a tag pair like this:
{exp:er_tweet_me}
{body}
{/exp:er_tweet_me}