我试图嵌入YouTube频道成HTML页面。
例如我借此信道地址: http://www.youtube.com/aaaa
我用这个代码:
<html>
<head>
</head>
<body>
<iframe src="http://www.youtube.com/aaaa"></iframe>
</body>
</html>
问题是,这是行不通的。 我试图与其他网站,和它的作品。 可以采取什么问题吗?
我试图嵌入YouTube频道成HTML页面。
例如我借此信道地址: http://www.youtube.com/aaaa
我用这个代码:
<html>
<head>
</head>
<body>
<iframe src="http://www.youtube.com/aaaa"></iframe>
</body>
</html>
问题是,这是行不通的。 我试图与其他网站,和它的作品。 可以采取什么问题吗?
这个问题似乎被这个URL来诱导:HTTP://www.youtube.com/aaaa。
我尝试了一些其他的URL和它的作品。
您可以轻松地尝试一些网址在这里 。
尝试这个:
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&up_channel=aaaa&synd=open&w=320&h=390&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
尝试这个:
<div name=iframe style="width:100%; height:635px; border:2px solid grey; overflow:hidden">
<iframe src="http://yourchannel URL" style=width:100%; height:700px; margin-top: -65px" scrolling=true>
If you can see this, your browser doesn't support iframes. Click <a href=http://mychannel.url>here to
see my YouTube channel.</a>
</div>
这应该没有嵌入YouTube搜索栏完整的YouTube频道。
<iframe class="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/aaaa" frameborder="0">
</iframe>
这是从YouTube 这里
它似乎IE(和其他人)只能使用[youtube.com /嵌入/视频ID(HTML5播放器) - 至少我在执行他们的方式。
要显示的YouTube频道的最新视频缩略图库,你可以使用iframe:
<iframe
onload="javascript:this.style.height = this.contentWindow.document.body.scrollHeight + 'px';"
scrolling="no"
height="600"
marginheight="0"
frameborder="0"
width="480"
src="http://youtubechannelembed.com/gallery.php?vids=9&user=doitfordummies&row=3&width=150&margin_right=15&desc=100&title=30&views=1&likes=1&dislikes=1&fav=1">
</iframe>