Embedding the map
The Map can be embedded on external sites. There are two things required for that. First you'll need the HTML Embed from the static map exporter. (You can embed more then one map per page.)
<div
class="wyrimaps-net-embeded-map"
data-map="wow_battle_for_azeroth"
data-lat="3.6888551431470478"
data-lng="-1.5820312500000002"
data-zoom="3"
style="width: 786px; height: 512px;"
>
<a href="undefined" target="_blank">
<img src="https://st0.cf.wyrimaps.wyri.haxim.us/wow_battle_for_azeroth/3/786/512/knoUt~sH.png" />
</a>
</div>
Secondly the following script has to be placed at the bottom of the page, only once even though there might be more then one map on the page:
<script
src="https://cdn.wyrimaps.net/embed.js"
integrity="
sha256-WrWZgRuRgF6Wa/T92ZgAP7uagEYdH7zwyFNkC69AIpk=
sha384-RscWUi6svszq36t4zE43ORvJoy1aXSj4CIVKu+GWCa7l1eJVAPNHqb9ZPKqUh3Sw
sha512-SzTHjCCmN0U39fAEy0v2Glw/KkV97xt5LSVKlrjQpHa5fxEVExwNj7w08awMoIwo0GjiPCsuXMNuJEzM7WJWwg==
"
crossorigin="anonymous"
></script>