Hello,
I got this working by adding the following functions to the ajax loading js file.
$(document).ajaxComplete(function() {
FB.XFBML.parse(); // For Facebook button.
twttr.widgets.load(); // For Twitter button.
gapi.plusone.go(); // For Google plus button.
});
The ajaxComplete method is not necessary just add the function after ajax load.
Thanks.
Ok, will check it.
This is a multisite installation with 10 websites. In this 5 sites are working fine and the other 5 are broken. Even the super-admin can’t add a new post. Is this related to file permissions or broken file structure ?