Tag:JScript
Making Facebook’s JavaScript SDK work with your AJAX pages
Facebook’s example code in its documentation would not go well with AJAX served pages. In particular, the login button does not get “converted” on subsequent attempts because the JS code required by Facebook is also loaded asynchronously. Their script is loaded into your document tree, and calls the FB.init function only that one tim… Read more