Embed a Webpage without Embed Code

 

  1. Embed a Webpage without Embed Code Links to an external site.
    1. 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.
      1. Create a new page on Canvas, and click the HTML Editor link on the right-hand side
      2. Copy this code: <p><iframe src="PASTE URL HERE" width="100%" height="600" style="overflow: hidden;"></iframe></p>
      3. Paste this code into the HTML Editor
      4. Copy the web address of the webpage you wish to embed
      5. 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.