How to embed a Student View in 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
- 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.