Questions tagged as 'youtube'

2
answers

How to list more than 50 Youtube videos using cURL

I need to return all videos from a certain youtube user, but my current function only returns 50, which is the maximum allowed by the API. is there any method to do this? $cURL = curl_init(sprintf('http://gdata.youtube.com/feeds/api/users/%s/u...
asked by 04.04.2014 / 14:52
3
answers

Show and hide content in list form. with Javascript

I'm trying to make a list of Youtube videos as follows. (ps:Eu sei que o Youtube ja tem uma playlist dele.) Example: List with video names. 1 - Trailer Reaction: Star Wars: Episode VII - The Force Awakens 2 - Star War...
asked by 13.12.2015 / 00:57
1
answer

How to change the volume of an iframe video by javascript?

I have tried the code below to solve. var volumeIcon = 1; $(".ico-volume").on('click', function(event) { if (volumeIcon == 1) { $(this).find("img").removeAttr('src'); $(this).find("img").attr('src', 'img/ico/volume-out-ico....
asked by 20.11.2015 / 13:35
1
answer

How do I always get the latest video from a YouTube channel?

I have a% div of% and within it, I want the last video posted to a channel to always appear. I have this structure in jQuery, however I can not get it to pull only 1. Here is the structure: $(function() { // Baixar URLs do feed do canal...
asked by 13.11.2014 / 14:24
2
answers

How do I display a YouTube video on a Panel in ExtJS?

I would like to display a YouTube video on a Panel in ExtJS. It would be possible? Can someone give me a hint?     
asked by 11.12.2013 / 18:09
3
answers

How do youtube know which videos we have already watched?

The question by itself already describes my interest, but what I'm really wanting to know is how youtube stores the information saying that we've already watched that video. I thought about storage with cookies, but it would be unfeasible since...
asked by 23.07.2014 / 23:43
3
answers

Upload only thumbnail videos from Youtube

I have a page that in your layout there are 20 Youtube videos, it's a listing. Since I do not want to make this page really load all these videos to not understand the performance of the site, because iframe weighs a lot. I would like to...
asked by 20.06.2014 / 13:59
2
answers

Is it possible to put a 'pre-image' in the youtube iframe?

I've embedded a youtube video on this site: link I would like to place an image above the video when it is paused at startup. I already did that but it was tagged 'video'. Can you do this with the iframe (this can be called an API?) From...
asked by 08.10.2015 / 15:55
1
answer

How to know if the video has copyright by youtube api

How can json find out if a certain video has copyright by youtube's api?     
asked by 17.05.2016 / 23:32
1
answer

Recover most viewed videos from youtube channel

How can I recover the 5 most watched videos from my Youtube channel to put on my site?     
asked by 13.05.2015 / 14:58