Version:1.2 Inserts target="_blank" and rewrites all direct links in posts, comments and author links, to a out.php file.
MQ ReLinks is a wordpress plugin which allows you to easy make all external links in posts, comments and author links non external, by using a redirect. In stead of a direct link to another site, the plugin will create a link to a out.php file that will redirect to the requested URL. They can be opened in a new window or in the same one. You can configure the post, comment and author link options in the administration area. For configuration go to Options>MQ ReLinks A redirected link will look like this: http://www.maiq.info/wp-content/plugins/mq-relinks/out.php?url=http://www.wordpress.org/ Or you can edit it to look like this: http://www.maiq.info/out/http://www.wordpress.org/ To do so you have to edit the .htaccess file and add a line of code: RewriteRule ^out/(.*)$ wp-content/plugins/mq-relinks/out.php?url=$1 [L] right after this part of code:
BEGIN WordPressRewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] There are instructions in the administration area
Changes in 1.1
Updated to work with latest version of wordpress Added support for anchor links (Ex.: href=#top)
Changes in 1.2
Updated to work with latest version of wordpress Fixed support for anchor links (Ex.: href=#top) will not be redirected, but http://www.someothersite.com/#something will still work Added .htaccess support, now your links can look like http://www.maiq.info/out/http://www.wordpress.org/ In stead of http://www.maiq.info/wp-content/plugins/mq-relinks/out.php?url=http://www.wordpress.org/
Requires: 2.3 or higher
Compatible up to: 3.0.5
Last Updated: 2010-7-28
Downloads: 1,263




