【发布时间】:2018-03-29 15:28:59
【问题描述】:
我正在尝试解决我们其中一个页面 (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 的网页正文标签中嵌入了以下三个内容。取出它们可以消除错误。
<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/210978232?title=0&byline=0&portrait=0" width="540" height="304" frameborder="0"></iframe>
</div>
<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/210978156?title=0&byline=0&portrait=0" width="540" height="304" frameborder="0"></iframe>
</div>
<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/160249045?title=0&byline=0&portrait=0" width="540" height="304" frameborder="0"></iframe>
</div>
以前有人见过这样的东西吗?我在 Vimeo 的任何地方都找不到它。 Here is a picture of the error on our page
【问题讨论】:
-
目前无法在引用页面上看到“cp_vimeo_code.js Open”。这是解决还是删除?如果未解决,您能否更新以指向存在错误的页面?
-
看:bbg.org/visit/sakura_matsuri_photos,错误在页面左侧最下方的白色部分。
-
不幸的是,它没有解决。我已经联系了 Vimeo,但到目前为止他们没有帮助。
标签: javascript api iframe expressionengine vimeo-player