Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #570206

    Can you please let me know where I can place the Marketo Munchkin Code?

    #570441

    Hi fightforcreativity!

    Add this to the bottom of your child theme functions.php file.

    add_action( 'wp_head', 'enfold_customization_extra_scripts' );
    function enfold_customization_extra_scripts() {
    ?>
    <script type=”text/javascript”>
    document.write(unescape(“%3Cscript src=’//munchkin.marketo.net/munchkin.js’ type=’text/javascript’%3E%3C/script%3E”));
    </script>
    <script>Munchkin.init(‘366-CAT-687’, {“wsInfo”:”j0hRc9jO”});</script>
    <?php
    }

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.