I attempted to implement an asynchronous loading Facebook log in button, but the button disappeared after 45 seconds.
This is the message I got in t
I had this warning appear in my console:
fb:post failed to resize in 45s
And I was able to fix it by renaming a div class from "fb-post" to "fbPost". Try looking for an HTML element with an ID or class name of "fb-login" in your source.
I hope this helps.