Skip to main content

"Oops something not working correctly" after adding pixel or tags

Andrew Busuttil avatar
Written by Andrew Busuttil
Updated over 4 years ago

ContestPad leverages an internal templating engine that interprets script code in a specific way.

If you are wanting to add your own embed code such as a Facebook pixel, google analytics tag code or some other embed code e.g. chat embed then it is very import that you enclose this script with the tags {literal}.....{/literal}

These tags are place before the beginning of your <script> open tag and after you last </script> close tag. See below example:

{literal}

<script>

......code goes here

</script>

{/literal}

Without these {literal} tags the page will not interpret properly and the page will error with "Oops something not working correctly".

Did this answer your question?