| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: general_services.module,v 1.1.2.4 2009/08/08 10:14:10 thecrow Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 26 |
'name' => 'StumbleUpon', |
'name' => 'StumbleUpon', |
| 27 |
'description' => t('Thumb this up at StumbleUpon'), |
'description' => t('Thumb this up at StumbleUpon'), |
| 28 |
'link' => 'http://www.stumbleupon.com/submit?url=<encoded-url>&title=<encoded-title>', |
'link' => 'http://www.stumbleupon.com/submit?url=<encoded-url>&title=<encoded-title>', |
| 29 |
'icon' => 'stumbleit.png', |
'icon' => drupal_get_path('module', 'service_links') . '/images/stumbleit.png', |
| 30 |
); |
); |
| 31 |
$links['twitter'] = array( |
$links['twitter'] = array( |
| 32 |
'name' => 'Twitter', |
'name' => 'Twitter', |
| 80 |
); |
); |
| 81 |
$links['buzz'] = array( |
$links['buzz'] = array( |
| 82 |
'name' => 'Buzz Up!', |
'name' => 'Buzz Up!', |
| 83 |
'link' => 'http://buzz.yahoo.com/buzz?targetUrl=<encoded-url>&headline=<encoded-title>&summary=<teaser>', |
'link' => 'http://buzz.yahoo.com/buzz?targetUrl=<encoded-url>&headline=<encoded-title>&summary=<encoded-teaser>', |
| 84 |
'description' => t('Buzz up this post on Yahoo! Buzz.'), |
'description' => t('Buzz up this post on Yahoo! Buzz.'), |
| 85 |
); |
); |
| 86 |
$links['linkedin'] = array( |
$links['linkedin'] = array( |
| 87 |
'name' => 'LinkedIn', |
'name' => 'LinkedIn', |
| 88 |
'link' => 'http://www.linkedin.com/shareArticle?mini=true&url=<encoded-url>&title=<encoded-title>&summary=<teaser>&source=<source>', |
'link' => 'http://www.linkedin.com/shareArticle?mini=true&url=<encoded-url>&title=<encoded-title>&summary=<encoded-teaser>&source=<source>', |
| 89 |
'description' => t('Publish this post to LinkedIn'), |
'description' => t('Publish this post to LinkedIn'), |
| 90 |
); |
); |
| 91 |
$links['technorati'] = array( |
$links['technorati'] = array( |