Live data from Hacker News

Twitter launches own shortener t.co

blog.twitter.com

91–100 of 118 posts

Re: Twitter launches own shortener t.co

#91
post #77

Earlier quoted context omitted.

Also, reading through the dev documentation for this, "No user will ever see a t.co URL". All they are doing is wrapping the URL, not actually changing anything. All services that have their own URL's will be 100% fine.

That's not true. Their API will now return the t.co URLs in the text section, so if developers don't do anything extra, things will (should, rather, I'm clarifying with them) still work, but t.co URLs will be displayed to users. Their API will return the original links too with markers, so client code can be updated to display the original URLs. Twitter wants developers to display the original URLs and link to the t.…

They could just stop giving 301s.

Re: Twitter launches own shortener t.co

#92

Interesting shoutout at the end to COInternet and the now-global .co TLD. I wasn't even aware of that. They're running quite a marketing campaign for the launch, anyone think it will rival .com's popularity?

They are running a great campaign, the best one to date in fact. Even so, I feel that .CO is a quality extension in the same field as .TV and .ME which are doing fairly well.

Twitter was given T.CO at no cost as part of the .Co Founders Program. For more info and details on CoInternet the T.CO shortener and the E.CO live auction, I have covered the story here:

http://www.dotsauce.com/2010/06/09/twitter-t-co-domain-offic...

Re: Twitter launches own shortener t.co

#93
post #89

Earlier quoted context omitted.

Well, OK. But being able to pop in a nice terse URL where a long one would break in some E-mail client is handy.

Join us in the 21st century and use HTML emails. You can use any text on a link, amazing huh?

When you send HTML email, it guarantees that all recipients are rendering it as HTML too?

Re: Twitter launches own shortener t.co

#94

Earlier quoted context omitted.

That's not a defence, it's an excuse.

It's not a defense. It's a fact. My co-worker prefers to receive all tweets via SMS. They advertise the SMS feature at the top of every page. Calling people names at every turn isn't going to make your point more valid.

Last I saw something like 5% of users accessed twitter using SMS. Basing your limits on a very very very niche use case seems bizarre.

Re: Twitter launches own shortener t.co

#95

Earlier quoted context omitted.

That's not a defence, it's an excuse.

It's not a defense. It's a fact. My co-worker prefers to receive all tweets via SMS. They advertise the SMS feature at the top of every page. Calling people names at every turn isn't going to make your point more valid.

[deleted]

Re: Twitter launches own shortener t.co

#96
post #49

Earlier quoted context omitted.

This is ridiculous... why is this TLD being allowed? Its main use is going to be abuse, ranging from squatting to phishing (chase.co, paypal.co, anyone?).

> why is this TLD being allowed? Colombia?

Yeah, I saw that. They should have been given .cl or something that's not a common misspelling of the de facto standard TLD.

Re: Twitter launches own shortener t.co

#97
post #49

Earlier quoted context omitted.

This is ridiculous... why is this TLD being allowed? Its main use is going to be abuse, ranging from squatting to phishing (chase.co, paypal.co, anyone?).

It looks like they're giving trademarks registered before 2008 first dibs, so as long as those big companies' IT departments are on the ball, they can pre-empt the squatters.

Yeah, but for a tax of $300. The big companies will doubtless all register theirs, but there are countless other sites that won't have the time/resources to do this.

Re: Twitter launches own shortener t.co

#99
post #17
post #8

From users' perspective, the big thing here is that clients can now show where links in tweets actually lead. For brevity, the link text should probably just be the domain it leads to, but it should make things a whole lot more readable. Before - This is a great news site: http://bit.ly/2Mp91y After - This is a great news site: news.ycombinator.com A loss for URL shortener services, but a win for users.

Clients could have easily done this before. HEAD /2Mp91y HTTP/1.1 Host: bit.ly ... Status: HTTP/1.1 301 Moved Location: http://news.ycombinator.com/ If the goal was minimizing requests, Twitter could've saved the endpoint on its end and passed the data through the API. A new shortener was unnecessary, though it's easy to see why it is desirable for them.

To minimize requests you can run a service that batch deshortens urls. Like the little scheme servlet (70 LOC) I'm using to deshorten urls for my JS twitter client.

the source: http://github.com/sharkbrainguy/deshorten an example: http://bit.ly/amxL0Y

Re: Twitter launches own shortener t.co

#100
post #74

Earlier quoted context omitted.

URL shortners break the web in many ways. Link rot, link hijack, it takes longer to reach the page, additional point of failure and domain based algorithms break. In other words, plague.

Well, OK. But being able to pop in a nice terse URL where a long one would break in some E-mail client is handy.

You can put in both. Full one, so that you don't look like a scammer and the short one in case the first one is broken by the client.
Post reply on HN