Use inline Javascript in Wordpress post
Wednesday 18 July 2007You just have to install a plugin called inline-js.
When you want to write a post with javascript, do like this :
[inline]
<script type=”text/javascript”>
document.write(”hello world!”);
</script>
[/inline]



(434)