LouCypher / shortenurl

Automatically exported from code.google.com/p/shortenurl
0 stars 0 forks source link

[Request] add http://to./ #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Service name:TO
Service URL:http://to/
API home: (leave blank if you're not sure)

This one is the shortest I have never seen before!

Thank you !

Original issue reported on code.google.com by 3837...@gmail.com on 8 Jan 2010 at 10:19

GoogleCodeExporter commented 9 years ago
I already added it long before you asked for it on my dev build
(see http://code.google.com/p/shortenurl/wiki/URLShorteningServices)

but now it's not working because they changed their output interface

Original comment by zoolcar9 on 8 Jan 2010 at 12:32

GoogleCodeExporter commented 9 years ago
Adding a new issue does not work, so i'll post it here:

Service name: su.ag
Service URL: su.ag
API documentation: j

Url Only
To generate a url via the API, send a POST or GET request to the site in the 
following format:

- su.ag/index.php?api=1&return_url_text=1&longUrl={URL}

This site will then generate the short url and return it as plain text. i.e:

- su.ag/a1

Generate & Redirect
If you remove the return_url_text param the user will be redirected to the 
results page on this site instead of just the url text being returned.

Extra Params:
You can also set extra information on each short url, the supported params are:

customUrl => Custom short url.
shortUrlPassword => Password to access the url.
shortUrlExpiryDate => Expiry date in the formay DD-MM-YYYY HH:II:SS.
shortUrlUses => Total permitted uses before expiring.
postToTwitter => Set to 1 to auto redirect to Twitter.

Original comment by ArnePe...@gmail.com on 31 Jul 2010 at 7:28

GoogleCodeExporter commented 9 years ago
can't add a new service - but would love to see support for mcaf.ee - a short 
url service which uses McAfee threat intelligence to prevent users from jumping 
direct to malware sites. Can furnish more details if needed. 

Original comment by hunt.si...@gmail.com on 21 Sep 2010 at 3:34

GoogleCodeExporter commented 9 years ago
Please add support for nbl.gs
pref("extensions.shortenURL.name.180", "nbl.gs");
pref("extensions.shortenURL.180", 
"http://nbl.gs/api.php?action=shorturl&format=simple&url=");

Original comment by baro...@gmail.com on 19 Nov 2010 at 5:02