我的嵌入式iframe WISTIA视频出现问题。 我有位于按钮中的ACF Wordpress字段中的iframe,当我单击播放按钮时,此iframe被复制并显示在灯箱中。
隐藏的iframe
<button id = "submit">submit</button>
其中$ video_url为:
<span class="btn-video"><?php echo $video_url; ?></span>
js
<iframe title="Dan Mills - Young and Free Video" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://fast.wistia.net/embed/iframe/g5pnf59ala?dnt=1#?secret=1IJDdZ6U36" data-secret="1IJDdZ6U36" frameborder="0" scrolling="no" width="640" height="360"></iframe>
当我将iframe复制到灯箱时,可以嵌入视频,但是我无法启动此自动播放功能,该怎么办?我可以不用Wistia API吗?