url-shortener Questions
6
Solved
I'm looking for an on the fly URL shortener much like how tweetdeck works. I have found many jQuery and general javascript plugins that take a url and run it through a shortening service such as bi...
Brassica asked 20/11, 2009 at 15:52
3
Solved
I'm playing a bit with Javascript these days... I was shrinking some URLs using bit.ly to tweet them, then I started to think on a automated process that could use their API to shrink the URLs I wa...
Cecilacecile asked 21/1, 2011 at 15:29
1
I've built my own Twitter app in PHP with the front end using Twitter Bootstrap as the framework.
I want to build a composer window, so that my app can post a tweet (or a reply). It would need to ...
Garzon asked 5/11, 2013 at 11:15
6
Solved
I am trying to develop a URL shortener application for practice with Django. I do not understand how can I create unique strings for each long URL to use as a short URL. Something like other popula...
Milner asked 1/11, 2010 at 4:17
5
Solved
Are there any open source URL shortening software projects out there? Perhaps something that works in conjunction with Apache?
Izettaizhevsk asked 16/12, 2010 at 23:33
1
There are a lot of questions here on stackoverflow regarding URL shorteners as well as elsewhere on the internet, e.g.
How to code a URL shortener?
How do URL shortener calculate the URL ke...
Goldenrod asked 4/7, 2012 at 9:49
1
I am wondering about the difference between 301 and 307 redirects.
I am looking to generate backlinks through a home-brew url redirector, and I wish for any of the "link juice" or "page rank juice...
Electronic asked 23/1, 2013 at 16:28
1
Solved
I am using the Bitly gem (https://github.com/philnash/bitly) for Bitly API Version 3
I get an error while shortening the URL when the application is deployed to Heroku. Locally the shortening work...
Millimeter asked 28/11, 2012 at 3:51
2
Solved
We're implementing a short url service where the redirection target will be changing daily. The urls will be accessed by mobile devices and will always be GET requests. I'm trying to understand whi...
Bedspring asked 26/1, 2012 at 0:26
3
Solved
How do I go about either making, or retrieving facebook short url's (fb.me) from a page, profile, event etc? I want to update my url shortener site - but if the user links to a facebook page ...
Pleasant asked 25/9, 2011 at 1:34
1
Solved
Do you know about any URL shortener that filters out ugly bad words?
For example, when goo.gl (or any other URL shortener) generates short URLs, does it skip URLs like goo.gl/evil or goo.gl/...
Amoreta asked 3/9, 2011 at 7:1
2
Solved
Now, this is not strictly about URL shortening, but my purpose is such anyway, so let's view it like that. Of course the steps to URL shortening are:
Take the full URL
Generate a unique short str...
Warty asked 1/1, 2011 at 13:54
3
Solved
I wonder how a URL Shortener works, like how they extract the text from address bar and map it to correct URL, later redirect it. What programming language do they use? How do they maintain t...
Chillon asked 31/12, 2010 at 23:51
2
Solved
I'm creating a link shortening service and I'm using base64 encoding/decoding of an incremented ID field to create my urls. A url with the ID "6" would be: http://mysite.com/Ng==
I need to also al...
Torpedo asked 3/3, 2010 at 23:55
5
Solved
i want to uniquely shorten strings-file ids to use in urls like the ones on bit.ly etc. I can use ids from a db but i want urls to be random like.
what would be the best solution?
site will be a ...
Serna asked 12/1, 2010 at 21:8
3
I'm adding a feature to my project where we are generating links to internal stuff of our website, and we want these links to be as short as possible, so we'll be making our own "URL Shortener".
I...
Boong asked 11/9, 2009 at 17:30
© 2022 - 2024 — McMap. All rights reserved.