Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 用于工具集后期归档的Vimeo iframes_Javascript_Html_Iframe_Video Streaming - Fatal编程技术网

Javascript 用于工具集后期归档的Vimeo iframes

Javascript 用于工具集后期归档的Vimeo iframes,javascript,html,iframe,video-streaming,Javascript,Html,Iframe,Video Streaming,基本上,Vimeo嵌入链接中的Iframe是单独工作的,但是,我正在使用一个全局编辑器来显示所有帖子。使用javascript似乎是唯一的答案,但如果有人知道如何使用带有Vimeo URL的简单标记,请告诉我 这是我的 [wpv-post-date] [types field='date'][/types] [types field='bible-passage'][/types] [types field='mp3'][/types] <div class="audio-player"

基本上,Vimeo嵌入链接中的Iframe是单独工作的,但是,我正在使用一个全局编辑器来显示所有帖子。使用javascript似乎是唯一的答案,但如果有人知道如何使用带有Vimeo URL的简单
标记,请告诉我

这是我的

[wpv-post-date]
[types field='date'][/types]
[types field='bible-passage'][/types]
[types field='mp3'][/types]

<div class="audio-player"><div id="play-btn"></div><div class="audio-
wrapper" id="player-container" href="javascript:;"><audio 
id="player"><source src="[types field='mp3' output='raw'][/types]">
</audio></div></div><a class="x-btn black-button x-btn-global sermon-
button sermon-audio" href="[types field='mp3' output='raw'][/types]" 
target="_blank">Download</a>
<iframe src="https://player.vimeo.com/video/229578292?
title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" 
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p><a href="[types field='video'][/types]">You Shall Not Steal</a> 
from <a href="https://vimeo.com/tomballbible">Tomball Bible 
Church</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
[wpv-post-featured-image]
[types field='sermon-image'][/types]
[wpv-post-taxonomy type="preacher" separator=", " format="link" 
show="name" order="asc"]
[wpv发布日期]
[types field='date'][/types]
[types field='bible-passage'][/types]
[types field='mp3'][/types]

从今以后

[wpv发布特色图片] [types field='sermon-image'][/types] [wpv post taxonomy type=“Broaster”separator=“,”format=“link” show=“name”order=“asc”]
Vimeo播放器的第一个来源需要保持该格式,但结尾的数字需要更改

“视频”字段已经有了自动生成的URL,所以我可以从中提取号码吗?我不熟悉java脚本