Hi Konrad,
Custom Social Connections don’t seem to make it.
Xing from their site offering a code snippet for integration using a consumer key and signature salt:
- <script type=“xing/login”>
- {
- “consumer_key”: “923ae3bb5b2f59e1296c”
- }
- </script>
- <script>(function(d) {
- var js, id=‘lwx’;
- if (d.getElementById(id)) return;
- js = d.createElement(‘script’); js.id = id; js.src = “https://www.xing-share.com/plugins/login.js”;
- d.getElementsByTagName(‘head’)[0].appendChild(js)
- }(document));</script>