My favorites | Sign in
Logo
             
People details
Project owners:
  fusedthought

Description


This plugin integrates multiple URL Shortening service with your WordPress.org installation bringing a similar functionality to that of WordPress.com's WP.me shortlinks feature but using 3rd party URL Shorteners.

The Short URL generated during post/page publishing is cache and thus generated only once. Furthermore, as it uses the post ID to generate, changing the site permalinks will not break the Short URL.

You can also create your own short url using the WordPress Post ID (for eg: http://yoursite/POST-ID ). It provides two method of redirection, namely, wp_rewrite redirect and template_redirection (template redirect).

To show the generated links in your template just include this function within the loop:

<?php fts_show_shorturl($post); ?>

As of Version 1.5, I've added an on-demand shortening function for use in the templates:

<?php fts_shorturl('http://www.google.com', 'supr'); ?>

Currently supported services:


Addon Module


Version 1.7 allows the inclusion of a addon module which provides bonus services and beta services which are not available in the main URL Shortener Plugin.

URL Shortening Services or other functions included in this addon are mostly undergoing testing and may be moved to the main URL Shortener Plugin at a later date. The main purpose of this addon module is enable interested users to test out services which are not yet fully supported.

Requires Shortener(http://wordpress.org/extend/plugins/url-shortener/ "URL Shortener") Plugin to be installed and activated,

Addon supported services:


Notes


Installation


Just unzip into the WordPress plugin directory and activate it via the plugin administration menu.

Main Release History


Version 2.1:

Version 2.0.1:
  • Bugfix: Minor error posting to ping.fm
Version 2.0:
Version 1.7: Version 1.6.3: Version 1.6.2: Version 1.6.1: Version 1.6: Version 1.5.2 Version 1.5.1 Version 1.5 Version 1.4 Version 1.3 Version 1.2 Version 1.1 Version 1.0

Addon Release History


Version 0.3

Version 0.2 Version 0.1

Support


More services may be added in the future. If you have any services that you like this plugin to support, contact me via my website or the WordPress support forums.









Powered by Google Project Hosting