Skip to main content

Embedding a Google Slide into a Page

This guide will show you how to embed a google slide into a wiki page rather than simply linking to it. The end result will look like this page with our git slideshow.

Creating the embed

  1. Go to a google slide doc
  2. In the File menu in the top left, go to File>Share>Publish to Web
  3. Select the Embed tab
  4. Configure any preferences for the slideshow as you see fit
      1. Note: For whatever reason, you can't make the slideshow auto-advance to the next slide slower than every minute. If you want the slideshow embed to just be static and let people flip through it as they please, you can set the delayms value in the code snippet to a really big number. The value is in milliseconds.
  5. Click Publish

Screenshot 2025-07-22 at 10.30.34 AM.pngAdding the embed to a wiki page

  1. Copy the entire code snippet in from the embed window in the previous section
  2. On a wiki page, click the three dots next to the Insert Image button in the toolbar
  3. Click the second button from the right, Insert/Edit Media

Screenshot 2025-07-22 at 10.37.22 AM.png

  1. In the Embed tab, paste the code snippet you copied in step 1
  2. Click Save