Login with Facebook
');
window.fbAsyncInit = function() {
FB.init({
appId : '{$fbPref['appId']}',
status : true,
cookie : true,
xfbml : true,
oauth : true
});
};
$.ajax({
type: "GET",
url: document.location.protocol + '//connect.facebook.net/en_US/all.js' ,
// success: callback,
dataType: "script",
cache: true
});
});
EOT;
$core = "";
$perms = "email";
$code = <<Login with Facebook";
// e107::js('inline',$code,'jquery',3);
?>