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