MyBB.de Forum
Iframe - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Iframe (/thread-34821.html)

Seiten: Seiten: 1 2


Iframe - schmidi925 - 13.07.2017

Hallo ich versuche verzweifelt einen Iframe in mein Forum einzubinden.

Ich habe eine extra Seite erstellt und will dort diese seite einbinden http://mc.funtropia.de:8123/.

Das ganze geht jedoch leider nicht.


RE: Iframe - MrBrechreiz - 13.07.2017

Versuch mal den Anhang. Lade diese Datei in dein MyBB Hauptverzeichnis und Rufe sie so auf.

Code:
http://deine-domain.de/minecraftdynamicmap.php



RE: Iframe - schmidi925 - 13.07.2017

nee leider immer noch weiß

Hier mal der Link https://funtropia.de/minecraftdynamicmap.php


RE: Iframe - doylecc - 13.07.2017

Der iframe wird vom Browser als unsicher blockiert, weil die Quelle über http eingebunden wird, während deine Seite über eine sichere Verbindung angezeigt wird.


RE: Iframe - MrBrechreiz - 13.07.2017

doylecc will dir damit sagen, mach aus http zu https im iframe Link.


RE: Iframe - schmidi925 - 13.07.2017

gesicherte Verbindung fehl geschlagen :/


RE: Iframe - MrBrechreiz - 13.07.2017

Du könntest auch alle deine Script Dateien in das Template mit einbinden, dann brauchst Du im Grunde kein Iframe.


RE: Iframe - schmidi925 - 13.07.2017

wie soll das gehen? Sorry habe kein Plan davon


RE: Iframe - MrBrechreiz - 15.07.2017

Alle Dateien die für die Map zuständig sind, in die extra Seite (minecraftdynamicmap.php) mit in den <head></head> stecken.


RE: Iframe - Erkan - 15.07.2017

Habe es auch mal getestet, da war Fehler drin in der Verlinkung, hier Rot Markiert

Zitat:<iframe src=\"http://mc.funtropia.de:8123/\"

ändere es so wie hier unten ab dann müsste es angezeigt werden

Zitat:<iframe src="http://mc.funtropia.de:8123/" style=\"border:0;margin:0;padding:0;height:900px !important;width:100% !important;></iframe>