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">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.
<embed src= yourStudentViewLink width="1000" height="800">
</embed>
</object>
<iframe src= yourStudentViewLink width="600" height="400" frameborder="0" allowfullscreen></iframe>
Embed Student View in a Google Site
- Edit your Google Site.
- Click the Embed button in top-right menu.
- Select By URL and enter in your Student View link.
- Click Insert to save your changes.