[Bug] Sharee, Pinterest and ” ‘ ” :-) !
-
Bad luck ! In french, we have a lot of worlds with “‘”. And if there is a word with the tilde (‘) in the title of a page, Sharree will stop fonction ?? ! It’s because of the Pinterest module and the “description” ?? !
Query('#pinterest').sharrre({ share: { pinterest: true }, template: '<a class="box group" href="#"><div class="count" href="#"><i class="fa fa-plus"></i></div><div class="share"><i class="fa fa-pinterest"></i></div></a>', enableHover: false, enableTracking: true, buttons: { pinterest: { description: 'Unboxing : L'édition collector de Fire Emblem Three houses',media: 'https://otakugame.fr/wp-content/uploads/2019/07/unboxing-ledition-collector-de-f-1.jpg' } }, click: function(api, options){ api.simulateClick(); api.openPopup('pinterest'); } });
The problem is on that line :
description: 'Unboxing : L'édition collector de Fire Emblem Three houses',media: 'https://otakugame.fr/wp-content/uploads/2019/07/unboxing-ledition-collector-de-f-1.jpg' }
It’s “easy” to correct : just put “\” before the “‘” (\’) or use double quote to define the description, but it’s a workaround :p !
Have a wonderful day !
The page I need help with: [log in to see the link]
- The topic ‘[Bug] Sharee, Pinterest and ” ‘ ” :-) !’ is closed to new replies.