Currently I am running a WordPress MU blog using the Unfiltered MU plugin. However, when I try to insert an HTML5 tag, it gets stripped away. I believe it may be the WYSIWYG editor cleaning the code. Where can I change settings to allow ?
Thanks
Currently I am running a WordPress MU blog using the Unfiltered MU plugin. However, when I try to insert an HTML5 tag, it gets stripped away. I believe it may be the WYSIWYG editor cleaning the code. Where can I change settings to allow ?
Thanks
You must be logged in to post a comment.
Just FYI… WordPress 3.2 includes an updated TinyMCE which allows HTML5 tags. It’s still under development but is fairly stable if you want to take the risk of running it now.
The alternative is to write any posts requiring the tag with the visual editor turned off. As long as you don’t turn the editor on again on that same post the tags will stay there. Just turn the editor on once you have navigated away from that post in admin.
Try this to allow disallowed tags…
http://tierra-innovation.com/wordpress-cms/plugins/extend-kses/
This is totally untested, but I’m pretty sure this shortcode plugin I just wrote for you is going to work. You might need to tweak it. Please let me know either way.
Shortcode:
[videotag option1="value1" option2="value2"]
Example:
[videotag src="http://path.com/to/video.mp4" height="400" width="300" controls="controls"]
Interesting question. This would be a great patch, maybe the first I’ll submit.