How to embed a dynmap on your website
Done!
- Go to your admin panel > modules tab > create a new HTML module
- Within the editor for the HTML module, go to the "HTML Source" tab
- Paste the HTML snippet located below into the html source
- Replace the URL in src=" " to your dynmap's URL
- Save
- Place the HTML on any of your pages
<iframe src="http://YOURSERVERIP:8123/" width="100%" height="1200">
<p>Your browser does not support iframes.</p>
</iframe>
Done!
Comments
2 comments
hello I have done what you say but it still doesnt show
Please sign in to leave a comment.