=== Twitter Highlight ===
Contributors: oso96_2000
Donate link: http://pledgie.com/campaigns/10024
Tags: twitter, hashtag, list, username
Requires at least: 2.9
Tested up to: 3.9.1
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Convert twitter usernames, hashtags and lists in pages, posts or comments to a twitter link.

== Description ==

Convert the following formats:

* @username -> http://twitter.com/username
* @username/listname -> http://twitter.com/username/listname
* #hashtag -> http://search.twitter.com/search?q=%23hashtag

It comes with some options to configure, like use nofollow attribute, open on a new page and choose where you want the links to be replaced.

== Installation ==

1. Upload `twitter-highlight` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure settings in the options panel

== Changelog ==

= 1.0 =
* First version.

= 1.1 =
* Options display style changed a little

= 1.2 =
* Fix incorrect username/list/hashtag handling when it was inside a link. Thanks to Holly Jahangiri (http://jahangiri.us/) and Justin Sternberg (https://twitter.com/Jtsternberg/status/482968443227234304)