Hi,

I'm using Services Links module and I discovered, that some important services are missing.
This concerns Viadeo and Google Plus.

To fix it, i developped a personnal service.
My code is :

  $links['viadeo'] = array(
    'name' => 'Viadeo',
    'description' => t('Share this on Viadeo'),
    'link' => 'http://www.viadeo.com/shareit/share/?url=<encoded-url>&title=<encoded-title>',
  );
  $links['googleplus'] = array(
    'name' => 'GooglePlus',
    'description' => t('Recommend on Google'),
    'link' => 'https://plus.google.com/share?url=<encoded-url>',
  );

Would you please integrate this to general_services.module (and the pics associated) ?
Many thanks for considering my request !

CommentFileSizeAuthor
#3 service_links-2035443-3-Viadeo.patch635 bytesSimon Georges
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Simon Georges’s picture

Google already exists, see

$links['google_plus'] = array(
  'name' => 'Google+',
  'link' => 'https://plus.google.com/share?url=<encoded-url>',
  'description' => t('Share this on Google+'),
);

in "General Services" module.

Viadeo is only a french service, isn't it ? Would you be willing to create a "French Services" module?

neo944’s picture

Hi,

Thanks for your answer.

Google already exists, you're right :)

We could create a "French Services" but Viadeo is now available in English, French, Italian, Spain, German, Portuguese, Russian. So, it would probably be better to integrate it to "General Services".

Many thanks for considering my request !
Best regards.

Simon Georges’s picture

Version: 7.x-2.2 » 7.x-2.x-dev
Priority: Major » Normal
Status: Active » Needs review
FileSize
635 bytes

Patch adding Viadeo.
I'll have to find the associated image.

neo944’s picture

Thanks for the patch !

Could you please integrate it in the next version of the module ?
Best regards

neo944’s picture

You can find the associated here : Viadeo logo

Best regards

neo944’s picture

You can find the associated image here : Viadeo logo

Best regards

neo944’s picture

Hi,

Can you please tell me if your modifications will be integrated to the next version of the module ?
Thanks !

Simon Georges’s picture

Closed #2079757: Can you add the French service ? as a duplicate of this one.

Simon Georges’s picture

Status: Needs review » Fixed

Committed to 7.x-2.x-dev version.

Status: Fixed » Closed (fixed)

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