Embed code

Hello,

I am trying to embed the privacy policy, which is a javascript on a page.

If I use the code element the code is shown like text, if I use the text column element in the text section the script is understood but not loaded.

Here is the page: https://www.studioradiologicocatania.it/privacy-policy/

This is the script:

<a href="https://www.iubenda.com/privacy-policy/92429882" class="iubenda-white no-brand iubenda-noiframe iubenda-embed iubenda-noiframe iub-body-embed" title="Privacy Policy">Privacy Policy</a><script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script>

Comments

Sign In or Register to comment.