I usually try to use the <!--more--> tag before spoilers, but sometimes that breaks things up in unnecessary ways. Thanks to Hung, Sea Slugs! is now using a plugin that allows for simpler spoiler-hiding. I did a few experiments, and I believe it does work in comments. So please enclose serious spoilers within <spoiler> and </spoiler> tags, and we’ll try to do the same in our posts.
However, for the purposes of writing posts, I am still going to talk about what happened in the episode. After all, if you are reading the post, surely you have seen the episode or want to know what happened in it. This is mostly for those season-changing spoilers, and also for letting manga readers gab on in comments without disturbing everyone else.
Update:
Many thanks to Omni for providing a little tech help with this plugin. Here’s what he suggests:
By default, Wordpress only allows certain HTML tags to be used in the comments. It only commits those allowed tags to the database, so even if you write a non-allowed tag in, it won’t show because it’s not parsed in. For instance, by default, Wordpress does not allow you to use target tags in your links. (target=”_blank” inside of an a href). What I had to do to enable that, and spoiler tags, for comments is to:
1. Go into your wp-includes folder and find kses.php.
2. You’ll see an if block that says
if (!CUSTOM_TAGS) {
…
}
3. Inside this block, there should be all of the allowed HTML tags for your comments. Use the same syntax as them and write in all of the tags that you would like, including the spoiler ones.
Specifically, I have the line 'spoiler' => array(), included. I’m not sure if the list has to be in alphabetical order, but I kept it that way.
I had suspected this was the case, but didn’t know where the exceptions were stored. Not sure I did it right, anyone want to test it out?
Spoiler Tags!
I usually try to use the
<!--more-->tag before spoilers, but sometimes that breaks things up in unnecessary ways. Thanks to Hung, Sea Slugs! is now using a plugin that allows for simpler spoiler-hiding. I did a few experiments, and I believe it does work in comments. So please enclose serious spoilers within<spoiler>and</spoiler>tags, and we’ll try to do the same in our posts.However, for the purposes of writing posts, I am still going to talk about what happened in the episode. After all, if you are reading the post, surely you have seen the episode or want to know what happened in it. This is mostly for those season-changing spoilers, and also for letting manga readers gab on in comments without disturbing everyone else.
Update:
Many thanks to Omni for providing a little tech help with this plugin. Here’s what he suggests:
I had suspected this was the case, but didn’t know where the exceptions were stored. Not sure I did it right, anyone want to test it out?
Related posts: