HOW TO

Enable autoplay on a video link in ArcGIS StoryMaps

Last Published: October 5, 2022

Summary

In ArcGIS StoryMaps, embedding videos can make a story more visually engaging and enrich the user experience. However, an embedded video link does not play automatically in ArcGIS StoryMaps.

The image below shows only the video link after embedding the URL in the story map.

The URL appears as a link in ArcGIS Story Map

This article highlights the workflow to enable autoplay on the video using an iframe code and the video's embed URL in ArcGIS StoryMaps.

Procedure

  1. In the story map's edit page, click Add content block The Add content block button.
The Add content block button
  1. Select Embed.
The Embed option
Note:
To use any third-party URL parameters, add the video using the embed URL. Only the 'src' parameter is required in the embed code. The other parameters can be deleted.
  1. Copy the embed code from the video. For example, for a YouTube video, right-click the video, and click Copy embed code.
  2. In the Add web content window, paste the embed code, and add the autoplay function in the 'src' parameter.
The Add web content window

The following code block demonstrates the full script.

<iframe src="Third-party embed URL?autoplay=1&loop=1&autopause=0&background=1&mute=1" height="400" width="800"></iframe>

The video autoplays when scrolled to in ArcGIS StoryMaps.

When scrolling, the video auto plays

Article ID: 000028057

Software:
  • ArcGIS Online
  • ArcGIS StoryMaps

Receive notifications and find solutions for new or common issues

Get summarized answers and video solutions from our new AI chatbot.

Download the Esri Support App

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options