| 1 |
<?php |
<?php |
| 2 |
// $Id: general_services.module,v 1.1.2.4 2009/08/08 10:14:10 thecrow Exp $ |
// $Id: general_services.module,v 1.1.2.5 2009/08/14 00:36:27 robloach Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 33 |
'description' => t('Share this on Twitter'), |
'description' => t('Share this on Twitter'), |
| 34 |
'link' => 'http://twitter.com/home/?status=<encoded-url>+--+<encoded-title>', |
'link' => 'http://twitter.com/home/?status=<encoded-url>+--+<encoded-title>', |
| 35 |
); |
); |
| 36 |
|
$links['pingthis'] = array( |
| 37 |
|
'name' => 'Ping This!', |
| 38 |
|
'link' => 'http://ping.fm/ref/?link=<encoded-url>&title=<encoded-title>&body=<encoded-teaser>', |
| 39 |
|
'description' => t('Submit to Ping.fm.'), |
| 40 |
|
); |
| 41 |
$links['propeller'] = array( |
$links['propeller'] = array( |
| 42 |
'name' => 'Propeller', |
'name' => 'Propeller', |
| 43 |
'link' => 'http://www.propeller.com/submit/?U=<encoded-url>&T=<encoded-title>', |
'link' => 'http://www.propeller.com/submit/?U=<encoded-url>&T=<encoded-title>', |