Index / Classifieds / Downloads

How to Get Google Slides to Play Automatically: A Complete Guide

Available Now

Size: 268 KB

DOWNLOAD

Do you want your Google Slides presentations to run seamlessly, without you needing to click through each slide? Whether you're delivering a sales pitch, presenting financial data, or creating a digital signage display, knowing how to make Google Slides play automatically is a crucial skill. This article will walk you through several methods to auto advance slides Google Slides, including setting timings for transitions and automatically playing embedded videos. We'll cover everything from basic slideshow settings to more advanced techniques, and I’ll share my experience troubleshooting common issues. Plus, I’m including a free downloadable template to help you get started quickly! This guide addresses common searches like google slides transition automatically, how to make videos play automatically on powerpoint (and the Google Slides equivalent), and automatic slideshow Google Slides.

Why Auto-Advance Your Google Slides?

For over a decade, I’ve helped businesses create compelling presentations, and the ability to automate the slideshow is consistently requested. Here’s why:

Method 1: Setting Slide Timings During Presentation Setup

This is the most straightforward method for how to automatically play Google Slides. It’s best for presentations where you want a consistent pace throughout.

  1. Open Your Presentation: Log into your Google account and open the Google Slides presentation you want to automate.
  2. Start the Presentation: Click the "Present" button in the top right corner.
  3. Access Presenter View: In the presentation view, move your mouse to the bottom of the screen to reveal the presenter controls.
  4. Set the Timing: Click the "Set timing" icon (it looks like a clock). A dialog box will appear.
  5. Enter Slide Duration: Enter the number of seconds you want each slide to display. You can set a default duration for all slides.
  6. Apply to All Slides (Optional): Check the box "Apply to all slides" if you want the same duration for every slide. If you want different timings, you’ll need to adjust each slide individually (see Method 2).
  7. Start the Slideshow: Click "Start" to begin the auto-advancing slideshow.

Important Note: This method only sets the timing for the current presentation session. The timings are not saved with the presentation file itself. Each time you open the presentation, you’ll need to repeat these steps.

Method 2: Setting Individual Slide Timings (More Control)

If you need varying durations for different slides, this method is essential. This is how you achieve a truly customized google slides automatic transition experience.

  1. Open Your Presentation: As before, open your Google Slides presentation.
  2. Start the Presentation: Click the "Present" button.
  3. Access Presenter View: Move your mouse to reveal the presenter controls.
  4. Set Timing for Each Slide: While in presentation mode, navigate to the slide you want to adjust. Click the "Set timing" icon.
  5. Enter Specific Duration: Enter the desired duration (in seconds) for that specific slide.
  6. Repeat for Each Slide: Repeat steps 4 and 5 for each slide that requires a unique timing.
  7. Start the Slideshow: Click "Start" to begin the auto-advancing slideshow.

Like Method 1, these timings are not permanently saved to the file. You'll need to re-apply them each time you present.

Method 3: Using Google Apps Script (Permanent Automation - Advanced)

For a truly permanent solution, you can use Google Apps Script. This requires some coding knowledge, but it allows you to save the timings directly to the presentation file. This is the closest you'll get to a permanent auto advance google slides feature.

Disclaimer: This method is more complex and requires familiarity with JavaScript. I'll provide a basic outline, but you may need to adapt it to your specific needs.

  1. Open Script Editor: In your Google Slides presentation, go to "Tools" > "Script editor."
  2. Paste the Script: Copy and paste the following script into the editor:
        function setSlideTimings() {
          var presentation = SlidesApp.getActivePresentation();
          var slides = presentation.getSlides();
          var duration = 10; // Set the default duration in seconds
    
          for (var i = 0; i < slides.length; i++) {
            slides[i].setDuration(duration 
    1000); // Convert seconds to milliseconds } }
  3. Modify the Duration: Change the value of the duration variable to your desired slide duration in seconds.
  4. Save the Script: Click the save icon.
  5. Run the Script: Click the "Run" button (the play icon). You may be prompted to authorize the script.
  6. Test the Presentation: Open the presentation and start the slideshow. The slides should now auto-advance.

Important: This script sets a uniform duration for all slides. To set individual timings, you'll need to modify the script to iterate through the slides and apply different durations based on their index or other criteria.

How to Make a Video Automatically Play in Google Slides

Embedding a video and ensuring it plays automatically requires a slightly different approach. Here's how to make a video automatically play in Google Slides:

  1. Insert the Video: Go to "Insert" > "Video." You can choose a video from Google Drive, YouTube, or by URL.
  2. Video Options: Once the video is inserted, select it. Click "Format options" in the toolbar.
  3. Playback Options: In the Format options panel, under "Playback," check the box "Play video automatically when presenting."
  4. Start on Click (Optional): You can also choose to "Start playing after" and select "Previous slide" or "Current slide" to control when the video begins.

Troubleshooting: Sometimes, auto-play doesn't work reliably with YouTube videos. Ensure the video is publicly accessible and doesn't have any restrictions on embedding. Also, browser settings can sometimes interfere with auto-play functionality.

Troubleshooting Common Issues

I’ve encountered these issues frequently when helping clients. Here’s what to do:

Free Downloadable Google Slides Template

To help you get started, I’ve created a free Google Slides template with pre-set timings and an embedded video with auto-play enabled. This template demonstrates best practices for creating an auto-advancing presentation.

Download the Free Auto-Advancing Google Slides Template

This template includes:

Staying Compliant: IRS Publication 502 and Digital Presentations

If your presentation involves tax information, be mindful of IRS guidelines. According to IRS Publication 502, Tax Withholding and Estimated Tax, any presentation offering tax advice must include a disclaimer. While this guide doesn't provide tax advice, if your presentation does, ensure you include a clear disclaimer stating that you are not a tax professional and that viewers should consult with a qualified advisor.

Conclusion

Mastering how to make Google Slides transition automatically and play videos seamlessly can significantly enhance your presentations. By utilizing the methods outlined in this guide, you can create engaging, hands-free experiences for your audience. Remember to choose the method that best suits your needs, whether it's the simplicity of setting timings during presentation mode or the power of Google Apps Script for permanent automation. Don't forget to download the free template to jumpstart your next presentation!

Disclaimer: This article provides general information and is for educational purposes only. It is not legal advice. Consult with a qualified professional for advice tailored to your specific situation.