Hey @cjeller1592, thanks for the reply! This is a decent attempt, since it’s a working map! Of course a direct integration of the map would be ideal, but it’s better than nothing. Could you please share what code you used to achieve this? I successfully embedded it using the iframe option, but it includes the code in a sidebar and it’s distracting. Also, in case I don’t find a way of integrating it directly (although it should be possible, right?), perhaps I can cover up the codepen stuff with some tricky CSS? Something like an inner border?
Edit: Nevermind, had to remove js,
from default-tab=js,result
in HTML. Also, I don’t fully understand why the iframe option works, whereas the HTML one (which is the “recommended” one) doesn’t.
Edit2: I tried removing codepen’s elements via CSS and was initially happy because it worked by styling it on the spot. I then tried to include the CSS in write.as but failed. After searching, I realized that I can’t change CSS elements of iframe, since I have no control over that domain. An interesting lesson nonetheless. 