Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

JB Shortener

Descripción

Changes the Short URL and the Twitter Tools URL for each post on your site using a custom, shortened domain and a base-36 encode of the post ID.

Instalación

  1. Buy a short domain
  2. Upload jb-shortener.php to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Update the “Short URL” in Options->General

If you’re running a multisite configuration, copy sunrise.php to the wp-content folder and set define('SUNRISE', 'on'); in wp-config.php.

FAQ

Why would I want this Plugin?

You can use a custom, shorter url for the short urls in WordPress and with Twitter Tools.

Does it work with Multisite enabled?

Yes, but you have to copy the sunrise.php file into the wp_content folder.

Reseñas

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“JB Shortener” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “JB Shortener” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .

Historial de cambios

1.1.1

  • Fix formatting on options page
  • Display warning if no short domain is set

1.1

  • Now works with multisite installs with subdirectories
  • Various optimizations
  • Removed explicit support for domain mapping plugin

1.0

  • Removes entries from the redirect database in multisite mode
  • No longer continues to redirect after plugin has been disabled in multisite mode
  • more efficient check for database install

0.8

  • No longer requires hosting of short-url redirect scripts, even for multisite
  • Added sunrise.php

0.7

  • Straight redirect to post instead of bouncing to ?p=POSTID first

0.5

  • No longer need to host the short-url redirect on an external domain for non-multisite installs

0.4

  • First version