1 comment

  1. Got a solution:
    Just added functions to call each buttons in the ajax loading JavaScript file.

    $(document).ajaxComplete(function() {
        FB.XFBML.parse(); // For Facebook button.
        twttr.widgets.load(); // For Twitter button.
        gapi.plusone.go(); // For Google plus button.
    });
    

Comments are closed.