Plugin Author
Bowo
(@qriouslad)
@chaazaam thank you for reporting this. Please try this unreleased v8.5.2.1 that adds a “high-compatibility” mode (a checkbox in the settings): https://www.wpase.com/sdc_download/21315/?key=h6005s8pqamq7rnm6jbfkb4yy1pjmb. It will be included as part of v8.5.3, scheduled for March 30.
Plugin Author
Bowo
(@qriouslad)
@chaazaam That’s strange… does any other shortcode work?
Hello! Yes, other shortcodes work:
I use 3D FlipBook: DearFlip Lite, for example… A default shortcode like “Caption” works normally.
Thank you for your support!
Additional information, if it helps:
The issue occurs in both standard paragraph blocks and advanced text blocks.
I’ve run a lot of tests; I’m not sure I fully understand it, but it’s working again… I tried this syntax, and it works: [obfuscate email=‘lesylvaingillet@gmail.com’ display=‘inline’], then I put the double quotes back, and suddenly that works too….
The page where you can see it:
https://kitcreanet.fr/linvite-du-mois-sylvain-gillet/
But if I put a mailto link on the email, it doesn’t work…
<p>Vous pouvez commander mes livres dans toutes les librairies et également auprès de l’auteur, c’est-à-dire moi-même (ce qui me permettra de dédicacer…) via <a href="https://sylvain-gillet.fr/" title="">mon site </a> sur le <a href="https://sylvain-gillet.fr/sylvain-gillet" title="">formulaire de contact</a> ou mon adresse mail : <strong>[obfuscate email="<a href="mailto:lesylvaingillet@gmail.com" title="">lesylvaingillet@gmail.com</a>" display="inline"]</strong>. <a href="https://www.facebook.com/actuSylvainGillet/" title="">J'ai aussi une page facebook</a>.</p>
But if I link to the entire ShortCode as is, it works
<p>Vous pouvez commander mes livres dans toutes les librairies et également auprès de l’auteur, c’est-à-dire moi-même (ce qui me permettra de dédicacer…) via <a href="https://sylvain-gillet.fr/" title="">mon site </a> sur le <a href="https://sylvain-gillet.fr/sylvain-gillet" title="">formulaire de contact</a> ou mon adresse mail : <strong><a href="mailto:lesylvaingillet@gmail.com" title="">[obfuscate email="lesylvaingillet@gmail.com" display="inline"]</a></strong>. <a href="https://www.facebook.com/actuSylvainGillet/" title="">J'ai aussi une page facebook</a>.</p>
ASE v. 8.5.2.1
Thank you for your help!
Plugin Author
Bowo
(@qriouslad)
@chaazaam although it’s a bit of a mystery why it didn’t work the first time, glad to hear it’s working now. The module in the free version of ASE doesn’t have a feature to output an obfuscated mailto link, but per your example, it works because the obfuscated part is only the link label, no the actual link in the href itself, which can still be harvested by spammers in your example.