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?