<script type="text/javascript">
/* Replace #your_subdomain# by the subdomain of a Site in your OneAll account */
var oneall_subdomain = '#your_subdomain#';
/* The library is loaded asynchronously */
var oa = document.createElement('script');
oa.type = 'text/javascript'; oa.async = true;
oa.src = '//' + oneall_subdomain + '.api.oneall.com/socialize/library.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(oa, s);
</script>
/* Initialise the asynchronous queue */
var _oneall = _oneall || [];
/* Social Login Example */
_oneall.push(['social_login', 'set_providers', ['facebook', 'twitter', 'linkedin', 'google', 'yahoo', 'foursquare', 'blogger', 'github']]);
_oneall.push(['social_login', 'set_callback_uri', 'http://www.oneall.com/callback/']);
_oneall.push(['social_login', 'do_render_ui', 'social_login_demo']);
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
The OneAll javascript code is not properly added to your page.
(The URL you provide reports the javascript errors, check the console).
Please have a look at:
docs.oneall.com/api/javascript/library/setup/, and related pages for using the Social Login (such as docs.oneall.com/api/javascript/library/methods/).
Hope this helps.