How to embed a Student View in a Website

This article will provide teachers with the information needed to embed a student view link into a website.

Embed Student View in a Website


To embed a student view into a teacher website, insert the code below. Replace "yourStudentViewLink" with your actual Student View link. 

<object data= yourStudentViewLink  width="1000"  height="800">
<embed src= yourStudentViewLink  width="1000"  height="800">
</embed>
</object>
You may also want to embed a student view link using iframe into a teacher website by inserting the code below. Replace "yourStudentViewLink" with your actual Student View link.
 
<iframe src= yourStudentViewLink width="600" height="400" frameborder="0" allowfullscreen></iframe>

Embed Student View in a Google Site

    1. Edit your Google Site.
    2. Click the Embed button in top-right menu.
    3. Select By URL and enter in your Student View link.
    4. Click Insert to save your changes.