Create Short URLs Using U.Nu

I was recently referred to another URL shortening website called u.nu. As far as shortening services go, u.nu seems to have the field beat as far as the shortest base URL. If you’re really intent on creating the shortest possible URLs, look no further than u.nu’s API. The PHP function get_unu_url($url) { $url = ‘http://u.nu/unu-api-simple?url=’.urlencode($url); … Continue reading Create Short URLs Using U.Nu