Hello,
i’m using PRO 1.2.7 on Wordpress 4.9.2
i’m trying to embed a Marine Traffic Map, using their code I found here
in this homepage:
www.collegiocapitanicarloforte.it
The embedding code is as follows:
<script type="text/javascript" src="http://www.marinetraffic.com/js/embed.js"></script>
When i put it in a Text Element, the maps shows correctly when logged in as Admin, while logged-out users see nothing.
I even tried the customizable version of their map:
`
It shows the correct map to Admin, while standard viewers see the plain text that’s between the <script>
tags.
What am i doing wrong?
Thanks