Widget:Rc3map
From The Wiki of Illuna
<script> $(function(){
$('#activate-rc3-map').click(function(){ if(!$('#rc3mapframe').length) { document.getElementById('rc3-map').innerHTML = ; $('#rc3-map').html('<iframe height="600" width="700" scrolling="no" id="rc3mapframe" style="border: 0px; overflow: hidden;" class="embed-responsive-item" src="https://illuna-minetest.tk/rc3world-livemap/#!/map/0/11/-485/6"></iframe>'); } });
}); </script>