Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4666 days ago
Is k0nsl Short URLs abandoned?
Possibly abandoned (last update 4666 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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
- Upload the
k0nsl_shorturlfolder to/wp-content/plugins/. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- 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
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”.
