Description
This plugin will solve the problem of manually changing all your external links to open in a new window by doing it automatically for you…for all external links in all posts and pages!
This plugin uses standard HTML and doesn’t introduce any more JavaScript into your already JavaScript heavy WordPress site. It also uses very minimal styling (CSS) to display a new window icon, which is embedded and not externally linked.
The display of the new window icon can be changed in the settings page and you can also add the rel="nofollow"
attribute. Read more about rel="nofollow"
on Wikipedia.
Updates to the plugin will be posted on the Etalented website as well as to the WordPress.org Plugin Directory.
Originally created by Christopher Ross and now authored by Etalented.
Installation
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->External Links screen to configure the plugin
FAQ
- Do the external links have any CSS classes?
-
Yes. There are 2:
thisismyurl_external
to support sites that use the old version of the plugin; andexternal-links-new-window
for new installations and for those that wish to upgrade. - Will it work for mobile?
-
Yes. The plugin uses HTML standards to that it works on mobile and desktop the same.
- Will it open a new window or new tab?
-
That depends. It is down to the users settings in their browser whether a new window or new tab is opened. The default behaviour is for a new tab to open.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“External Links to New Window” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “External Links to New Window” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.4
- code refactor
- admin settings page re-design
- new readme and contributing docs
2.0.3
- code refactor
- unit testing
- admin settings page re-design
- new
external-link-new-window
class for external links (whilst still supporting legacy class) - changing new window icon to CSS encoded for better performance
2.0.2
- under new ownership
2.0.0
- added new admin menu for easier management
- removed footer comment
- combined settings into single option
- removed common file
- added screenshot
1.1.1
- lowered bandwidth of icon
- CSS now only appearing when image included
1.1
- added new WP menu