Embed a Webpage without Embed Code
- Embed a Webpage without Embed Code Links to an external site.
- You can embed a webpage inside a Canvas page. If you don't have embedding code for what you want to embed, you can use the iframe code below to create your own embedding code.
- Create a new page on Canvas, and click the HTML Editor link on the right-hand side
- Copy this code: <p><iframe src="PASTE URL HERE" width="100%" height="600" style="overflow: hidden;"></iframe></p>
- Paste this code into the HTML Editor
- Copy the web address of the webpage you wish to embed
- On the Canvas page, replace PASTE URL HERE with the copied web address. Keep the quotation marks around the web address.
- If your copied web address starts with http instead of https, add an s to the pasted in web address.
- If the sizing is incorrect for your page, you can edit this by adjusting the width and height numbers.