Once you receive the code snippet, copy and paste it into your web page, just before the closing </head>
tag. If your website uses templates to generate pages, enter it just before the closing </head>
tag in the file that contains the <head>
section. (Most websites re-use one file for common content, so it's likely that you won't have to place the code snippet on every single page of your website.)
Don't worry- this is a relatively quick and easy process that most people have done before if they use Google Analytics or anything like this. We can walk you through it if you are having problems or you can connect us directly with your webmaster.
Your unique code snippet can be found in My Account:
It will look something like this:
<!-- $40Nuggets Starts -->
<script type="text/javascript">
var _40nmcid = '40NM-xxxx-1';
(function() {
var nm = document.createElement('script'); nm.type = 'text/javascript'; nm.async = true;
nm.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + '40nuggets.com/widget/js/track.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(nm, s);
})();
</script>
<!-- $40Nuggets Ends -->