=== Plugin Name ===
Author: António Andrade
Author URI: http://antonioandra.de/
Plugin URI: http://antonioandra.de/wp-tag-this/
Contributors: antonioandra.de
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=s4mancha%40gmail%2ecom&lc=US&item_name=WP%20Tag%20This%20%28Antonio%20Andrade%29&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest
Tags: tag, taxonomy, tagging, voting
Requires at least: 3.0
Tested up to: 3.4.1
Stable tag: 1.1

Enables your blog readers to suggest new post tags or upvote/downvote existing ones.

== Description ==

Enables your blog readers to suggest new post tags or upvote/downvote existing ones.
Downvoted tags are eventually removed.
A few more features are on the works as is the expansion of this readme.

== Installation ==

1. Download **WP Tag This!**;
1. Extract its content;
1. Upload the **wp-tag-this** folder to **wp-content/plugins**;
1. Activate it under **Plugins**;

**Usage**

To output the Table of Contents use the following snippet, inside your post loop:

`<?php if( function_exists( 'TagThis' ) ){ TagThis(); } ?>`

== Changelog ==

= 1.1 (01/07/2012) =
* Added ajax to the frontend.

= 1.0 (01/07/2012) =
* Initial release.