๐ŸŽž๏ธ Google Slides

Written by alexa

โ€ข

Updated over a week ago

โ€ข

1 min read

๐ŸŽž๏ธ Google Slides

Perfect Wiki is compatible with Google Workspace.

You'll be able to embed Google Slides into your pages for giving more detailed information. Google Slides is an excellent tool for creating interactive presentations. With its integration into Perfect Wiki, users can now easily embed presentations into their wiki pages. Additionally, users can easily add slides to existing presentations, or create entirely new presentations with no coding skills required. This integration is a great way to bring interactive presentations to Perfect Wiki.

Google Slides embedding
Open

The first way is to use a link:

  • Click โ€˜Shareโ€™ your slides
  • Choose โ€˜Publish to webโ€™ option
  • Paste the link in Perfect Wiki

Example of a link:

https://docs.google.com/presentation/d/e/2PACX-1vRSN4nJ57S7gIoF1kq8d6nMHEE1IDyRcA7qCc__UHwBxxuH67upct3Q3ltnqsalKOyoBzmjWg61BrQE/pub?start=false&loop=false&delayms=3000

 

The second way is to use iframe embedding:

<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vRSN4nJ57S7gIoF1kq8d6nMHEE1IDyRcA7qCc__UHwBxxuH67upct3Q3ltnqsalKOyoBzmjWg61BrQE/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

 

Try it out right now!