URL Shortener v1.5.3 released

Create your own fully integrated URL shortener for your posts, pages and custom post types.

Shortcode [short-url] or function azrcrv_urls_get_custom_shortlink can be called from themes or other plugins to retrieve the custom short URL.

Example shortcode usage:
echo do_shortcode('[short-url]');

Example function usage:

if (function_exists('azrcrv_urls_get_custom_shortlink')){
	printf(' <span class="short-link">%s</span>', '<a href="'.azrcrv_urls_get_custom_shortlink().'" title="Shortlink to '.the_title_attribute('echo=0').'" rel="bookmark">'.'Shortlink'.'</a>');
}

Settings page allows options for short URL generation to be configured.

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

:notebook_with_decorative_cover: Changelog

  • Update readme files.
  • Update language template.
  • Fix bug with azurecurve menu.

:arrow_down: Download

Download from Github to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

:man_juggling:: Support

If you have any problems to log or features to request, contact me via the Plugin Support Forum or you can log an issue via the Github repo.

:bulb: Issues/Ideas

Iā€™m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

1 Like

This topic was automatically closed after 3 days. New replies are no longer allowed.