You can embed a Google Slide or Doc into your Canvas course for students to view. Begin by navigating to your Canvas course and selecting the Modules tab on your left side navigation.
Select the Module that you would like to add content to and click the + button.
A popup will appear for you to select add page, create a page, choose a title for your page, and whether to indent or not. Then click Add Item.
\The new page will now appear in the module you chose.
Select the item to begin editing to add your content.
In your Google Slide document, select File>Publish to Web and a popup will appear. You will select the settings and click publish.
Once you have clicked the publish button the code will appear for you to copy. Copy the code and head back to Canvas to the rich text editor and select the HTML button to paste the code in.
Select Save & Publish if you are ready for students to view the presentation. Select Save if you are not ready for students to view the presentation. Your presentation will now appear on the Canvas page.
To embed a Google doc follow the same procedures you would when creating a page in a module.
Open the new page to begin editing. Select the HTML button.
Return to the Google Doc and select File>Publish to Web and a popup will appear. You will click on link and then click publish.
Use the following code and paste it into your HMTL editor on Canvas.
<iframe src="SHARE LINK URL GOES HERE" width="100%" height="600"></iframe>
Copy the share link that appears and paste it into Canvas on the HTML editor on your page.
Replace the SHARE LINK URL GOES HERE with the link from the Google doc
Click Save & Publish on Canvas after you paste the code in.
Your Google Doc will appear full size in Canvas.