share: function(e) {
      var shareView = new ShareView().share(e);
      $('body').append(shareView.el);
    },