Generate Share Buttons ( using https://github.com/carrot/share-button ) when the OptinMonsterSocial event is fired.
jQuery(document).ready(function($){
$(document).on('OptinMonsterSocial', function(event, data, object){
new Share('.share');
});
});