This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

tokpw Short URLs

Description

This plugin adds ability to create short URL from the blog post permalink and stores it in the database. The plugin currently use tok.pw as the only service and stores the data in the database of tok.pw.

Plugin homepage: http://tokarchuk.ru/2013/03/tok-pw/

For support use WordPress.org or this page: http://tokarchuk.ru/2013/03/tok-pw/

Thanks!

Installation

  1. Upload the tokpw-short-urls folder to /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. In the blog post edit window using Button “Get shortlink” to get short link of this post.

FAQ

How do I use the tokpw_show_url() function?

This function can be used in your theme files. For example, we echo tokpw_show_url() in post.php and this will show “http://tokpw.net/453”.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“tokpw Short URLs” is open source software. The following people have contributed to this plugin.

Contributors

Translate “tokpw Short URLs” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.2

  • Fix bug in call to undefined function.

0.1

  • Starting developing plugin, based on k0nsl Short URLs (https://wordpress.org/extend/plugins/k0nsl-short-urls/)