Vimeo嵌入网页会导致错误

时间:2018-03-29 15:29:00

标签: javascript api iframe expressionengine vimeo-player

我正在尝试解决其中一个页面上的奇怪错误(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

2 个答案:

答案 0 :(得分:1)

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

在EE自己的堆栈中可以找到更多深入的答案:https://expressionengine.stackexchange.com/

答案 1 :(得分:0)

我终于弄清楚了它的来源,这是Google Tag Manger自定义标签中的一些额外代码!