May 31, 2007
8:14 am
inline-js WordPress Plugin
Inline Javascript Plugin inserts inline javascript in Posts/Pages.
Usage
- Download inline.js plugin, and extract to a local directory.
- Copy inline-js.php to direcotry wp-contents/plugin and activate the plugin.
- Use [inline] and [/inline] tag around the javascript,and post it
- Ok
Example:
[inline]
<script type="text/javascript">
document.write("hello world!");
</script>
[/inline]
Source:→ Homepage
inline-js, WordPress, Plugins, WordPress Plugin
Loading

Leave a comment »