I'm not sure what popup you're talking about. JFBConnect does not use a popup to register the user. The only popups you could/should be seeing are:a popup window shows saying either to login and the fb account will be linked to the account OR a register field shows at the bottom...
I'd have to see this happen to understand what the issue may be. Once the site is unblocked, we'll gladly test the FB registration and let you know what we find.When trying to login via fb, I just get a blank popup
<script src="http://connect.facebook.net/da_DK/all.js" type="text/javascript"></script><script type="text/javascript">
function jomFbButtonInit(){
FB.init({
appId: '263584743658089',
status: true,
cookie: true,
oauth: true,
xfbml: true
});
}
FB.Event.subscribe('auth.login', function(response) {
//window.location.reload();
});
/*
FB.Event.subscribe('auth.logout', function(response) {
window.location.reload();
});
*/
if( typeof window.FB != 'undefined' ) {
jomFbButtonInit();
} else {
window.fbAsyncInit = jomFbButtonInit;
}
</script>
<fb:login-button onlogin="joms.connect.update();" scope="offline_access,email,user_status,status_update,read_stream,publish_stream,user_birthday,user_about_me,user_website,user_education_history">Log ind med Facebook</fb:login-button>Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
