Hi Guys,
I'm using a Pop Up Log In so I can't use the included module, but for registration I have the pop up redirecting to the JomSocial Standard registration page.
I saw that I can add the sign up / in with Facebook button using the following code:
require_once (JPATH_ROOT.DS.'components'.DS.'com_jfbconnect'.DS.'libraries'.DS.'facebook.php');
$jfbcLibrary = JFBConnectFacebookLibrary::getInstance();
echo $jfbcLibrary->getLoginButton();
So my question is what file do I need to edit?
Thanks,
Rich
Edit: Would need to have this on two pages I guess, both the com_community tak register and the default landing page for Jomsocial.