function getLoginButton($x = null, $y = null, $z = null)
{
$providers = JFBCFactory::getAllProviders();
$html = "";
foreach ($providers as $p)
$html .= $p->loginButton();function getLoginButton($x = null, $y = null, $z = null)
{
$providers = JFBCFactory::getAllProviders();
$html = "";
$params = array();
$params['buttonType'] = 'javascript';
foreach ($providers as $p)
$html .= $p->loginButton($params);
.login-area .jfbclogin {
right:18px;
position:absolute;
margin-top:9px;
display: -webkit-box;
display:inline-flex;
display: -ms-inline-flexbox;
}
.login-area .jfbclogin:before {
display: inline;
display:inline-flex;
display: -ms-inline-flexbox;
content:'Or Login with:';
padding-right:10px;
}
.login-area {
height:110px;
}Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
