ER Tweet Me
Documentation

Always do a database backup before performing upgrades, downgrades and installations to add-ons.


Installation Instructions

For ExpressionEngine 1.6.x

  • Upload the er_tweet_me/pi.er_tweet_me.php file in your system/plugins directory

For ExpressionEngine 2.x

  • Upload the er_tweet_me directory to the expressionengine/third_party directory

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}