From: Vincent Vanwaelscappel Date: Mon, 19 Oct 2020 09:28:42 +0000 (+0200) Subject: wait #3965 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=895557526ff758930da3bc654eb266ba4eaeff02;p=fluidbook-html5.git wait #3965 @0:05 --- diff --git a/js/libs/fluidbook/fluidbook.share.js b/js/libs/fluidbook/fluidbook.share.js index 4be793ae..547221e9 100644 --- a/js/libs/fluidbook/fluidbook.share.js +++ b/js/libs/fluidbook/fluidbook.share.js @@ -202,15 +202,9 @@ FluidbookShare.prototype = { if (this.fluidbook.settings.whatsapp) { shareLinks['whatsapp'] = 'WhatsApp'; } - if (this.fluidbook.settings.googleplus) { - shareLinks['googleplus'] = 'Google Plus'; - } if (this.fluidbook.settings.linkedin) { shareLinks['linkedin'] = 'LinkedIn'; } - if (this.fluidbook.settings.viadeo) { - shareLinks['viadeo'] = 'Viadeo'; - } if (this.fluidbook.settings.pinterest) { shareLinks['pinterest'] = 'Pinterest'; } @@ -341,18 +335,10 @@ FluidbookShare.prototype = { this.fluidbook.wopen('https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent(this.getShareURL(url)), 'share_facebook', 'width=650,height=400'); this.fluidbook.stats.track(12); }, - sendGoogleplus: function (url, context) { - this.fluidbook.wopen('https://plus.google.com/share?url=' + encodeURIComponent(this.getShareURL(url)), 'share_googleplus', 'width=600,height=600'); - this.fluidbook.stats.track(12); - }, sendLinkedin: function (url, context) { this.fluidbook.wopen('https://www.linkedin.com/cws/share?url=' + encodeURIComponent(this.getShareURL(url)) + '&isFramed=true&_ts=' + Date.now(), 'share_linkedin', 'width=650,height=400'); this.fluidbook.stats.track(12); }, - sendViadeo: function (url, context) { - this.fluidbook.wopen('http://www.viadeo.com/shareit/share/?url=' + encodeURIComponent(this.getShareURL(url)), 'share_viadeo', 'width=650,height=400'); - this.fluidbook.stats.track(12); - }, sendPinterest: function (url, context) { this.fluidbook.wopen('http://pinterest.com/pin/create/button/?url=' + encodeURIComponent(this.getShareURL(url)) + '&media=' + encodeURIComponent('https://workshop.fluidbook.com/services/facebook_thumbnail?id=' + this.fluidbook.settings.id + '&j=' + Date.now()) + '"', 'width=650,height=400'); this.fluidbook.stats.track(12);