Event trigger/ Modal

edited February 2017 in Social Login
How can i create a pop-up (perhaps event-driven) modal that contain new account/ social mlogin registration form?
This would be much more powerful than simple email subscribe opo-up.
Please advise.
Thank you.
Aidan Doyle

Answers

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited February 2017
    Hello,

    please have a look at this method:
    http://docs.oneall.com/api/javascript/library/methods/#sll_do_popup_ui

    Something like this:

    <script type="text/javascript"> function display_popup() { var _oneall = _oneall || []; _oneall.push(['social_login', 'set_providers', ['facebook','google']]); _oneall.push(['social_login', 'set_callback_uri', window.location.href]); _oneall.push(['social_login', 'do_popup_ui']); } display_popup(); </script>

    You also have to setup the callback script according to our guide:
    http://docs.oneall.com/services/implementation-guide/social-login/#4
  • Claude,
    Thanks but for now i just want a Wordpress Modal registration plugin that will enable me to to use Social Login shortcodes in a nice pop-up box that visitors will see when they visit the site. In other words, allow them to use Social Login with the opo-up registration form. Can you suggest any good wordpress plugins that will do this?Sorry, but i am not developer so cannot use code..
    Aidan Doyle

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.