开发者

How to add YouTube videos to watching queue?

开发者 https://www.devze.com 2023-01-19 00:46 出处:网络
I have a list of youtube video links on a page. I want to let user mark interesting ones, programatically add them to a watching queue, and then forward a user to YouT开发者_如何学JAVAube where they c

I have a list of youtube video links on a page. I want to let user mark interesting ones, programatically add them to a watching queue, and then forward a user to YouT开发者_如何学JAVAube where they can watch all those videos in sequence. Is it possible?


I dont think youtube has a feature to access yt quicklist etc, but you can easily do it with youtube javascript api, if is it ok that the videos gonna be played inside your site.

http://code.google.com/apis/youtube/js_api_reference.html

Embed a youtube player with js api in your site, then you can make a simple js array for queue.

If this solution is ok for you, i gonna write some more details about it, if you're interested in.

0

精彩评论

暂无评论...
验证码 换一张
取 消