ITM SIMPLE HIDE

plugin banner

A simple plugin that uses jQuery to hide parts of text

Author:Ignasi Tort (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:6.0
Plugin version:3.4
Added to WordPress repository:01-02-2013
Last updated:11-05-2022
Rating, %:100
Rated by:1
Plugin URI:https://aprendebcn.com/wordpress-plugin-itm-s...
Total downloads:2 570
Active installs:50+
plugin download
Click to start download

A simple plugin for wordpress which allows to show some text by clicking on other text in any page or post.
This plugin can be used as an example to create a simle plugin in WordPress that uses Javascript and JQuery from Google CDN
This plugin is available under the GPL license, which means that it’s free.

Example

/* Example copy-and paste this HTML code in any post or page to hide and show some text, images or url

Click here to toggle next DIV

<div class="itm_simple_hidden">Here you may place any HTML text, Url , Video Iframe or  images to hide.</div>   

<div class="itm_simple_all_content">
<div ><strong>Title</strong> or previous text </div> 
<div class="itm_simple_hide">[ - ]</div><div class="itm_simple_show">[ + ]</div>
This content shows at the right side of [ + ] 
<div class="itm_simple_hidden">Here you may place any HTML text, Url , Video Iframe or  images to hide.</div>   
</div>

*/


Screenshots
FAQ
ChangeLog