Questions tagged [tinyurl]

TinyURL is a URL shortening service, a web service that provides short aliases for redirection of long URLs.

Short URL aliases are seen as useful because they are easier to write down, remember or pass around, are less error-prone to write, and also fit where space is limited such as Twitter.

Kevin Gilbertson, a web developer, launched the service in January 2002 so that he would be able to link directly to newsgroup postings that frequently had long and cumbersome addresses.

68 questions
0
votes
2 answers

Struggling with a series of variables

To avoid tweets becoming caught in the twitter spam filter I have some code that goes to tinyurl and creates a new short url each time the code is run for each of the original urls. What i want is each time 'u' is printed, it's value should be…
gdogg371
  • 3,879
  • 14
  • 63
  • 107
0
votes
2 answers

Tiny URL using PHP for auto-twitts

I'm trying to implement auto post on Twitter using PHP. But because of twitt's character limit I wanted to know how can I use tinyURL, instead of placing the full link, like http://www.appdropp.com/ios/stone-age-the-board-game/564247778 You see…
tellieno
  • 11
  • 5
0
votes
0 answers

Change tiny urls to expanded url inside tweet

I am getting Twitter tweets in my website using v1.1 user timeline API, but the problem is the URLs tweeted are displaying in short form like t.co... format. Now I want to display expanded URL instead of tiny URLs, so how can I can do this? Please…
0
votes
1 answer

Anyway to shorten URL via PHP FORM?

I currently have people filling out a form with the following information: Your Name Recipient Name Message Amount I'm wondering how I can get when they fill out this information, it inputs it into a link.. for example this is the code I'm using…
Chad Cardiff
  • 459
  • 3
  • 8
  • 23
0
votes
1 answer

Store urls in mysql using tinyurl or similar

I want to store a large number of unique, indexable urls in mysql. They will be written by the user and will have a really broad acceptance, so almost anything goes there. But I don't like the already answered SO question nor it's predecessor.…
Francisco Presencia
  • 8,732
  • 6
  • 46
  • 90
-1
votes
1 answer

I need to match and expand a tiny url with javascript

I need to match and expand a tiny url with javascript: http://t.co/qJEZPFk No luck with text.match(/http:\/\/t\.co.*/i)
Jared
  • 11
  • 1
-1
votes
2 answers

Api for url Expander in php

I create a short url using tinyurl Api. now i am finding Api that expand these tinyurls i tried to find but only get websites that expand the url not api. I want api that dynamically expand the url in my website.
jaw
  • 69
  • 1
  • 6
-1
votes
2 answers

How to use shortened url with asp.net mvc routing?

I'd like to understand how to set routing parameters to do the follow: when user call shortened url like http://hostname.com/shortenedurl my asp.net mvc project should call action and parameter like http://hostname.com/controller/action Never before…
andrey.shedko
  • 3,128
  • 10
  • 61
  • 121
1 2 3 4
5