Question How do I insert my DynMap to my website?

Discussion in 'Bukkit Help' started by AbbeLabben, Jul 21, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    AbbeLabben

    I currently have Dynmap installed on my server and I can access the map using the website http://mc.honourgg.com:8123/# but I want it to be displayed on my main website https://www.honourgg.com/minecraft-karta/ but I can't seem to get it to work!

    I have tried embedding it using the following HTML:
    Code:
    <iframe src="http://mc.honourgg.com:8123/" width="100%" height="1200">
      <p>Your browser does not support iframes.</p>
    </iframe>
    
    Any ideas?
     
  2. Offline

    Kars

    It works when you paste this into an HTML file and run it locally. Looks like the site framework, or whatever you use, doesn't allow it somehow. Hard to say why.
     
  3. Online

    timtower Administrator Administrator Moderator

    @AbbeLabben @Kars https doesn't allow regular http to be embedded as far as I know.
    Better option might be to link it.
     
  4. Offline

    Machine Maker

    @AbbeLabben, @timtower is correct. You cannot have an http link in on an https page. There are solutions out there involving setting up a proxy and getting an SSL certificate for it, (you can just google it and find solutions), but providing a link is solid alternative.
     
Thread Status:
Not open for further replies.

Share This Page