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?


{ 12 comments… read them below or add one }
Oooh, I hope I’m the first one to try this:
Mai Otome spoilers: – read if you dare
That’s really nifty. I’ve been trying to do something similar but unfortunately Moveable Type doesn’t have that kind of plugin.
Ack! It doesn’t work. I did put the spoiler tags -> this should not be seen. For what it’s worth, I don’t think such scenario will happen in Mai Otome anime. Anyway, feel free to delete the post above if you want.
Jason already told us that much, but
Hmm, that Tag doesn’t work either.
I edited the comments and it seems to work…. I also did a test comment with the tags and that worked… not sure why it didn’t work for everyone else… Hung suggested it might have to do with updating to the newest version of WP, so I might do an update this weekend (hopefully getting away with changing as few files as possible).
hrm, my spoiler tags and formatting got removed from above… clicking the above linked could ruin your experience of the mai otome anime forever. Though after me saying that, you probably really want to click that.
Another spoiler, another try, but remember use the tag or die! Here it goes, some spoilerific screenshot from Hellsing Ultimate:
http://www.northarc.com/images/sazan/3x3_01_1024.jpg
Me thinks, problem is this: You as owner can use tags, me as user gets hit by a tag filter.
Looks like tags are working, at least from my POV.
(test)
I believe Sakura in Fate/Stay Night will
(/test)
YESSSSS success!
{ 1 trackback }