datitisev hmmm so I am trying this out now and want to embed a mapbox map:
If you go to my page here: https://www.seekadventure.net/p/1-adventure-map
My map does not show up, but if I click the title "Adventure Map" On that page then the map pops up!
Not sure why the map isn't there on the first load...
I have a hunch that its because this code for embedding the map is supposed to go in the page head:
<script src='https://api.mapbox.com/mapbox-gl-js/v0.52.0/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v0.52.0/mapbox-gl.css' rel='stylesheet' />
But I just put it in the body. If this is the case can you add an option to allow us to edit the head tags on the pages html?