xTrim URL Shorter

Make your Long post or page URL's very short

Author:Nyasro (profile at wordpress.org)
WordPress version required:2.8
WordPress version tested:3.4.2
Plugin version:1.0
Added to WordPress repository:13-07-2013
Last updated:04-07-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://nyasro.com
Total downloads:162
plugin download
Click to start download

Make your Long post or page URL's very short using xTrim Tool. This plugin displays short url for each and every post. This plugin has option to choose whether to make automatic url request or use shortcode to display short url.

  • Use shortcode tag [xtrim] to short url for your current post or page.

If you are a developer then use following PHP code to display xTrim urls.

  • To show xtrim url :
<?php
            
        if(function_exists('_xTrim_URLShorter('))
            _xTrim_URLShorter(();       
            
    ?>
  • To return xtrim url as a variable:
<?php
        if(function_exists('xTrim_URLShorter'))
            echo xTrim_URLShorter( );
    ?>