Everyone likes tiny, little URLS. Use this snippet to get them:
function get_tiny_url( $url ) { $tiny_url = file_get_contents( "http://tinyurl.com/api-create.php?url=".$url ); return $tiny_url; }
Everyone likes tiny, little URLS. Use this snippet to get them:
function get_tiny_url( $url ) { $tiny_url = file_get_contents( "http://tinyurl.com/api-create.php?url=".$url ); return $tiny_url; }
Powered by WordPress & Theme by Anders Norén