<!-- Social Login will be embedded into the following element -->
<div id="social_login_demo" style="height:100px;"></div>
<script type="text/javascript">
/* Replace the subdomain with your own subdomain from a Site in your OneAll account */
var oneall_subdomain = 'slideheroes';
/* Initialise the asynchronous queue */
var _oneall = _oneall || [];
/* Social Login Example */
_oneall.push(['social_login', 'set_providers', ['facebook', 'google', 'twitter']]);
_oneall.push(['social_login', 'set_grid_sizes', [3,1]]);
_oneall.push(['social_login', 'set_callback_uri', 'https://www.slideheroes.com/dashboard' ]);
_oneall.push(['social_login', 'do_render_ui', 'social_login_demo']);
</script>
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
to be triggered by exit intent.
How exactly are you triggering the icons?
Regards,
Thanks for the response.
Well, this is where we quickly get into territory that is beyond my technical understanding. I am using a plugin (ConvertPlug) that loads a javascript to monitor user mouse behaviour. When the user moves to leave the page, the pop-up is triggered. I am not really sure how this is done technically though... does that help?
Michael
After briefly testing your page, it does seem to work.
When are the icons not displaying?