support for meneame.net
llribas - March 13, 2007 - 19:09
| Project: | Service links |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
I also would like to have meneame.net supported by this module.
Thanks
#2
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
#3
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
#4
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.