首页 > 解决方案 > 嵌入 youtube iframe 是否会导致 Edge 出现错误?

问题描述

仅使用以下嵌入似乎会在 mac 上为 Edge 抛出错误,而 Firefox、Chrome 和 Safari 工作得很好。我错过了什么,还是每个人都一样?

从youtube复制的片段:

<iframe width="560" height="315" src="https://www.youtube.com/embed/9aAkFJj4H4I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

边缘错误: remote.js:34 GET chrome-extension://invalid/ net::ERR_FAILED

remote.js:34 GET chrome-extension://invalid/ net::ERR_FAILED来自https://www.youtube.com/s/player/5253ac4d/player_ias.vflset/en_US/remote.js

工作示例:https ://codepen.io/roelvanhintum/live/KKVxwLq

标签: google-chrome-extensionmicrosoft-edgeyoutube-iframe-api

解决方案


推荐阅读