Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/jquery-longurl
jQuery longUrl: Uniform Resource Elongator
https://github.com/cowboy/jquery-longurl
Last synced: about 1 month ago
JSON representation
jQuery longUrl: Uniform Resource Elongator
- Host: GitHub
- URL: https://github.com/cowboy/jquery-longurl
- Owner: cowboy
- License: gpl-2.0
- Created: 2010-01-23T17:16:16.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-27T02:05:23.000Z (almost 15 years ago)
- Last Synced: 2024-04-14T22:47:01.430Z (7 months ago)
- Language: JavaScript
- Homepage: http://benalman.com/projects/jquery-longurl-plugin/
- Size: 256 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE-GPL
Awesome Lists containing this project
README
# jQuery longUrl: Uniform Resource Elongator #
[http://benalman.com/projects/jquery-longurl-plugin/](http://benalman.com/projects/jquery-longurl-plugin/)Version: 1.0, Last updated: 1/23/2010
jQuery Long Url uses the [longurlplease.com](http://longurlplease.com/) short URL lengthening API to expand short URLs from at least 80 services, including bit.ly, is.gd, tinyurl.com and more!
And not only has jQuery Long Url been written to take advantage of the longurlplease.com API "batch" ability, where up to ten URLs can be lengthened per request, but it can optionally use any lengthening service, supporting any URL-per-request "batch" limitations, which minimizes the number of external requests made for faster performance.
Visit the [project page](http://benalman.com/projects/jquery-longurl-plugin/) for more information and usage examples!
## Documentation ##
[http://benalman.com/code/projects/jquery-longurl/docs/](http://benalman.com/code/projects/jquery-longurl/docs/)## Examples ##
This working example, complete with fully commented code, illustrates one way
in which this plugin can be used.[http://benalman.com/code/projects/jquery-longurl/examples/longurl/](http://benalman.com/code/projects/jquery-longurl/examples/longurl/)
## Support and Testing ##
Information about what version or versions of jQuery this plugin has been
tested with, what browsers it has been tested in, and where the unit tests
reside (so you can test it yourself).### jQuery Versions ###
1.3.2, 1.4.1### Browsers Tested ###
Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome, Opera 9.6-10.1.### Unit Tests ###
[http://benalman.com/code/projects/jquery-longurl/unit/](http://benalman.com/code/projects/jquery-longurl/unit/)## Release History ##
1.0 - (1/23/2010) Initial release
## License ##
Copyright (c) 2010 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
[http://benalman.com/about/license/](http://benalman.com/about/license/)