$(".share").on('click', function(e) {
  $(".fab").removeClass("no");
  if(e.target != this) return;
  $(this).find('.fab').toggleClass("active");
});$(".share").on('click', function(e) {
  $(".fab").removeClass("no");
  if(e.target != this) return;
  $(this).find('.fab').toggleClass("active");
});