Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit fa8799b

Browse files
Merge pull request #250 from talkor/xing-url
Fix xing share url
2 parents 05be201 + 0024ce4 commit fa8799b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/networks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ export default {
3838
weibo: 'http://service.weibo.com/share/share.php?url=@u&title=@t&pic=@m',
3939
whatsapp: 'https://api.whatsapp.com/send?text=@t%0D%0A@u%0D%0A@d',
4040
wordpress: 'https://wordpress.com/press-this.php?u=@u&t=@t&s=@d&i=@m',
41-
xing: 'https://www.xing.com/app/user?op=share&url=@u&title=@t',
41+
xing: 'https://www.xing.com/social/share/spi?op=share&url=@u&title=@t',
4242
yammer: 'https://www.yammer.com/messages/new?login=true&status=@t%0D%0A@u%0D%0A@d'
4343
}

0 commit comments

Comments
 (0)