=== Plugin Name ===
Contributors: pleer
Plugin Name:  rel="external" in a New Window
Plugin URI:   http://pleer.co.uk/wordpress/plugins/rel-external/
Donate link:  http://pleer.co.uk/go/rel-external-paypal/
Description:  Opens a new window with rel="external" instead of having to use target="_blank" or target="_new"
Version:      1.2.1
Author:       Alex Moss
Author URI:   http://alex-moss.co.uk/
Tags: seo, rel, external, new window, external link, target, blank, new, plugin, page
Requires at least: 3.0
Tested up to: 3.1
Stable tag: 1.2.1

Opens a new window with rel="external" instead of having to use target="_blank" or target="_new"

== Description ==

rel="external" is now the XHTML valid version that informs search engine spiders that the link is external. However, using this does not open the link in a new window. target="_blank" and target="_new" does this, but is not XHTML valid.

This very simple plugin adds a small JS file to your header to let this happen!

* [rel="external"](http://pleer.co.uk/wordpress/plugins/rel-external/) plugin homepage.
* More [WordPress Plugins](http://pleer.co.uk/wordpress/plugins/).
* [Facebook Comments](http://pleer.co.uk/wordpress/plugins/facebook-comments/) Plugin
* [Twitter Feed](http://pleer.co.uk/wordpress/plugins/wp-twitter-feed/) Plugin
* [Follow @alexmossSEO on Twitter](http://twitter.com/alexmossSEO).
* [Alex Moss](http://alex-moss.co.uk/).
* [Pleer SEO](http://pleer.co.uk/).

== Installation ==

You can install this in 2 easy steps without any need for configuration:

1. Upload the whole plugin folder to your /wp-content/plugins/ folder.
2. Go to the Plugins page and activate the plugin!

You can also visit the [rel="external"](http://pleer.co.uk/wordpress/plugins/rel-external/) plugin page. You also have a setting to call the JS inline or as an external file - it's up to you!

== Changelog ==

= 1.2.1 =

* Added options to use $ or jQuery to call script

= 1.2 =

* Minified code
* Added inline or external file call in settings