I'm using the facebook JS SDK for a facebook login with Jquery mobile. On the initial page load, everything works fine - I see the button, I can get the login status, etc. When I link (via ajax) to another page, the button doesn't load and nothing works. It seems like the sdk is not loading and window.fbAsyncInit doesn't fire.
I'm assuming this has something to do with the way everything loads with jquery mobile pages, but I've tried everything. Placing the fb-root in various places, the init script in the header, the body and within the page, but I'm getting the same result.
Any thoughts?