Lumi Education Cloud App – Create an Embed Code (iframe)

Overview

The Lumi Education Cloud app has some features that are not fully built yet. One of those is the automatic embed code for a content type. This tutorial will demonstrate how to write an embed code using the HTML iframe tag.

Embed Code Format

  • For the HTML code below, replace “WEBSITE” with the Shared Link from your Lumi Education content type.
  • In a Canvas course that does not have the H5P.com integration, you can display Lumi Education content types, by using this embed code on a Canvas Page or Assignment.
    • In the toolbar, look for the cloud icon. You may have to click on the 3 dots to see additional toolbar items.
<iframe src="https://WEBSITE" width="1000px" height="500px" ></iframe>

Leave a Comment