Hi. I embedded some code which shows that embedded code is disabled when I'm logged in. However, when I go to an incognito window, all I see is the background with no code entered.
The code is for a contest through woodbox.
<div id='woobox-root'></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://woobox.com/js/plugins/woo.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'woobox-sdk'));</script>