I'm using twitteroauth from https://github.com/abraham/twitteroauth like this:
$Twitter = new TwitterOAuth(...);
$Twitter->post('statuses/update', array('status' => 'click <a href="http://google.com">here</a>'));
Tweeted URLs are shown as plain text and not clickable. How do I post a real Link?