Embed Seismic Pages in Learning

Add Seismic content to your training and readiness curriculums

Michael Hughes avatar
Written by Michael Hughes
Updated over a week ago

Learning users with content creation permissions can embed Seismic content in the lesson builder by creating an inline frame, or iframe, in the text element.

First, copy the share link of Seismic content you want to embed. You'll need to copy additional code in just a moment, so paste the link in some text field from which it can be easily retrieved.

Also, take note of the content's external/internal properties. Your learners must be able to view the content in Seismic in order for it to load properly, or else the content must be publicly shareable.

Next, navigate to the lesson builder. Select Add Element, and then select a text element from the menu.

Select Edit HTML to toggle the editor.

Copy the following code, then paste it in the editor. Replace "Content URL" with the Seismic share link you copied a moment ago. Also, replace "description" with a brief synopsis of the iframe's content. This will make embedded content friendly to screen readers.

<iframe src="Content URL" title="description" width="100%" height="600" style="margin:10px;max-height:100%;max-width=100%" allowfullscreen=""></iframe>

๐Ÿ’ก Tip: adjust the height and width values to alter the size of your frame.

Finally, select "Edit HTML" to close the editor. A content preview will load in the lesson builder.

When learners encounter embedded content in your lessons, they can mouse over the frame to summon document viewing tools including "Present," which toggles full-screen mode.

Congrats! You've successfully embedded Seismic content in Learning.


Questions? Contact the Support team at support@lessonly.com

Did this answer your question?