How can you generate embed codes for Google Slides so I can embed them in my Canvas page?
Screenshots are provided below.
Some content has been blurred for privacy reasons.
Usually, Google Slides have to be published to the web to obtain the embed code. (File -> Share -> Publish to the web.) However, this wouldn't be ideal for you, because you don't want your slides to be indexed by Google Search (and therefore searchable by anyone on the internet.) Try the following instead. First, to get the embed link without publishing:
https://docs.google.com/presentation/d/YourPresentationID/edit
/edit
/embed
?start=false&loop=false&delayms=3000
https://docs.google.com/presentation/d/YourPresentationID/embed?start=false&loop=false&delayms=3000
Adjust your parameters as needed:
start=false
loop=false
delayms=3000
Over in Canvas, go to the page or assignment and click Edit -> Insert -> Embed. Paste your modified url from above into the following iframe code. Adjust the width and height as needed. This should ensure that viewers see the slides in presentation mode without access to the editor or speaker notes:
<iframe src="https://docs.google.com/presentation/d/YourPresentationID/embed?start=false&loop=false&delayms=3000" frameborder="0" width="800" height="450" allowfullscreen></iframe>
Hi @CallieAlreza
Along with what @lngines shared, you might want to take a look at the tricks for Google Docs in general that are available at https://learninginhand.com/blog/google-document-url-tricks.
-Doug
A recent change my students have been complaining about is that they now have to wait for Canvas to process submissions so that it can be displayed within the browser before they can check that the submission worked. When the servers are heavily loaded I have seen student need to wait 5 minutes for this. When submitting at…
If I access to the student card I can see the recent messages, but I would like to see all the messages, not only the recent. Thank you
We are testing a third party integration from our college's ERP provider. We have connected it to our test environment. It seems to have very few features and options. So, just wondering if there is a way to monitor API calls. I was able to use the DAPClient in Python to download canvas_logs in our production environment.…
To the Canvas Product Team, I am writing to request a new global or course-level setting for the Rich Content Editor (RCE). Currently, when images are uploaded or embedded, Canvas defaults to displaying the full image. For many lab-based and data-heavy courses—such as my current molecular biology lab course—we often need…
Our Spanish department uses New Quizzes/Essay question type for students to record themselves talking using the record media function in the RCE. They did this all last year. However, now when the students log in to take the quize, the upload/record media icon isn't available to them. Is this a new issues? Anyone have any…