Plugin info

Total downloads: 1,123
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/6/2013 (4622 days ago)
Added to WordPress: 4/1/2013 (12 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 3.6.1
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4622 days ago

20/100

Is tokpw Short URLs abandoned?

Possibly abandoned (last update 4622 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 3.6.1
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

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.

Frequently Asked Questions

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”.

Review feed

No reviews available

Screenshots

No screenshots available

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/)