bioccular / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

Unable to post message to http://www.youtube.com. Recipient has origin https://www.youtube.com. #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Tubular stopped working this afternoon. The message in my console says:

Unable to post message to http://www.youtube.com. Recipient has origin 
https://www.youtube.com.

Thought you would like to know. 

Original issue reported on code.google.com by dennismt...@gmail.com on 19 Nov 2013 at 4:55

GoogleCodeExporter commented 8 years ago
Line 133 youtube iframe should be included via https:

    tag.src = "https://www.youtube.com/iframe_api";

That solves it.

Original comment by phili...@rabb.it on 25 Nov 2013 at 5:06