Posted by Kasper Souren on March 20, 2010 at 7:21pm
| Project: | Service links |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Kasper Souren |
| Status: | closed (fixed) |
Issue Summary
I already wrote some code for nujij.
Next: eKudos, Hyves, MSN reporter, more?
Comments
#1
Done eKudos as well.
#2
Attached dutch_services.info and dutch_services.module
#3
Code for MSN Reporter:
<?php$links['_nl_msnreporter'] = array(
'name' => 'MSN Reporter',
'description' => t('Bookmark this post on eKudos.'),
'link' => 'http://reporter.nl.msn.com/?fn=contribute&Title=<encoded-title>&URL=<encoded-url>&referrer=<source>',
'icon' => drupal_get_path('module', 'service_links') .'/images/msnreporter.gif',
);
?>
Note that I downloaded the icons for the above 3 services, shall I upload them here?
#4
I forgot to update the string for MSN reporter. And meanwhile I also added support for Hyves.
<?php$links['_nl_msnreporter'] = array(
'name' => 'MSN Reporter',
'description' => t('Bookmark this post at MSN Reporter.'),
'link' => 'http://reporter.nl.msn.com/?fn=contribute&Title=<encoded-title>&URL=<encoded-url>&referrer=<source>',
'icon' => drupal_get_path('module', 'service_links') .'/images/msnreporter.gif',
);
$links['_nl_hyves'] = array(
'name' => 'Hyves',
'description' => t('Tip this on Hyves.'),
'link' => 'http://hyves-share.nl/button/tip/?tipcategoryid=12&rating=5&title=<encoded-title>&body=[url=<encoded-url>]<encoded-url>[/url]
',
'icon' => drupal_get_path('module', 'service_links') . '/images/hyves.png',
);
?>
#5
Thanks a lot. I've used this code on my site.
By the way, MSN Reporter has been discontinued: http://nieuws.nl.msn.com/algemeen/article.aspx?cp-documentid=153413185.
#6
hyves-share.nl has a redirect loop endless... it's still working?
#7
#8
Automatically closed -- issue fixed for 2 weeks with no activity.