=== Tiny Spoiler === Contributors: Tom Braider Donate link: http://www.unicef.org Tags: spoiler, secret, post Requires at least: 2.5 Tested up to: 4.7 Stable tag: 0.2 [spoiler name="top secret"]shows/hides this text[/spoiler] == Description == * shows/hides text in spoiler shortcode * name of spoiler area can be given * only one little button [+] or [-] == Installation == 1. unzip plugin directory into the '/wp-content/plugins/' directory 1. activate the plugin through the 'Plugins' menu in WordPress 1. insert '[spoiler name="top secret"]...[/spoiler]' in your post or page == Frequently Asked Questions == = Need Help? Find Bug? = read and write comments on plugin page = Who can i change the style? = You can change the Stylesheet in you own theme style.css. '.spoiler' is the outer border/area. '.spoiler legend' is the title. '.spoiler legend input' is the button. '.spoiler div' is the content area. == Screenshots == 1. closed and open spoiler == Arbitrary section == **Filelist** * spoiler.php **Changelog** _Version 0.2_ new: several spoiler can have same name _Version 0.1_ + first release