_id }; jQuery.post(ssb_admin_ajax, data, function(data, textStatus, xhr) { var array = JSON.parse(data); jQuery.each( array, function( index, value ){ if( index == 'total' ){ jQuery('.ssb_'+ index +'_counter').html(value + 'Shares'); }else{ jQuery('.ssb_'+ index +'_counter').html(value); } }); }); } }) //ssbPlugin.fetchFacebookShares(); } });