zaw
zaw

Reputation: 684

Bitly url still converting to t.co

I just got a question about bitly url link. I recently use bitly api to covert all my long url to shorten for the purpose of Google Analytic tracking. However when I start sharing bitly url e.g. (bit.ly/liRJca) on twitter, it is still pointing to t.co/xxxx. I know that twitter only allow us to use 140 character to share.

Here is the sharing code I am using for twitter.

$twit = "http://twitter.com/share?url=" . $lists['shortenurl'] . "&text=I like this work! Check it out. Voting starts on 23 May 2011 - amazing Canon Legria prizes to be won!";

Upvotes: 0

Views: 771

Answers (1)

abraham
abraham

Reputation: 47833

The bitly link isn't getting converted to tco. Tco is wrapping the bitly link. Users will hit the tco domain, get redirected to the bitly domain, and then to the long domain.

Upvotes: 5

Related Questions