All text allowed

Impossibility to include some XHTML tags and Javascript into posts and pages limited me a lot. I wanted to possess full control over the text submitted by myself. Unfortunately there is only little information about this topic (especially around multi-user WP). The only plugin that deals with this problem is for Wordpress 2.5.1 and is not working with multi-user version and has too much setting options. Robert Mao was the first to give me a hint and show me partially working solution of the problem followed by Otto42 showing me proper plugin code. Since commenting certain parts of code for every installation of WP is ineffective I created this plugin.

Functions

The plugin removes all wordpress filters. The substituting, entities erasing and repeating of non valid xhtml is off. Namely filters: WP texturize, wpautop and Wordpress MU kses filter. It is possible to use it with the visual editor TinyMCE (to insert the code via html regime) or without it. From now on the commentory filtering is allowed ad fully functional!

Why to use it

  • it allowes to use xhtml and full css
  • it allowes to insert embedded google, youtube and flicker objects
  • it allowes to insert javascript
  • it allowes to insert iframe
  • and other wordpress filtered entities

Download plugin

All text allowed plugin

Instalation

1.       Unpack archive & copy php-file into wp-content/plugins directory 2.       Activate Plugin in admin interface 3.       Enjoy your blogging without WP filtering

Other info

  • Licence: GNU/GPL
  • Compatible WordPress versions: 2.5.1
  • Compatible WordPress MU versions: 1.5.1
  • ...

Video demonstration

Direct link: http://video.google.com/...&hl=en

Last update

  • 29.6.2008

Tags: , ,

7 Responses to “All text allowed”

  1. For some reason this takes away the <p> tags in my content.

  2. admin says:

    Yes, removal tag is a problem. It is due to turn off wpautop filter. In the next version to be corrected(maybe:-|).

  3. admin says:

    The best solution is to use TinyMCE Andvanced together with my plugin All Text Allowed.

    Every <p> and <br> tags and Javascript will be functional !

  4. Rudy says:

    Hi

    Does it allow javascript and iframe in widget ?
    Thanx

  5. admin says:

    No, it is not for widget. It is only for posts and pages.

  6. [...]   All text allowed插件,让你能够在文章(post)和页面(page)中嵌入标签。在主页的注释中提到了会移除<p>标签的问题。 [...]

Leave a Reply