Is there a way to embed a link to a youtube video, so that the video will play in fullscreen on a mobile phone when the user click on the link?
The default iframe embed code will play the video inline on android phones -(
If I go to m.youtube.com they kinda does what i need, but they do it in an odd way because they generate different html and different links and protocols for viewing the video depending on which mobile phone I have.
This does make sense because the way to serve the video depend on the users phone, but is there a way for me to get some javascript/html from youtube so I can do the same thing on my own page?
YouTube has an option on the embed button called 'use old embed link' that gives you an embed code.
If you want it to serve a video according to the device, you are out of luck.