This plugin adds ability to instantly create short link for your post, pages, categories, archieves, users, tags, custom taxonomies or custom post types or anything then stores it
in the database, to make it easier for users to recall and share it with friends and readers, it can also be used to hide your referrer links by simpling puting refli short codes to shorten any external link in post.
To Show the Short link of current page or post use the following shortcode on post, page or sidebar widget:
[refli-url]
To quickly shorten any External URL within post use the following short code:
Example: taking google.com as extrnal link, then
[refli-url u=”http://google.com”]
Plugin homepage:
http://www.thesetemplates.com/2013/07/wordpress-shorten-url-plugin.html
For support use WordPress.org or this link:
http://www.thesetemplates.com/2013/07/wordpress-shorten-url-plugin.html
Advance users only:
In your single.php or single-custom.php file place:
"Shortlink: <?php echo refli_show_url() ?>"
After <?php the_content(); ?>
to automatically show post shortlink to your visitors for everypost.
or you can use refli_show_url() anywhere in your template to print the shortlink.
Refli Chrome Extension
Quickly Shorten any link just by clicking the extension, then copy your shortlink
Click here to download
Javascript plugin is coming soon which will shorten all external links in website.
Hope you Enjoyed this plugin!
Thanks!
== Installation ==
Manual
1. Upload the `refli-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.
Automatic
1. Goto Dasboard Plugin click ‘Add New’ search for ‘WP URLs shorten’ .
2. Click Install.
3. Activate Plugin.