Seite 7 von 12
6️⃣ FALL 1:
Externe Seite erlaubt iFrames (best case)
🧪 Beispiel: Google Maps Embed
✔ Richtige URL verwenden!
❌ Falsch:https://maps.google.com
✅ Richtig:
https://www.google.com/maps/embed?pb=...
🛠 Modul anlegen
Backend-Pfad:
Inhalt → Module → Neu → Wrapper
Einstellungen:
-
URL: Embed-Link
-
Scrollbars: Auto
-
Breite: 100%
-
Höhe: 400px
CSS (optional)
/templates/cassiopeia/css/user.css
.mod-wrapper iframe {
border: 2px solid darkgray; /* Dunkelgrau #A9A9A9 */
}