HTTP/1.1 200 OK
Server: nginx
Date: Tue, 22 Jul 2025 18:39:10 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Access-Control-Allow-Origin: https://help.speakerdeck.com/help
Access-Control-Allow-Methods: POST, GET, PUT, PATCH, DELETE, OPTIONS
Access-Control-Allow-Headers: Origin, Content-Type, Accept
Access-Control-Max-Age: 3600
Strict-Transport-Security: max-age=31536000; includeSubDomains
ETag: W/"deb6edeef8c0e202d03095f4728a94d7"
Cache-Control: max-age=0, private, must-revalidate
Set-Cookie: _groove_session_2=Q0ttSU9VR0xmV2Q5YlVzdldlZFlCZ3lVVFg5bEIwZStYNVhyWGlaZGRsVThKbnRkTWlsTEVwK1N4S1FFYVZxdjNLOXhTbXJERDJiVUtONjZ4bE5hN0IxSEpycW9DNXFQa3VrYlhhUk53Q2pmT0h3Zkswc2hsbW16eXl2UDBuL1hwSVJQOVVDZ3RDR0xkU0lxVURXdE5RPT0tLVJHK0R2Sy9lUDhyaWV6WGJzWXVsWEE9PQ%3D%3D--332965efdea1baf292856a5ec61a64cb28c53fd5; domain=.speakerdeck.com; path=/; HttpOnly
X-Request-Id: d1b5a88b-b63c-451d-bb7c-63822fb9aaed
X-Runtime: 0.092185
X-UA-Compatible: IE=Edge
Content-Encoding: gzip
How to embed your presentation in CANVAS (by Instructure)
How to embed your presentation in CANVAS (by Instructure)
Take your course to the next level by embedding your lectures inside of CANVAS.
To start, you will need to create an HTML file. This can be done in any editor. In this example, I used Atom, a free editor.
Create a blank HTML file and paste following code into the document.
<html>
<head><title>Test Page</title></head>
<body>
</body>
</html>
Copy the embed code from your Speaker Deck page.
Paste the embed code in between the body tags.
Save this file (as somename.html).
Upload this file to the Files area of your course inside of CANVAS.
In the files area of your course and find the newly created and uploaded HTML file. Click to preview the file and copy the URL. Example: https://canvas.instructure.com/courses/28297/files?preview=137488123
Note: You will need to now modify the URL slightly when using it in the page. You will need to move the file ID to after the /files/ and move preview after the last /
Original URL : https://canvas.instructure.com/courses/28297/files?preview=137488123
Modified URL : https://canvas.instructure.com/courses/28297/files/137488123/preview
Go to any page and go to edit mode
Switch to the HTML editor and add the following iframe code:
<iframe src=" https://canvas.instructure.com/courses/28297/files/137488123/preview " width="600" height="400"></iframe>
Insert your copied file code into the src=”your modified url."
You can also change the width and heigh parameters to fit your needs.
Thank you for leaving a rating!
Did you find this article helpful?
4 out of 9 people found this article helpful so far