Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

Show/Hide Shortcode

Description

This plugin allows you to easily add « Show more… » links to your site. Just enclose the content to be hidden between [showhide] and [/showhide]. There is no modification to the backend or fancy editor. Hence the code for this plugin is minimal and the plugin should be easy to review for security issues as well not impact performance.

Captures d’écrans

FAQ

Where do I need to click?

Use the block editor to add two blocks: [showhide] and [/showhide]. Everything in between will be hidden and a link « Show more… » is displayed. When clicked, the hidden content is revealed.

Can I change the default « Show more… » text?

Yes, the [showhide] shortcode accepts the argument show_caption: [showhide show_caption="Do you want to know more?"]Your Content[/showhide]``` Similarly, use thehide_caption` attribute to change the « Show less… » default caption.

Avis

21 juillet 2021
No clutter, it simply works as it is intended. It would be better though if you could write this in vanilla JavaScript rather than relying to jQuery.
Lire les 3 avis

Contributeurs/contributrices & développeurs/développeuses

« Show/Hide Shortcode » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Show/Hide Shortcode » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

1.0.1

  • Updated « Tested up to » field to reflect current
  • Addresses XSS vulnerability in show_caption and hide_caption arguments

1.0.0

  • Initial Release