Title: YOURLS Link Creator
Author: Andrew Norcross
Published: <strong>11 de octubre de 2012</strong>
Last modified: 25 de febrero de 2016

---

Buscar plugins

![](https://ps.w.org/yourls-link-creator/assets/banner-772x250.png?rev=1080386)

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

![](https://ps.w.org/yourls-link-creator/assets/icon-256x256.png?rev=1081567)

# YOURLS Link Creator

 Por [Andrew Norcross](https://profiles.wordpress.org/norcross/)

[Descargar](https://downloads.wordpress.org/plugin/yourls-link-creator.2.1.1.zip)

 * [Detalles](https://es.wordpress.org/plugins/yourls-link-creator/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/yourls-link-creator/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/yourls-link-creator/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/yourls-link-creator/#developers)

 [Soporte](https://wordpress.org/support/plugin/yourls-link-creator/)

## Descripción

Creates a YOURLS generated shortlink on demand or when saving posts.

Características:

 * Optional custom keyword for link creation.
 * Will retrieve existing URL if one has already been created.
 * Click count appears on post menu
 * Available for standard posts and custom post types.
 * Optional filter for wp_shortlink
 * Built in cron job will fetch updated click counts every hour.

## Capturas

[⌊Metabox to create YOURLS link with optional keyword field⌉⌊Metabox to create YOURLS
link with optional keyword field⌉[

Metabox to create YOURLS link with optional keyword field

[⌊Example of a post with a created link and click count⌉⌊Example of a post with 
a created link and click count⌉[

Example of a post with a created link and click count

[⌊Post column displaying click count⌉⌊Post column displaying click count⌉[

Post column displaying click count

[⌊Settings page⌉⌊Settings page⌉[

Settings page

## Instalación

This section describes how to install the plugin and get it working.

 1. Upload `yourls-link-creator` to the `/wp-content/plugins/` directory.
 2. Activa el plugin desde el menú ‘Plugins’ de WordPress.
 3. Navigate to the «YOURLS Settings» option in the Settings Menu.
 4. Enter your YOURLS custom URL and API key
 5. ¡Disfrútalo!

## FAQ

  What’s this all about?

This plugin creates a shortlink (stored in the post meta table) for each post that
can be used in sharing buttons, etc.

  What is YOURLS?

YOURLS is a self-hosted PHP based application that allows you to make your own custom
shortlinks, similar to bit.ly and j.mp. [Learn more about it here](http://yourls.org/)

  How do I use the template tag?

Place the following code in your theme file (usually single.php) `<?php yourls_display_box();?
>`

  The delete function doesn’t remove the short URL from my YOURLS installation

This is a limitation with the YOURLS API, as there is not a method yet to delete
a link. The delete function has been added to the plugin to allow users to get the
updated URL that they may have changed in the YOURLS admin panel

## Reseñas

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

### 󠀁[Works great with no problems.](https://wordpress.org/support/topic/works-great-with-no-problems-2/)󠁿

 [absoblogginlutely](https://profiles.wordpress.org/absoblogginlutely/) 7 de agosto
de 2018

Works fine on WordPress 4.9.8. Surprisingly I've not had anyone comment on my unusual
shortened url as it's not a common domain and not the same as my blog name but people
click on it!

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

### 󠀁[Flawless and works perfectly](https://wordpress.org/support/topic/flawless-and-works-perfectly/)󠁿

 [neotrope](https://profiles.wordpress.org/neotrope/) 8 de mayo de 2018

Still works after couple of years since switching on with YOURLS in May of 2016.
As of today still works with PHP 7.2 and WP Version 4.9.5.

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

### 󠀁[Just works](https://wordpress.org/support/topic/just-works-389/)󠁿

 [dhuyvetter](https://profiles.wordpress.org/dhuyvetter/) 23 de octubre de 2017

Simple plugin that just works. Nice to have posts automagically create Yourls short
links.

 [ Leer todas las 14 reseñas ](https://wordpress.org/support/plugin/yourls-link-creator/reviews/)

## Colaboradores y desarrolladores

«YOURLS Link Creator» es un software de código abierto. Las siguientes personas 
han colaborado con este plugin.

Colaboradores

 *   [ Andrew Norcross ](https://profiles.wordpress.org/norcross/)

[Traduce «YOURLS Link Creator» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/yourls-link-creator)

### ¿Interesado en el desarrollo?

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

## Registro de cambios

#### 2.1.1 – 02/25/2016

 * added `yourls_run_cron_jobs` filter to allow users to disable the cron job

#### 2.1.0 – 08/06/2015

 * added `yourls_after_url_save` action to post transitioning from future to publish(
   scheduled posts)

#### 2.0.9 – 08/03/2015

 * added `yourls_after_url_save` action to fire when the custom URL is generated
   and stored

#### 2.0.8 – 06/19/2015

 * added ability to set custom keyword prior to save
 * added `yourls_user_cap` filter for modifying default user capability
 * added `yourls_settings_cap` filter for modifying settings page capability
 * added `yourls_keyword_filter` filter for changing default keyword sanitation
 * added new legacy file to pick up old functions from Ozh’s plugin
 * added GitHub plugin updater support

#### 2.0.7 – 02/14/2015

 * fixed bug with post row actions missing on drafts
 * updated cron job scheduling

#### 2.0.6 – 02/13/2015

 * added scheduled posts to available post status
 * added `yourls_post_status` filter to modify these (although not sure why you’d
   want to)
 * added function to create a link when a post is moved from ‘scheduled’ to ‘publish’
   if one doesn’t exist (requires setting update)
 * added API status check sidebox to the settings page

#### 2.0.5 – 02/10/2015

 * fixed API URL construction to account for installs in a subfolder
 * added filter `yourls_strip_urls` to allow trailing slash removal (default is 
   false)

#### 2.0.4 – 02/09/2015

 * fixed API query args getting malformed before call
 * fixed content title sanitation encoding
 * forced POST method for API call and removed setting
 * added bulk import function for existing data
 * added `yourls_display_box` template tag to display front end box
 * added `get_yourls_shortlink` to return or echo the shortlink
 * added `wp_ozh_yourls_raw_url` to match previous plugin from Ozh

#### 2.0.3 – 02/05/2015

 * added API key field show / hide to (hopefully) account for Chrome being aggressive
   on the field
 * removed ‘future’ from array of post types to create items on save

#### 2.0.2 – 02/02/2015

 * fixed bug with creating link on post save

#### 2.0.1 – 02/01/2015

 * added post title submission to API call
 * added option for using POST method instead of GET method to address API permission
   issues
 * nonce ALL THE THINGS

#### 2.0.0 – 02/01/2015

 * COMPLETELY REFACTORED
 * updated UI to match current WP setup
 * rewrote javascript for better security
 * added post action row items for creating and updating counts
 * added check for possible 404 return on YOURLS server
 * a whole lot more

#### 1.09 – 02/21/2013

 * bugfixes related to certain hosting configurations
 * minor JS cleanup

#### 1.08 – 12/31/2012

 * change to allow scheduled posts to process URL call. props @ethitter

#### 1.07 – 12/24/2012

 * better sanitizing of personal YOURLS URL
 * code cleanup

#### 1.06 – 12/18/2012

 * included template tag for theme use. (See FAQs for usage)
 * added a ‘delete’ button for single links (See FAQs for details)
 * The YOURLS metabox will not appear until a post has been published.

#### 1.05 – 12/10/2012

 * added a conversion tool from Ozh’s plugin to this one

#### 1.04 – 12/09/2012

 * refactoring the wp_shortlink functionality

#### 1.03 – 12/04/2012

 * Bugfix for post type checking

#### 1.02 – 10/14/2012

 * Option for adding to specific post types
 * delay link creation until status is published
 * internationalization support

#### 1.01

 * Added option to create link on post save
 * code cleanup

#### 1.0

 * First release!

## Meta

 *  Versión **2.1.1**
 *  Última actualización **hace 11 años**
 *  Instalaciones activas **500+**
 *  Versión de WordPress ** 3.6 o superior **
 *  Probado hasta **4.4.34**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/yourls-link-creator/)
 * Etiquetas:
 * [custom url](https://es.wordpress.org/plugins/tags/custom-url/)[shortlink](https://es.wordpress.org/plugins/tags/shortlink/)
   [yourls](https://es.wordpress.org/plugins/tags/yourls/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/yourls-link-creator/advanced/)

## Valoraciones

 4.5 de 5 estrellas.

 *  [  11 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/yourls-link-creator/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/yourls-link-creator/reviews/?filter=4)
 *  [  1 valoración de 3 estrellas     ](https://wordpress.org/support/plugin/yourls-link-creator/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/yourls-link-creator/reviews/?filter=2)
 *  [  1 valoración de 1 estrellas     ](https://wordpress.org/support/plugin/yourls-link-creator/reviews/?filter=1)

[Tu valoración](https://wordpress.org/support/plugin/yourls-link-creator/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/yourls-link-creator/reviews/)

## Colaboradores

 *   [ Andrew Norcross ](https://profiles.wordpress.org/norcross/)

## Soporte

Problemas resueltos en los últimos dos meses:

     0 de 1

 [Ver el foro de soporte](https://wordpress.org/support/plugin/yourls-link-creator/)

## Donar

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

 [ Dona a este plugin ](https://andrewnorcross.com/donate)