Generate Multiple Short URLs?

tywebb

Regular Member
Joined
Dec 8, 2008
Messages
226
Reaction score
146
Hi all,

I am looking for a website or program that will do the following. I give it my URL and it then get short URLs from many of the short URL services out there and spits the whole list back to me. I need this for rotation of links.. I gotta imagine there is something out there like this?

Any help is appreciated!
 
Funny I googled looking for something like this and this question is being asked today here at BHW.
 
Hi all,

I am looking for a website or program that will do the following. I give it my URL and it then get short URLs from many of the short URL services out there and spits the whole list back to me. I need this for rotation of links.. I gotta imagine there is something out there like this?

Any help is appreciated!

Check out murls.
Code:
http://code.google.com/p/murls/
 
Thanks for MURLS! It works pretty good but I do get an error message for over 50% of the url shorteners. Anyway its a start and works pretty decent. Thanks!
 
Check out murls.
Code:
http://code.google.com/p/murls/

even though this wasn't my thread i was still looking for this. thanks this is badass! even though most of the short urls return as an error still useful!
 
Thanks for MURLS! It works pretty good but I do get an error message for over 50% of the url shorteners. Anyway its a start and works pretty decent. Thanks!

The source is also available from their site, if you know a little VB, or even if you don't, it's fairly easy to add a new service to the app as long as the shorting service has an API. If anyone wants to contribute a list of services that offers an API I'll update the code for the other services and upload it here for anyone interested.
 
what would really be useful is saving them to a list that can copy all the links at once :D
 
Pulled out the working links and converted it over to PHP. There were 12 working.

Edited out the code as some URLs got converted to *'s, you can view the code here:
Code:
http://pastebin.com/V02ukp9U

Make sure that when you enter the URL that you include the http:// or it will fail at the other end.
 
Last edited:
u can also use this script to generate mass short urls as well

PHP:
pastebin.com/KKFch2D4
 
Hi all,

I am looking for a website or program that will do the following. I give it my URL and it then get short URLs from many of the short URL services out there and spits the whole list back to me. I need this for rotation of links.. I gotta imagine there is something out there like this?

Any help is appreciated!

OP, look in the downloads section. someone just uploaded a url shortener program.

HTH :D
 
Back
Top