Skip to content

saintbyte/moobitly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moobitly

En: Make Short url from Long url with Bit.Ly Api

How to use

Use it lie it:

var mb = new Moobitly('saintbyte','R_952ada93d53148668cf1452e62fdef09');

mb.addEvent('start', function() {alert('start')}); // Request Start mb.addEvent('shorten', function() {alert('shorten')}); // Request End mb.addEvent('url', function(txt) {$('surl').value = txt;}); // Url is Get

mb.Shorten(lurl); // Make short Url

Screenshots

Nothing

About

Bit.ly Client on Mootools javascript framework

Resources

Stars

Watchers

Forks

Packages

No packages published