How to use the is.gd URL shortener with leenk.me
I’ve written about using bit.ly and su.pr before, but this is how you can use the is.gd URL shortener — if that’s your cup of tea. To use the is.gd URL shortener, simply add this code to your theme’s functions.php file: function custom_leenkme_url_shortener( $api_url, $url ) { $isgd_api =”http://is.gd/create.php”; $isgd_args = array( ‘url’ => $url,…