Making youtube.com/embed URLs work on iOS

后端 未结 4 1477
慢半拍i
慢半拍i 2020-12-05 08:06

For a given video on YouTube, you can visit http://youtube.com/watch?v=[code] on any iOS device to see the video.

However, if you use the http://youtube.com/embed/[c

4条回答
  •  無奈伤痛
    2020-12-05 08:18

    Try this, it just works:

    
        
        
    
    

    Edit: It works because Apple replaces the html tag with an embedded native movie player that can play the youtube video.

提交回复
热议问题