Spoiler Plugin
-
Hey I think it would be super great if wordpress had an option where you could hide spoilers under like a ‘click me’ option. Or at least I can’t see an option like this and I think it’d be useful.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can actually do this with regular HTML. However, it’s not supported in all browsers yet so it will work for some users, but not for others. Specifically, it works in Chrome, should work in Firefox as of version 49.0.
The code you can use to do this looks like this:
<details> <summary>Text to be clicked for expansion</summary> Text to be hidden until expanded </details>You can find more info on browser compatibility here:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
- The topic ‘Spoiler Plugin’ is closed to new replies.