Top "Youtube-api" questions

The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.

How do I get a YouTube video thumbnail from the YouTube API?

If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated …

php curl youtube youtube-api youtube-data-api
How to embed an autoplaying YouTube video in an iframe?

I am trying to embed the new iframe version of a YouTube video and get it to auto play. As …

javascript html iframe youtube youtube-api
How can I autoplay a video using the new embed code style for Youtube?

I can't work out how to autoplay a video using the new embed code style for Youtube. I tried adding &…

video youtube youtube-api
Why am I seeing an "origin is not allowed by Access-Control-Allow-Origin" error here?

I am seeing the following error: Origin http://localhost:8080 is not allowed by Access-Control-Allow-Origin with this code: var http = new …

javascript ajax cors xmlhttprequest youtube-api
Failed to execute 'postMessage' on 'DOMWindow': https://www.youtube.com !== http://localhost:9000

This is the error message that I get: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.…

javascript angularjs youtube youtube-api youtube-iframe-api
Use a content script to access the page context variables and functions

I'm learning how to create Chrome extensions. I just started developing one to catch YouTube events. I want to use …

javascript google-chrome google-chrome-extension youtube-api content-script
Getting an Embedded YouTube Video to Auto Play and Loop

I am trying to get a basic Youtube video to auto play and auto loop embedded on a page, but …

html css youtube youtube-api
Embed YouTube video - Refused to display in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'

I am trying to feed my Django page with some resource I am getting from somewhere else. Inside the feed, …

html django video youtube youtube-api
YouTube API to fetch all videos on a channel

We need a video list by channel name of YouTube (using the API). We can get a channel list (only …

youtube youtube-api
How to embed YouTube videos in PHP?

Can anyone give me an idea how can we show or embed a YouTube video if we just have the …

php html video youtube youtube-api