Title: Indicate External Enlaces
Author: cubecolour
Published: <strong>29 de abril de 2014</strong>
Last modified: 23 de junio de 2025

---

Buscar plugins

![](https://ps.w.org/indicate-external-links/assets/banner-772x250.png?rev=1485167)

![](https://ps.w.org/indicate-external-links/assets/icon-256x256.png?rev=1485167)

# Indicate External Enlaces

 Por [cubecolour](https://profiles.wordpress.org/numeeja/)

[Descargar](https://downloads.wordpress.org/plugin/indicate-external-links.1.1.0.zip)

 * [Detalles](https://es-mx.wordpress.org/plugins/indicate-external-links/#description)
 * [Opiniones](https://es-mx.wordpress.org/plugins/indicate-external-links/#reviews)
 *  [Instalación](https://es-mx.wordpress.org/plugins/indicate-external-links/#installation)
 * [Desarrollo](https://es-mx.wordpress.org/plugins/indicate-external-links/#developers)

 [Soporte](https://wordpress.org/support/plugin/indicate-external-links/)

## Descripción

A simple and lightweight plugin to indicate external http and https links in posts,
pages and custom content by appending a small diagonal arrow icon to the link.

No configuration is required just install and activate.

## Capturas

 * [[
 * Enlaces

## Instalación

 1. Upload the plugin folder to the ‘/wp-content/plugins/’ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Preguntas frecuentes

### Where is the admin page?

This plugin does not have any options, so there is no admin page.

### Does this work for http and https links?

Si

### Can I customise how the link is displayed?

Yes you can add some CSS to your child theme

### Ejemplo

.nav-menu .extlink sup {
 color:’#bada55′; }

For maximum flexibility you can copy the plugins styles to you child theme’s stylesheet
and make changes to that if you also prevent the default styles from loading.

You can add CSS rules to enable you to use a glyph from a custom icon font.

To deactivate the default CSS, add the following line to your child theme’s functions.
php file:

    ```
    <?php remove_action('wp_head', 'cc_extlink_style'); ?>
    ```

### What external links will not have the arrow added?

Linked images will not have the arrows added.

Text links inside image captions will not have the arrows added, but custom CSS 
can be used to override this.

External links inside WordPress custom menus will not have the arrow added by default.
Again, custom CSS can be used to override this.

### Can I add other exceptions so that some types of links to prevent the arrow being added?

Yes, add a CSS rule to your child theme.
 Target the links you don’t want affected
with greater specificity to override the default CSS of the plugin. **Ejemplo**

    ```
        .myclass .extlink sup:after {
            content:'';
        }
    ```

### Why doesn’t it work on my site?

This plugin works as intended on the sites it was tested it on whilst it was being
developed. If you have a problem getting it to work on your site, first read the
documentation and check the [plugin’s support forum](https://wordpress.org/support/plugin/indicate-external-links/)
to see whether your issue has been previously resolved. If you do not find an answer,
please ask for help on the forum giving as much information as possible so I can
try to guide you through some troubleshooting steps to help you to fix your issue.
If you have a problem, please do not post a review before asking for help.

### I am using the plugin and love it, how can I show my appreciation?

You can donate via [my donation page](https://cubecolour.co.uk/wp/). If you find
the plugin useful I would also appreciate a review (five stars would be nice) on
the [plugin review page](https://wordpress.org/support/view/plugin-reviews/indicate-
external-links “Indicate External Links plugin review page”

## Reseñas

![](https://secure.gravatar.com/avatar/eaf4a6165f46e309547aa99f863b4a217f035b35a5f34700fd61850f2761377b?
s=60&d=retro&r=g)

### 󠀁[Love the convenience](https://wordpress.org/support/topic/love-the-convenience-3/)󠁿

 [MeowOrNever](https://profiles.wordpress.org/meowornever/) 14 de febrero de 2026

Although this simple, but important, effect may be produced with a little CSS coding,
I appreciate the convenience of this plugin. It has been ‘set and forget’ on my 
original wiki. I’m converting to a new site and reviewing plugins. Currently at ‘
not tested’ status, I hope the author reviews, just to make sure it doesn’t break
going forward.

![](https://secure.gravatar.com/avatar/6c7e1967cfda73eb916330f2c3410df42e013c2073c7bbec3b6a598ba5259903?
s=60&d=retro&r=g)

### 󠀁[Thanks!](https://wordpress.org/support/topic/thanks-2250/)󠁿

 [John](https://profiles.wordpress.org/dsl225/) 24 de abril de 2022

As I’m of those who, despite what you’ll read everywhere, firmly believes that external
links should always open in a new window, I found this plugin quite useful and easy
to implement. Great idea!

![](https://secure.gravatar.com/avatar/6d6a36e1b7fcf3736a1fcb7037fd4edb54b20f021b5d809a32b5717ba6b3eff2?
s=60&d=retro&r=g)

### 󠀁[This plugin just keeps on working](https://wordpress.org/support/topic/this-plugin-just-keeps-on-working/)󠁿

 [nikdow](https://profiles.wordpress.org/nikdow/) 17 de diciembre de 2021

Very reliable has survived many Wp updates and just keeps working.

![](https://secure.gravatar.com/avatar/bc629923dde1708d163da98c7be9240075093fb1ffb098875b6785d6dd6657ed?
s=60&d=retro&r=g)

### 󠀁[Excellent](https://wordpress.org/support/topic/excellent-4114/)󠁿

 [meadows19](https://profiles.wordpress.org/meadows19/) 8 de enero de 2017

Simple and quick. No settings needed. Works fine.

![](https://secure.gravatar.com/avatar/5171fa315b4707fdc95718d30b536be9dec0ca7cac15d61b02e9b57670d693cd?
s=60&d=retro&r=g)

### 󠀁[COOL!](https://wordpress.org/support/topic/cool-467/)󠁿

 [marcodimitri1](https://profiles.wordpress.org/marcodimitri1/) 3 de septiembre 
de 2016

Elegant, intuitive… really beautiful pl to show external links in professional mode.
Marco

 [ Leer todas las 8 reseñas ](https://wordpress.org/support/plugin/indicate-external-links/reviews/)

## Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este
plugin.

Colaboradores

 *   [ cubecolour ](https://profiles.wordpress.org/numeeja/)

[Traduce “Indicate External Enlaces” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/indicate-external-links)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/indicate-external-links/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/indicate-external-links/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/indicate-external-links/)
por [RSS](https://plugins.trac.wordpress.org/log/indicate-external-links/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 1.1.0

 * Code tidy
 * Remove version detect function

#### 1.0.1

 * Improved CSS for iPad compatibility

#### 1.0.0

 * Initial Version

## Meta

 *  Versión **1.1.0**
 *  Última actualización **hace 10 meses**
 *  Instalaciones activas **700+**
 *  Versión de WordPress ** 3.7 o superior **
 *  Probado hasta **6.8.5**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/indicate-external-links/)
 * Etiquetas:
 * [arrow](https://es-mx.wordpress.org/plugins/tags/arrow/)[external](https://es-mx.wordpress.org/plugins/tags/external/)
   [https](https://es-mx.wordpress.org/plugins/tags/https/)[link](https://es-mx.wordpress.org/plugins/tags/link/)
   [offsite](https://es-mx.wordpress.org/plugins/tags/offsite/)
 *  [Vista avanzada](https://es-mx.wordpress.org/plugins/indicate-external-links/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  7 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/indicate-external-links/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/indicate-external-links/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/indicate-external-links/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/indicate-external-links/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/indicate-external-links/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/indicate-external-links/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/indicate-external-links/reviews/)

## Colaboradores

 *   [ cubecolour ](https://profiles.wordpress.org/numeeja/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/indicate-external-links/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://cubecolour.co.uk/wp)