Expanding URLs in Dabr / Twitter
I hate shortened URLs with a passion. It makes it hard to see what a link is and whether I've visited it before. If they fail - like tr.im threatened to do - you lose your links with no way to see where they once went. So, hurrah for LongURLPlease - a service which takes those horrid little links and turns them in to full sized URLs. Here's the basic code in PHP to use the service. function long_url($shortURL) { //Use the LongURLPlease API $url = "…
Continue reading →