Use your own short domain to create your own branded short links instead of using bit.ly or ow.ly.

Step 1 - Install jLinks in your Joomla or WordPress site

You can download the latest version of jLinks from this link.

Step 2 - Implement short URL

Using .htaccess

Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ## Mod_rewrite in use.
  2. RewriteEngine On
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteRule ^([A-Za-z0-9_\-\.]+)$ http://my-main-domain.com/r.php?l=$1 [L,QSA]

Using PHP

put this code into index.php file of your short domain

Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. header( 'HTTP/1.1 301 Moved Permanently' );
  3. $url = 'http://my-main-domain.com/r.php?l='.trim($_SERVER['REQUEST_URI'],'/');
  4. header('Location: ' . $url );
  5. exit;

my-main-domain.com is your website domain


Sample

Joobi.co short URL is joobi.info and we use jLinks to track the number of hits.

Step 3 - Create your first short URL

  • From the admin panel, go to jLinks -> Redirects
  • Click New button and fill in the correct information for your shortlink
  • Click "Save" to save your changes.
  • Destination: The URL you want to redirect to.

Namekey: A unique name for you to identify the link

Alias: The alias of the short link. If left empty, this will be fill up automatically base on the namekey you provided.

Extras: Do the extra parameters in the URL need to be passed on?

short-link-jlinks

Step 4 - Save and copy the short link

Once you fill-in all your short link information, click Save and you should see the short link generated that you can share to your customers through social media and email newsletter.

short-link-step2

Friendly Reminder

Joobi uses "evaluate before you buy" approach, we do NOT issue refunds after a subscription is purchased.
All basic plan (3 months) includes a back-link to Joobi.org

We invite you to:

Use the 30 days trial period before buying
Test-drive Joobi products using the demo website
For Mobile apps, check our iOS and Android demo

joobi-custom-service

Web Hosting Partner

Web Hosting     DreamHost