Modify Login Pop Up

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Thu Sep 25, 2014 6:24 pm
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!!
User avatar
Expert Boarder

GK User
Thu Sep 25, 2014 9:51 pm
Hello,

Please check Msocial/layouts/login.php file - here you can find the content of this popup.
User avatar
Moderator

GK User
Fri Sep 26, 2014 12:48 pm
Thanks Piotr!

AJ
User avatar
Expert Boarder


cron