Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

rel=”external” in a New Window

Descrizione

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!

Installazione

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!

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“rel=”external” in a New Window” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “rel=”external” in a New Window” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.2.1

  • Added options to use $ or jQuery to call script

1.2

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