Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/84.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
Html 嵌入YouTube视频?_Html_Youtube_Embed - Fatal编程技术网

Html 嵌入YouTube视频?

Html 嵌入YouTube视频?,html,youtube,embed,Html,Youtube,Embed,我一直在寻找将youtube视频嵌入我的网站的方法。该网站是由html和youtube视频应该自动更新,因为我想显示当前帐户上的所有视频?我知道有很多方法可以嵌入一个视频或播放列表,但我不太确定如何在用户频道上嵌入所有内容?任何提示?只需将以下内容用作iframe的src: 例如: <iframe id="ytplayer" width="640" height="360" src="http://www.youtube.com/embed/?listType=user_uploads&a

我一直在寻找将youtube视频嵌入我的网站的方法。该网站是由html和youtube视频应该自动更新,因为我想显示当前帐户上的所有视频?我知道有很多方法可以嵌入一个视频或播放列表,但我不太确定如何在用户频道上嵌入所有内容?任何提示?

只需将以下内容用作iframe的src:

例如:

<iframe id="ytplayer" width="640" height="360"
src="http://www.youtube.com/embed/?listType=user_uploads&list=apple"
frameborder="0" allowfullscreen>

您可以通过此链接获得有关播放机参数的信息:

滚动一点,您将看到用户视频的url

<iframe id="ytplayer" width="640" height="360"
src="http://www.youtube.com/embed/?listType=user_uploads&list=apple"
frameborder="0" allowfullscreen>