Show/Hide Shortcode

描述

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.

螢幕截圖

  • Example view of the block editor.

常見問題

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 the
hide_caption` attribute to change the “Show less…” default caption.

評價

2021年7月21日
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.
閱讀全部3個評價

貢獻者及開發者

“Show/Hide Shortcode” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Show/Hide Shortcode 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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