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