Use inline Javascript in Wordpress post

You 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]

Une réponse à “Use inline Javascript in Wordpress post”

  1. Vince Says:

    Excellent ! Juste ce que je cherchais.
    Merci ;-)

Laisser un commentaire