Tagged Questions
The url-shortener tag has no wiki summary.
9
votes
2answers
2k views
URL shortener: best encoding method?
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 allow ...
7
votes
2answers
171 views
How do I get the final, redirected, canonical URL of a website using PHP?
In the days of link shorteners and ajax, there can be many links that ultimately point to the same content. I was wondering what the best way is to get the final, best link for a web site in PHP, ...
6
votes
2answers
2k views
URL shortening algorithm
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 string ...
6
votes
5answers
1k views
Developing a URL Shortener
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 popular ...
6
votes
2answers
1k views
Shortening/Rehashing UUIDs
first of all, I want to assure that I'm aware of the fact, that rehashing is a sensible topic. However I'd like to hear some opions of you, what approach you would take here.
I'm building a ...
5
votes
6answers
623 views
Help with a URL Shortening Algorithm
Could anyone recommend a preferred algorithm to use for URL shortening? I'm coding using PHP. Initially I thought about writing something that would start at a character such as "a" and iterate ...
5
votes
5answers
2k views
jQuery on the fly URL shortener
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 ...
4
votes
9answers
143 views
Java: How to easily check if a URL was already shortened?
If I have a general url (not restricted to twitter or google) like this:
http://t.co/y4o14bI
is there an easy way to check if this url is shortened?
In the above case, I as a human can of course ...
4
votes
1answer
141 views
Do URL shorteners prevent ugly words? [closed]
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/YouDie or ...
4
votes
4answers
811 views
Find where a t.co link goes to
Given a t.co link, how can I find see where the link resolves? For example, if I have t.co/foo, I want a function or process that returns domain.com/bar.
4
votes
3answers
278 views
Twitter is scared of my lengthy url - gotta shorten it! [c#]
I have a website where everytime one of our customers reviews a new product it gets tweeted onto the company twitter account automatically.
for the actual tweeting, i am using the twitter api's ...
4
votes
6answers
1k views
Does URL Shortening affect Page Ranking?
Recently there has been a lot of hype about URL Shortening. I guess some URL Shortening services even offer tracking stats. But, doesn't adding one more level of look-up to the original URL affect ...
3
votes
3answers
212 views
Resolve shortened url in Android
How do I resolve a shortened url (bit.ly/dfasdfasf) to the re-directed url in android?
3
votes
1answer
116 views
How many unique URL's can goo.gl support?
How many URL's can goo gl support? And what is the current rate at which it is being filled up.
I can see that it creates unique URL's using small and big alphabets and numbers. That gives it a ...
3
votes
1answer
98 views
What's the best service to use for filtering out spam/abuse/malware links for a link shortening webapp?
I have two services - Lincr and LinkBunch. Lincr is a plain jane URL shortening service, while LinkBunch lets you shorten multiple links into one link. I've had too much spam posted into the services, ...
3
votes
9answers
580 views
How to generate unguessable “tiny url” based on an id?
I'm interested in creating tiny url like links. My idea was to simply store an incrementing identifier for every long url posted and then convert this id to it's base 36 variant, like the following in ...
2
votes
2answers
26 views
Using 301/303/307 redirects for dynamic short urls
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 which ...
2
votes
1answer
114 views
Jquery Twitter Like Character Counter offsets for shortened Links
Hello I am trying to mimic the character counter on twitter. So when you type or paste the limit decreases. But the service I am writing this for will also have a url shortener so I want to offset it ...
2
votes
7answers
137 views
Shortening long urls with a hash?
I've got a file cache, the files being downloaded from different urls. I'd like to save each file by the name of their url. These names can be quite long though, and I'm on a device using a FAT32 file ...
2
votes
1answer
181 views
How to implement a lossless URL shortening
First, a bit of context:
I'm trying to implement a URL shortening on my own server (in C, if that matters). The aim is to avoid long URLs while being able to restore a context from a shortened URL.
...
2
votes
1answer
179 views
Way to get Twitter button, with count, with custom bit.ly URL, working?
I'm stuck. I posted this on WordPress.StackExchange and they suggested I try at WebApps.StackExchange, and they suggested I try here. So, apologies for the multiple posts if you follow all those!
I ...
2
votes
3answers
269 views
Will this obfuscation algorithm for a URL shortener work?
DISCLAIMER: I am not asking how to make a URL shortener (I have already implemented the "bijective function" answer found HERE that uses a base-62 encoded string). Instead, I want to expand this ...
2
votes
3answers
68 views
Is there a way to “unroll” URL Shorteners?
URL Shorteners are useful in space-constrained media like Twitter. But the dangers of such have been well-discussed (limited lifespan, hiding malicious links, usability, etc). But is there a nice way ...
2
votes
2answers
314 views
Please help with jQuery URL bit.ly shortener
Will someone please help me with this jQuery bit.ly URL shortener. The code is as follows:
function shortenUrl(urlMatch)
{
var urlMatch = urlMatch
var username="myusername";
var key = ...
2
votes
4answers
104 views
Avoiding real English words in “short URLs”, without sacrificing too much headroom
Assuming here that the language in question is English, and the character sets used are basic ASCII / latin alphabet.
When generating "Short URLs", the first thought is often to use a large "code ...
2
votes
3answers
462 views
How does a URL Shortener work? [closed]
I wonder a URL Shortener worsk, 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 the history of ...
2
votes
2answers
190 views
Is there any “easy” way to implement URL shortening using javascript?
I'm trying to find any javascript code that helps me to shorten an URL (amd decode it after as well). I can't use any existing service because I'm working on an emailing software that doesn't allow ...
2
votes
3answers
298 views
What is the best way in PHP or JS to expand shortened URLs like Bitly, Tinyurl to find the original URL?
I am using the Twitter and Facewbook API to pull posts that potentially contain shortened URLs using bit.ly or TinyURL like services. I need to do a real-time expansion to get the original URL then ...
2
votes
4answers
442 views
How can I unshorten a URL using python?
I want to be able to take a shortened or non-shortened URL and return its un-shortened form. How can I make a python program to do this?
Additional Clarification:
Case 1: shortened --> unshortened
...
2
votes
4answers
276 views
how to shorten the url in a mathematical approach
I am looking into the possibility of shortening / encrypting a url which will be from 150 to 250 characters in length to maximum 12 characters using an algorithm. Initially I am doubting it's ...
2
votes
2answers
271 views
Anyone have a URL Shortening T-Sql code?
I'm wanting to shorten some url's and sql guids into some 'short' url format.
Does anyone have any code or links to some code, for url shortening in T-Sql?
2
votes
5answers
3k views
c# shortening string for url
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 ...
2
votes
3answers
982 views
URL Shortening: What's the best encoding to use?
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'm ...
1
vote
1answer
38 views
Alternatives to longurl API?
I am trying to expand shortened urls using javascript (a chrome extension).
Currently I am using LongURL API and it takes too much time to respond. Are there anyother alternatives I could use? Any ...
1
vote
1answer
40 views
Facebook Timeline : Shorts URL are now partially ignored
As you may noticed, Facebook Timeline now follow shorts URL (bit.ly, goo.gl and co) on your timeline.
Indeed, in the previous version, when you shortened and posted an URL (for example a post or a ...
1
vote
2answers
99 views
How Does The Google URL Shortener Generate A 5 Digit Hash Without Collisions
How can the Google URL shortener generate a unique hash with five characters without collisions. Seems like there are bound to be collisions, where different urls generate the same hash.
...
1
vote
2answers
143 views
Long URLs from Twitter feeds without making additional API calls/HTTP requests
Is there any built-in way to get the long, expanded URL from a twitter RSS feed? Right now the feed lists all the urls as http://t.co.... I'd like to do what the Twitter display does and display the ...
1
vote
3answers
49 views
Thinking of a way to map a short url structure to a long url structure
this is my first question here so apologies for my hilarious ignorance.
I have a website in C# that currently formats its pages using a mixture of root folders and a query string. Each page has a ...
1
vote
1answer
80 views
Implementing URL shortener logic in JavaScript
As a result of finding this interesting question, I decided to write an example in JavaScript which implemented the logic and contribute it back to the question. The problem is that I'm having some ...
1
vote
2answers
142 views
How to obscure the id in a url (ruby on rails)
I have a web app made with Ruby On Rails. For now when I want to display an object I have to access the following page: http://mywebapp.com/object/1234 with 1234 the id of the object.
I would like to ...
1
vote
1answer
69 views
Getting a section of an NSString
In my app i'm creating now i use goo.gl's url shortener api to shorted urls. I have it nearly working, I can send the longUrl to retrieve the short one in a NSString but it's in this format:
{
...
1
vote
4answers
199 views
General url shortener decoder library for PHP
Is there any kind of library for PHP which can decode tinyurl, Goo.gl, bit.ly and other url shortened urls without making CURL requests?
1
vote
2answers
262 views
Generate a UNIQUE ID like Youtube's Playlist - PHP
I have read this tutorial many times, finally, i finished to create my own unique id like Youtube.
But i can't find out how to create this kind of unique ID:
...
1
vote
0answers
102 views
Is there a URL shortener that works with really long data URIs?
I have an app that generates web-pages as data URIs. These data URIs can be really long. I have a page that has a Data URI that is 103,828 characters long, for instance.
Everything about the app ...
1
vote
1answer
86 views
Generating sharing message and shortened URL to Twitter
I am using a Twitter ghetto sharing on a very simple Python based mobile site
return "http://mobile.twitter.com/home?status=" + urllib.quote(link)
I'd like to change the sharing so that Twitter ...
1
vote
5answers
283 views
PHP - Unique hashing function thats only 4 digits (doesnt need to be exact)
I'm building a simple URL shortening script, I want to hash the URL to serve as a unique id but if I used something like MD5 the URL wouldn't be very short.
Is their some hashing functions or anyway ...
1
vote
2answers
243 views
google url shortener not returning a url
i am just trying to make a simple ajax call to shorten a url using googles url shortener, but its not returning any data. Anyone have any ideas?
$.ajax({
type: 'POST',
...
1
vote
1answer
103 views
Switching from PHP to Rails Need Help translating URL shortener
Previous developers used source code from this website to create a URL shortener. I am essentially tasked with translating this piece of code into ruby:
function getIDFromShortenedURL1 ($string, ...
1
vote
2answers
198 views
Could it be that the google url shortening api key works only on 1 computer?
I'm using the Google URL Shortener from an ASP.NET website. It works
fine from my localhost, but on the test server I get the following
error:
System.Net.WebException: The remote server returned an ...
1
vote
2answers
55 views
mod rewrite an URL like “http://miniqr.com/http://www.anyurl.com/” (no typo)
ok, basically
http://miniqr.com/http://www.anyurl.com/
(no typo)
should call
http://miniqr.com/api/create.php?content=http://www.anyurl.com/
to achieve this i have this in the root ...