http://meneame.net/ is probably the most extended social bookmarking site in spanish. I'd like to use the module with it, I tried to add it simply using the comented line in service_links.module, adding a line like:

$links['service_links_meneame'] = theme('service_links_build_link', t('Meneame'), "http://meneame.net/submit.php?url=$url", t('Anota este contenido en Meneame'), 'meneame.gif', $nodelink);

but it seem's not to work properly. I don't know if meneame is specting some more information or what, and I can't find some info about the api feed system that meneame.net uses.

Help apreciated!

xd

Comments

ruharen’s picture

I also would like to have meneame.net supported by this module.

Thanks

Gedxx’s picture

Here the solution

http://www.drupalweb.com/redes-sociales-5x

http://bytecoders.homelinux.com/content/release-oficial-de-service-links...

at this links you'll find modificated service links module.

Bye

c-c-m’s picture

Thank you very much, Gedxx, that was what I was looking for. I've realized, however, that those modules are a ¿modification? of service links 5.x-1.0 and current version is 5.x-1.1. What should I do if I want it all? ;)

Thanks

joancatala’s picture

Hi,
I did this for Latafanera (a catalan clon of meneame.net):

    $links['service_links_tafanera'] = theme('service_links_build_link', t('La Tafanera'), "http://www.latafanera.cat/submit.php?url=$url", t('Tafaneja a\
quest article'), 'tafanera.png', $nodelink);
  }

You just should replace www.latafanera.cat and write www.meneame.net

I hope this help.

TheCrow’s picture

Status: Active » Closed (won't fix)

This is already available on the 2.x branch, 5.x-x.x is not more supported