=== inline-javascript === Contributors: volca Donate link: http://www.ooso.net/index.php/inline-js Tags: post, javascript Requires at least: 2.0.0 Tested up to: 0.4 Stable tag: 0.4 Plugin that insert inline javascript in Posts/Pages == Description == Plugin that insert inline javascript in Posts/Pages == Installation == 1. Unzip 1. Copy inline-js.php to direcotry wp-contents/plugin and activate the plugin. 1. Setup 1. Disable tag balancing ‘WordPress should correct invalidly nested XHTML automatically’ through the ‘Options / Write’ menu in WordPress 1. Disable the WYSIWYG rich editor in the user’s settings through the ‘Users / Your Profile’ menu 1. Assign the ‘unfiltered_html’ capability to the user. Assigning capabilities to roles or users is out of the scope of this plugin. Because WordPress has no built-in configuration menu in the admin menu to assign roles/capabilities, you need to install the role/capability manager plugins role-manager. 1. Use [inline] and [/inline] tag around the javascript,and post it == Frequently Asked Questions == nothing yet == Screenshots == nothing yet == Arbitrary section == nothing yet == A brief Markdown Example == eg.
[inline]
<script type="text/javascript">
document.write("hello world!");
</script>
[/inline]
== More Info == For more info, please visit [http://www.ooso.net/index.php/inline-js inline-javascript home page]. (For feedback/comments, please send an e-mail to: volcas@21cn.com ).