Installing Mouseflow

Morning!

Trying to install Mouseflow. Where would this go?

First, add the following code snippet before the tag on your website:

<script type="text/javascript"> window._mfq = window._mfq || []; (function() { var mf = document.createElement("script"); mf.type = "text/javascript"; mf.async = true; mf.src = "//cdn.mouseflow.com/projects/15ae31f2-c4bb-4fff-8767-4397f5bef5bb.js"; document.getElementsByTagName("head")[0].appendChild(mf); })(); </script>

Good morning, Edward!

If you launch X or Pro’s theme options panel, you’ll see a bar in the bottom left hand corner of the screen that looks like this:

Click on ‘JS’ and then you can add the code in there. However, it does not need the start and end tags, so just add it as follows:

window._mfq = window._mfq || [];
(function() {
var mf = document.createElement("script");
mf.type = "text/javascript"; mf.async = true;
mf.src = "//cdn.mouseflow.com/projects/15ae31f2-c4bb-4fff-8767-4397f5bef5bb.js";
document.getElementsByTagName("head")[0].appendChild(mf);
})();

And that’s it!

Hope this helps. Have a great day!

Awesome.

Thank you so much!

You are welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.