Questions tagged as 'youtube'

0
answers

I need to open the first link of a search on youtube in a Webview

The webview will not be visible, so the goal is to automatically open the first video in the search. I think it's not too complicated in JS. code: public class FXMLDocumentController implements Initializable { @FXML private WebView...
asked by 03.10.2018 / 19:10
0
answers

API youtube v3 - share private videos

I've got my app catching up with the Youtube API v3, my live when it's live. I called with jQuery using the GET method - link with the parameters: part: 'snippet', channelId: 'ID_DO_CANAL', eventType: 'live', type: 'video', key: 'MINHA_AP...
asked by 27.08.2018 / 20:01
0
answers

How to get an access token OAuth - Youtube Data V3

I am trying to get a token of OAuth 2.0 from the Youtube API, so my bot can perform actions on behalf of a user. To do this, I need to create a redirect url , like this provided by Google itself as an example ):    link So far s...
asked by 07.07.2018 / 07:20
0
answers

Modify the VIDEO_CODE of the Youtube API without having to create a new version of apk

I need to change this VIDEO_CODE String every day, because inside the app is a boot that leads to a live broadcast, I would have to do it without having to generate a new apk every day and generate a new version on the console. private final S...
asked by 14.06.2018 / 05:38
0
answers

How can more than one server send information to a single site?

In a simple way, I set this example: How do you for example; YouTube, which has many servers worldwide, can send, for example, to only one site? Because in my view a server does not give so many people. Server in my understanding is a compute...
asked by 14.05.2018 / 21:46
0
answers

Thumbnail of youtube does not occupy total size of div

Good people! I have a problem, I am using the youtube API to import the thumbnails to my website, these thumbnails should occupy the size of the divs, but no, they all have different sizes and the titles deform the css ... HTML: <div...
asked by 13.05.2018 / 03:17
0
answers

Get Video Data by ID - YouTube Data API (v3) - in PHP

I have a form, which registers youtube videos using just the ID. I'll have a page to play this video. In addition to playing the video (I already can do it) I need something (API) to bring more information about it, such as: Title, and durati...
asked by 08.05.2018 / 19:35
0
answers

Script to pass an advertisement before the video

How do I for a private advertisement before a YouTube video and after spending 50% of the time for the video and passing another advertisement then continues the video. The advertisement would be a video of me that would go into the main plac...
asked by 28.02.2018 / 00:02
0
answers

Start an youtube iframe past a certain time?

I would like my player to be a kind of autoplay in the video. I know I could do this. setTimeout(function(){ $("iframe").attr("src", src+"&autoplay=1"); }); But with the code above, it would interfere with other parts of m...
asked by 06.03.2018 / 18:57
2
answers

How to make iframe "clickable" anywhere on the page? [closed]

Assuming I have a youtube video in an iframe on my site, how would I be able to reproduce the iframe by clicking anywhere in the body of the page without doing what the iframe takes over the entire screen? For example when clicking anywhere on t...
asked by 16.02.2018 / 21:26