Hi,
I need to provide a login option for XING which is one of the biggest business network with 15 Mio. users worldwide. The code for XING can easily be generated on their developers site. I would like to integrate that into JFBConnect.
Would you mind to have a look at the snippet and tell me where to integrate this code (if possible) to make it available for my users? Generally I can only recommend to integrate XING into JFBConnect as especially in Germany almost everybody is using it.
<script type="xing/login">
{
"consumer_key": "--- my secret key ---"
}
</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>
More information is also available here
dev.xing.com/plugins/login_with
Regards,
Uwe