如何在HTML中获取或回复Youtube特定的播放列表视频缩略图 [英] How To get or Retrive Youtube specfic playlist videos thumbnails in html

查看:151
本文介绍了如何在HTML中获取或回复Youtube特定的播放列表视频缩略图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在html中获取或回复Youtube特定的播放列表视频缩略图请建议我整个代码,或者甚至是一个我不熟悉Web开发的示例请提前感谢

How To get or Retrive Youtube specfic playlist videos thumbnails in html please suggest me the whole code or even with an example i am new to web development please thanks in advance

推荐答案

根据Kornfeld对您上一个问题的回答

[ ^ ]



我们不在此论坛提供代码,我们帮助快速回答具体问题。如果遇到问题,请自行尝试一下
As per Kornfeld's answer to your previous question
[^]

We don't supply code on this forum, we help with "Quick Answers" to specific problems. Try it for yourself then come back with a specific question if you hit a problem


<!DOCTYPE html>

< html>

< head>

< meta http-equiv =content-typecontent =text / html; charset = UTF-8>

< title>< / title>



< script type ='text / javascript'src ='http://code.jquery.com/jquery- 1.8.3.js'>< / script>









< link rel =stylesheettype =text / csshref =/ css / result-light.css>



< style type ='text / css'>



< / style>







< script type ='text / javascript'> //<![CDATA [
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>

<script type='text/javascript' src='http://code.jquery.com/jquery-1.8.3.js'></script>




<link rel="stylesheet" type="text/css" href="/css/result-light.css">

<style type='text/css'>

</style>



<script type='text/javascript'>//<![CDATA[

>

(窗口) ).load(function(){

函数LoadVids(startindex){

if(typeof startindex ===undefined|| startindex === null)startindex = 1;

var maxresults = 125;



var playListURL ='http://gdata.youtube.com/feeds/api/playlists/PL3B8939169E1256C0?orderby=published&v=2&alt=json& & start-index ='+ startindex +'& max-results ='+ maxresults;

var videoURL ='http://www.youtube.com/watch?v=';
(window).load(function(){
function LoadVids(startindex){
if (typeof startindex === "undefined" || startindex===null) startindex = 1;
var maxresults = 125;

var playListURL = 'http://gdata.youtube.com/feeds/api/playlists/PL3B8939169E1256C0?orderby=published&v=2&alt=json&&start-index=' + startindex + '&max-results=' + maxresults;
var videoURL= 'http://www.youtube.com/watch?v=';


这篇关于如何在HTML中获取或回复Youtube特定的播放列表视频缩略图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆