Embed Mode

Overview

You can deploy a simulation by embedding a simulation on a website. The simulation must be public in order to enable this feature.

Steps

  1. Make the simulation public by checking the "Public" option when saving. Note the 36 character ID in the public link. Example: 123e4567-e89b-12d3-a456-426614174000

  2. Copy the following HTML code into your web page and replace the public link in the code with the public simulation ID.

  3. Adjust the width and height to fit the iframe properly.

<iframe 
    src="https://master.d1ubi6rqugpq1b.amplifyapp.com/?embed=true&simPublicId=" 
    title="HyperSkill"
    width="600"
    height="400">
</iframe>

Last updated