Exit Intent modal set-up

Hi there,

I am attempting to set-up social login buttons within a modal pop-up. I received some previous assistance from Claude which was very helpful.

I have since changed my set-up and have run into a bit of an issue.

I am using X Theme, with the ConvertPlug pulgin.

I have been able to successfully set up the modal with the social local in buttons here:

http://smith.staging.wpengine.com/advanced-guide-to-writing-mckinsey-style-presentations/

Half-way down the post there is a blue FREE Course Trial CTA: this manually triggers a modal that works perfectly.

My issue is I have also set-up the same model to be triggered by exit intent. The modal is triggered and appears, but does not include the social login buttons.

Here is the code I am using:

<!-- 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>

Answers

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    Hi Michael,

    to be triggered by exit intent.

    How exactly are you triggering the icons?

    Regards,
  • Hi Claude,

    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
  • HI,
    After briefly testing your page, it does seem to work.
    When are the icons not displaying?

Welcome!

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.