Closed (fixed)
Project:
Service links
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Feb 2011 at 19:36 UTC
Updated:
10 Nov 2011 at 17:06 UTC
Just played around to add support for the german business community XING to service links - German service.
To add the support:
Download the icon from: https://www.xing.com/app/user?op=downloads;tab=widgets
Add following code to "service_links/services/german_services.module"
$links['_de_xing'] = array(
'name' => 'Xing',
'description' => t('Share on Xing.'),
'link' => 'http://www.xing.com/app/user?op=share;url=?wtmc=XING;title=',
);
Activate the service in admin settings and enjoy.
Hope that is a help for anybody. If it does, it would be great to add this to the german services module.
Comments
Comment #1
rteuber commentedCode posted missed the
<encode-url>and<encode-title>So the correct code is:
Comment #2
TheCrow commentedAdded it, thank you (soon i'll apply also in 7.x-2.x)!
Comment #4
simon_s commentedThe XING share link does not work. (Tested in 7.x-2.x-dev on 2011-08-18).
It results to a "Page not found site" on Xing. I guess the API has changed?
Comment #5
TheCrow commentedTry this:
Comment #6
TheCrow commentedCommitted, if there are troubles just follow here!
Comment #7
simon_s commentedThanks a lot!
Comment #9
damiandab commentedI have a problem with spezial characters, when I share a content to xing from my side.
Xing take html code, not the formated code, example:
€ take as
€or
' is by xing
'Comment #10
TheCrow commentedfor encoding chars troubles continue here #1330830: encoding of titles