
Notice: I’ve have since stopped development of this plugin as I feel that the state of URL Shortening services seems to have converged and there isn’t much more progress I have in the pipeline for this plugin.
URL Shortener allows you to generate shortlinks for post/pages using URL Shorteners (e.g. Bit.ly, Su.pr and many others), with a few additional features.
Please check your settings when upgrading to Version 4.0 from previous versions prior to it.
What’s New with 4.0
Features:
Refer to the documentation/wiki page at http://wiki.fusedthought.com/docs/url-shortener-wordpress-plugin for more information (eg. installation guide and known issues etc).
Services currently supported are:
Suspended
Available Template Tags
On-demand shortening function:
<?php fts_shorturl('http://www.google.com', 'bitly'); ?>
To show the generated links::
<?php fts_show_shorturl($post); ?>
Or if WordPress 3.0:
<?php the_shortlink(); ?>
https://codex.wordpress.org/Function_Reference/the_shortlink
Available hooks and filters
Future Versions and on:
Support via:
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.