Why this script not work?

Hello!

I want to put this script in / head but it does not work. If I put it on any other website if it works, but not in Discourse. Any idea?

Thanks!

<script type="text/javascript">
var ouo_token = 'jsjwkgloie';
var exclude_domains = ['example.com', 'yoursite.com']; 
</script>
<script src="//cdn.ouo.io/js/full-page-script.js"></script>

hi @rehe,

your best start is to look at your js console and look for any error.

3 Likes

I don’t see any error.

So second question: do you see this in the page when you look at source?

This topic was automatically closed after 7 hours. New replies are no longer allowed.