-
How To Embed Javascript
Using a standard WordPress block, you may be surprised how easy it is to embed javascript. All you need to do is add an HTML block, add <script> and </script> tags, then put what you want between them. Any javascript between the tags will execute as soon as the block is parsed. For that reason,…