iFrames Integration
iFrames offer the possibility to embed content from other websites at a desired location – e.g., embedding a Lecture2Go video in your own course on the learning platform.
However, embedding is often prohibited for security reasons and is therefore not available on all platforms or only for certain services (e.g., Lecture2Go).
For technical reasons, the following combinations are currently not possible, and it is necessary to use links instead:
- UHHPad (HedgeDoc) embedding on OpenOlat
- TaskCards embedding on OpenOlat/Moodle
- Lecture2Go embedding on UHHPad (HedgeDoc)
Example code for a Lecture2Go video
<iframe src='https://lecture2go.uni-hamburg.de/o/iframe/?obj=70778' title='Video: UHH-Ausblick 2025 „Gemeinsam exzellent in die Zukunft“: Chancen und Herausforderungen' frameborder='0' width='647' height='373' allowfullscreen></iframe>
Example code for H5P content from the RRZ H5P upload (the parts that need to be adapted are underlined)
<iframe src='https://h5p.rrz.uni-hamburg.de/public_upload/play.html?app=453b3c57/adventnewlumi.h5p' title='Test Advent Calendar' frameborder='0' width='600' height='300' allowfullscreen></iframe>