http://tinyurl.com/api-create.php?url=http://www.yourdomein.com
$url = 'http://www.yourdomein.com';
$turl = drupal_http_request('http://tinyurl.com/api-create.php?url='. $url);
$turl = (isset($turl->data) && ($turl->code == 200)) ?
$turl->data : $url; return $turl;
Credit for this solution was found in the Service Link Module.
Apps and Addons for webdesigners, webdevelopers and business owners
Nieuwe reactie inzenden