Simple Spoilers
- HTML5 only spoilers - no JS needed!
- Works with FriendsOfFlarum/nightmode
- Integrates with standard Flarum BBCode
- Supports all modern browsers (96.26% of web traffic)
A Flarum extension. Adds simple spoilers to your forum. Uses pure HTML and CSS with absolutely no JavaScript.
Supports FriendsOfFlarum's Night Mode.
Browser support
As this extension uses the <details>
and <summary>
elements, this extension is compatible with all modern browsers with 96.26% support for web traffic.
Installation
Install with composer:
composer require flarumite/simple-spoilers:"*"
To update:
composer update flarumite/simple-spoilers:"*"
php flarum cache:clear
Usage
Spoilers are available in two versions: normal and customised title. The normal spoilers use the values in the locale file as titles (button text), whereas the customised title version allows users to add their own title to replace the localised versions.
Normal spoiler
[spoiler]
Some content
[/spoiler]
Spoiler with custom title
[spoiler title=My cool title]
Some content
[/spoiler]
Spoiler-ception!
Putting spoilers inside spoilers even works!
[spoiler]
test
[spoiler]
embedded
[spoiler]
embedded
[spoiler]
embedded
[/spoiler]
[/spoiler]
[/spoiler]
[/spoiler]
Links