Allows you to embed content within your blog post via WordPress ShortCode API and toggling the visibility of the content via a link.
评级
4.1
最后更新
August 9, 2023
版本
1.05
活跃安装
10K
WP-ShowHide

By default the content is hidden and user will have to click on the “Show Content” link to toggle it. Similar to what Engadget is doing for their press releases. Example usage: [showhide type="pressrelease"]Press Release goes in here.[/showhide]

Usage

  1. By default, content within the showhide shortcode will be hidden.
  2. Example: [showhide]Press release content goes in here.[/showhide]
  3. Default Values: [showhide type="pressrelease" more_text="Show Press Release (%s More Words)" less_text="Hide Press Release (%s Less Words)" hidden="yes"]

  4. You can have multiple showhide content within a post or a page, just by having a new type.

  5. Example: [showhide type="links" more_text="Show Links (%s More Words)" less_text="Hide Links (%s Less Words)"]Links will go in here.[/showhide]

  6. If you want to set the default visibility to display.

  7. Example: [showhide hidden="no"]Press release content goes in here.[/showhide]

  8. You can style the content via CSS that is generated by the plugin. Here is a sample of the generated HTML. Note that pressrelease is the default type.

<div id="pressrelease-link-1" class="sh-link pressrelease-link sh-hide"> <a href="#"> <span id="pressrelease-toggle-1">Show Press Release (4 More Words)</span> </a> </div> <div id="pressrelease-content-1" class="sh-content pressrelease-content sh-hide" style="display: none;">Content</div>
  1. With the example above, here are the following styles you can use in your CSS:
.sh-link A { } .sh-content { } .pressrelease-link { } .pressrelease-link.sh-hide A { } .pressrelease-link.sh-show A { } .pressrelease-content { } .pressrelease-content.sh-hide { } .pressrelease-content.sh-show { }

开发

https://github.com/lesterchan/wp-showhide

翻译

http://dev.wp-plugins.org/browser/wp-showhide/i18n/

鸣谢

Donations

I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.

免费使用Creator套餐
活跃安装
10K
目前已测试版本
6.3.5
此插件可供下载,可用于您的 WordPress 自托管安装。