After a page loads, I\'m making an AJAX request to pull down an HTML chunk that contains tags representing a Facebook user profile picture. I append the result to a point in t
I'm using the Microsoft-Web-Helpers with MVC3 (which include facebook helpers)
the razor syntax
@Facebook.GetInitializationScripts()
ouputs
So I needed to call
window.fbAsyncInit();
To re-parse the facebook content.