PLUGIN README
Twitter Post - Creates a section that automatically posts to twitter.
-------------------------------------------------------------------------------


TECHNICAL OVERVIEW
-------------------------------------------------------------------------------
This plugin create a new "Twitter" section that allows you to create "Tweets"
and automatically posts them to twitter.

This allows you to manage your Twitter postings from within your CMS software
and to allow multiple users to post tweets without having to share
confidential twitter login details with them.


CONFIGURATION
-------------------------------------------------------------------------------
You must Authorize this plugin before it can be used.

Go to Admin > Plugins > Twitter Post and click the Authorize link. You'll be 
redirected to Twitter's website where you'll need to login (if you aren't 
already) and "Allow CMS Plugin access".


CUSTOMIZING "VIA..."
-------------------------------------------------------------------------------
To have your feed display a customized "via ..." name and link, you'll need to
create your own Twitter Application:

http://dev.twitter.com/login?redirect_after_login=%2Fapps%2Fnew

Application Name:        this is the name that will appear on your feed
Application Description: 10 character minimum
Application Website:     this is the link that will appear on your feed
Application Type:        Browser
Callback URL:            http://example.com/
Default Access type:     Read & Write

After you create an application, you'll be redirected to its details page.
Here you'll find your application's "Consumer key" and "Consumer secret".
Copy-and-paste these into your Twitter Post plugin
(cmsAdmin/plugins/twitterPost/twitterPost.php):

$GLOBALS['TWITTERPOST_CONSUMER_SECRET'] = "paste your consumer secret here";
$GLOBALS['TWITTERPOST_CONSUMER_KEY']    = "paste your consumer key here";

Now login to CMS Builder and go to Admin > Plugins. You'll need to "Authorize"
the Twitter Post plugin with this new information.

All future posts will display your customized application name and link.


-------------------------------------------------------------------------------
end of file.
