如何使用iFrame嵌入YouTube频道

时间:2017-09-09 21:45:36

标签: javascript iframe youtube

有很多关于如何通过用户名添加YouTube频道的指南。我发现您可以使用以下代码通过iFrame添加YouTube频道:

<iframe src="http://www.youtube.com/embed/?listType=user_uploads&list=YOURCHANNELNAME" width="480" height="400"></iframe>

但是,这仅适用于从以下URL中提取频道名称的情况:

https://www.youtube.com/user/YOURCHANNELNAME

如何在网址中嵌入没有“user”的频道,例如:

https://www.youtube.com/freecodecamp

1 个答案:

答案 0 :(得分:0)

如果您想添加频道的所有视频,我建议您分享所有视频的整个播放列表。

yt.com/freecodecamp

此外,您不必仅通过https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ/查看其频道,也可以使用此频道 - DateTry date1 = new DateTry("January", 3, 2004); DateTry date2 = new DateTry(date1); date1.setMonth("July"); System.out.println(date1.getDate()); System.out.println(date2.getDate()); public class DateTry { public String month; public int day, year; public DateTry(String month, int day, int year) { this.month = month; this.day = day; this.year = year; } public DateTry (DateTry test) { this.month = test.month; this.day = test.day; this.year = test.year; } public String getDate() { return this.month + ", " + this.day + ", " + this.year; } } 内置/频道。

所以我会检查this link,因为它可能很有用,你可以在那里找到你需要的信息:)

编辑: Stackoverflow上还有一个关于类似问题的主题,并且有一个可以帮助您的答案 - check it out