這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

rel=”external” in a New Window

描述

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!

安裝

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” plugin page. You also have a setting to call the JS inline or as an external file – it’s up to you!

評價

There are no reviews for this plugin.

貢獻者及開發者

“rel=”external” in a New Window” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

1.2.1

  • Added options to use $ or jQuery to call script

1.2

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