the thing is I want to change all the URL's in a webpage for Short URL's, (of any service, a known one would be preferable) I think this can be done with a simple Javascript file linked in the tag of the webpage, am I right? Wich service can I use to do this? Thanks!
P.S. The idea is that, when I write an URL into the webpage or a URL appears (because the page writted it by itself) some script or service change them all into short Links, so the real links never get shown in the webpage, if it's possible, I would like to prevent the user to "see" the real links, I mean, it's preferable if I can use a service that, when shrinking a URL and the user follows it, the real one never appears in user's adress bar, but this is optional...
I'll wait for your answers, Thanks a lot! :)
EDITING - I want to use something like anonym.to, but with a shork link service, look:
If you use the anonym.to javascript code:
<script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script>
<script type="text/javascript"><!--
protected_links = "";
auto_anonymize();
//--></script>
it will change ALL THE LINKS of a webpage with anonym.to Links, I want to do The same thing but using some Known URL shortening service, Can you tell me how? Thanks!