You are here

function tweet_tweet_service in Tweet 5.2

Implementation of hook_tweet_service().

File

./tweet.module, line 295
Builds links to post pages to twitter.

Code

function tweet_tweet_service($original) {
  return array(
    'hex.io' => 'http://hex.io/api-create.php?url=',
    'idek.net' => 'http://idek.net/c.php?idek-api=true&idek-ref=drupal_tweet_module&idek-url=',
    'is.gd' => 'http://is.gd/api.php?longurl=',
    'lin.cr' => 'http://lin.cr/?mode=api&full=1&l=',
    'ri.ms' => 'http://ri.ms/api-create.php?url=',
    'th8.us' => 'http://th8.us/api.php?url=',
    'TinyURL' => 'http://tinyurl.com/api-create.php?url=',
    'tr.im' => 'http://api.tr.im/api/trim_simple?url=',
  );
}