I already wrote some code for nujij.
Next: eKudos, Hyves, MSN reporter, more?

CommentFileSizeAuthor
#2 dutch_services.tar_.gz651 bytesokokokok

Comments

okokokok’s picture

Done eKudos as well.

okokokok’s picture

Status: Needs work » Needs review
StatusFileSize
new651 bytes

Attached dutch_services.info and dutch_services.module

okokokok’s picture

Code for MSN Reporter:

  $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?

okokokok’s picture

I forgot to update the string for MSN reporter. And meanwhile I also added support for Hyves.


  $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',
  );
Dennis Walgaard’s picture

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.

TheCrow’s picture

hyves-share.nl has a redirect loop endless... it's still working?

TheCrow’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.