Hello Team,
I have used a 3rd party plug in (one all) to create social log in code for my site (social.scalesavvy.com) and it's properly embedded in the registration page.
What file would I FTP to add the coding in the log in pop up (log in box top right of template..see screen shots). Here's the code I need to add:
*Add to where plugin is displayed (log in pop up in question)--
<!-- The plugin will be embedded into this div //-->
<div id="oa_social_login_container"></div>
<script type="text/javascript">
var _oneall = _oneall || [];
_oneall.push(['social_login', 'set_callback_uri', '#your_callback_uri#']);
_oneall.push(['social_login', 'set_providers', ['blogger', 'facebook', 'google', 'twitter', 'wordpress', 'youtube']]);
_oneall.push(['social_login', 'do_render_ui', 'oa_social_login_container']);
</script>
Thanks in advance!!
