嵌入网页的 Vimeo 导致错误

Vimeo embed on webpage causes an error

我正在尝试解决我们某个页面 (https://www.bbg.org/visit/sakura_matsuri_photos) 上的一个奇怪错误。 页面左下角有文本 'cp_vimeo_code.js Open',我不知道是什么产生了这个。 here is what it looks like

我注意到还有其他网站也显示此错误,例如:https://www.indicia.nl/project/anderson-macgyver/

我在 Expression Engine 网页的 body 标签内嵌入了以下三个。将它们取出来消除错误。

<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/210978232?title=0&amp;byline=0&amp;portrait=0" width="540" height="304" frameborder="0"></iframe>
</div>

<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/210978156?title=0&amp;byline=0&amp;portrait=0" width="540" height="304" frameborder="0"></iframe>
</div>

<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/160249045?title=0&amp;byline=0&amp;portrait=0" width="540" height="304" frameborder="0"></iframe>
</div>

有人以前见过这样的东西吗?我在 Vimeo 网站上的任何地方都找不到它。 Here is a picture of the error on our page

这似乎是来自插件的调用,它正在尝试加载 .js 文件以在控制面板中使用。但是,由于您不在 CP 中,它会将呼叫显示为文本。 也许看看插件是否需要更新,或者,因为有很多视频播放器插件已经被放弃,需要更换

更深入的答案可以在EE自己的Stack上找到:https://expressionengine.stackexchange.com/

我终于知道这是从哪里来的了,它是 Google 标签管理器自定义标签中的一些额外代码!!