HTML YouTube 显示所有视频?
HTML YouTube to Show All Videos?
有人知道如何使用 html 编码将来自 YouTube 的完整上传提要添加到网站吗???我已经能够获取单个视频,但没有找到有关所有视频的任何信息。
如果您想使用 Youtube Data API,您可以检索特定频道上的所有视频。
如果您只想嵌入来自频道的完整上传 Feed,如 this question states you can use the channel embed code,例如:
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&up_channel=YourChannelName&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
有人知道如何使用 html 编码将来自 YouTube 的完整上传提要添加到网站吗???我已经能够获取单个视频,但没有找到有关所有视频的任何信息。
如果您想使用 Youtube Data API,您可以检索特定频道上的所有视频。
如果您只想嵌入来自频道的完整上传 Feed,如 this question states you can use the channel embed code,例如:
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&up_channel=YourChannelName&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>