=== Commentwitter ===
Contributors: JonBishop
Tags: Twitter, comments
Requires at least: 2.7
Tested up to: 2.7.1
Stable tag: 1.4
Gives commenters the option of Tweeting their comment with a link to your post.
== Description ==
Commentwitter is a WordPress plugin that gives commenters the option of Tweeting their comment with a link to your post.
= Other features =
* Automatically creates cli.gs to specific comments in a post
* All cli.gs can be tracked via an API key
* Integrates nicely into forms
* Blog owner can Tweet new comments automatically on their profile
== Installation ==
1. Upload the 'commentwitter' folder to the '/wp-content/plugins/' directory
2. Go into the WordPress admin interface and activate the plugin
3. Insert the following PHP function where you would like the login prompt and text for the plugin:
<? get_commentwitter_input(); ?>
Note: This is usually right after:
<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
== Frequently Asked Questions ==
== Version history ==
The current version is 1.4 (2009.05.01).
= 1.4 (2009.05.01) =
* Added help button and donation link
= 1.3 (2009.05.01) =
* Site owner can add a prefix to Tweets
= 1.2 (2009.04.30) =
* Tweet is only cut off if under 120 characters
* Blog owner can now Tweet new comments automatically on own profile
= 1.0 (2009.03.05) =
* Released
== To do ==
* Allow users to Tweet their comments without the use of Twitter's API
* Integrate threaded comments