Skip to content

Instantly share code, notes, and snippets.

@xaicron
Created September 14, 2009 15:21
Show Gist options
  • Select an option

  • Save xaicron/186716 to your computer and use it in GitHub Desktop.

Select an option

Save xaicron/186716 to your computer and use it in GitHub Desktop.
javascript:
(function(d,u,n,k,s){
c=function(o){prompt('bit.ly',o.results[u].shortUrl)};
s=d.createElement('script');
s.type='text/javascript';
s.src='http://api.bit.ly/shorten?version=2.0.1&login='+n+'&apiKey='+k+'&callback=c&longUrl='+escape(u);
d.body.appendChild(s);
})(document,location.href,'your name','your api key');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment