Plugin info

Total downloads: 940
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: 3/23/2013 (4666 days ago)
Added to WordPress: 3/9/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 4666 days ago

20/100

Is k0nsl Short URLs abandoned?

Possibly abandoned (last update 4666 days ago).

Compatibility

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

Developers

Languages

Similar & Alternatives

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

mastrcoder anonymizer
Rating 5.0/5 (1 reviews)Active installs 0

Description

This plugin creates a short URL from the blog post permalink and stores it in the database. The URL is displayed below the blog post along with a link to twitter that passes the short URL on, if defined in the settings page. The plugin currently use knsl.net as the only service and stores the data in the database of knsl.net.

Plugin homepage: http://k0nsl.org/blog/k0nsl-short-urls-plugin/

For support use WordPress.org or devNET community forums: http://devnet-software.org/

Thanks!

Installation

  1. Upload the k0nsl_shorturl folder to /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. You can change the default short URL service in ‘Settings’ -> ‘Short URLs’

Frequently Asked Questions

How do I use the k0nsl_show_url() function?

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

Review feed

No reviews available

Screenshots

  1. k0nsl Short URL settings page

    k0nsl Short URL settings page

Changelog

0.3a

  • Addd pre_get_shortlink(); and did some minor cleanups. Thanks to Rob Allen for code contributions.
  • Shortcode added, usage: [knsl-url u=http://wordpress.stackexchange.com]WordPress Answers – Stack Exchange[/knsl-url]

0.2

  • Added function k0nsl_show_url(); for placement in template files, i.e k0nsl_show_url(); will result in “http://knsl.net/453” when echoed.

0.1

  • Replaced hardcoded plugin directory path with a defined path via “k0nsl_plugin_path”.