Facebook open graph - login button not displaying everytime?

Your logout logic seems problematic (you call FB.logout() in logout() but also call logout() on the 'auth. Logout' event, which seems circular). You should also remove the FB.init() call inside your logout() function.

The lack of xmlns:fb on the html tag is often the cause of XFBML not rendering in IE, so I'd double check that. You could also try replacing the async loading with sync loading using a normal script tag like.

Your logout logic seems problematic (you call FB.logout() in logout() -- but also call logout() on the 'auth. Logout' event, which seems circular). You should also remove the FB.init() call inside your logout() function.

The lack of xmlns:fb on the tag is often the cause of XFBML not rendering in IE, so I'd double check that. You could also try replacing the async loading with sync loading using a normal script tag like: But a live repro case would be more helpful since your code looks fine for the most part. EDIT: You can also checkout fbrell.com/xfbml/fb:login-button for examples.

Thanks daaku - based on the comments from serg and you , I did correct my logout logic and I did double check the xmlnb:fb in the html tag. I will try the sync loading but I made one other change and this problem has stopped occuring. I'm still not 100% sure if its because of that.

I was using facebook ads and as part of beta testing facebook provided with the tracking code they asked to insert at the bottom of the page. I removed it 2 days back and the problem seems to have gone away. I'm goin to wait for another couple of days to see if I can reproduce that error.

Thanks – Gublooo Jul 12 '10 at 7:50 Cool -- feel free to file an issue on Github or report the issue thru the ads feedback if you notice it again. A repro case is always helpful too :) – daaku Jul 13 '10 at 5:36.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions