Beschrijving
This is a modified version (under the MIT License) of a plugin originally developed by Tierra Innovation for WNET.org.
This plugin extends the HTML functionalify of the WordPress kses.php file, which states the allowable HTML that the post/page content editor will accept. It allows the site administrator to check pre-defined HTML tags that can also be allowed via the editor. Tags include: object, embed, param, iframe, map and extensions have been added to the div and img tags.
Keep in mind, that by checking a tag, you are making it acceptable to post said HTML and save it. If your users also post content, it is important that you make sure you are not enabling any malicious HTML from wreaking havoc to your environment. If there is a tag that is missing or that you would like us to add and support, feel free to leave a comment in our support area for this plugin.
Installatie
- Upload
extend-ksesto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Check the boxes next to the HTML tag you wish to enable and click
save options - Paste HTML code into the HTML version – NOT the visual version – of the post/page editor and save.
FAQ
- What tags are currently supported?
-
divtag extended to allow foridchild tag.embedtag is now fully supported, including the following children tags:style,type,id,height,width,srcand the entireobjecttag (including children).iframetag is now fully supported, including the following children tags:width,height,frameborder,scrolling,marginheight,marginwidthandsrc.imgtag extended to allow forusemapchild tag.maptag is now fully supported, including the following children tags:nameandidobjecttag is now fully supported, including the following children tags:style,height,width, the entireparamtag (including children) and the entireembedtag (including children).paramtag is now fully supported, including the following children tags:nameandvaluepretag now fully supports Google Syntax Highlighter, including the following children tags:style, ‘name’, ‘class’, ‘lang’ and ‘width’
Need more help? Support
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Extend KSES” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Extend KSES” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
2.3
Added additional image map support