Force opening app for embedded youtube video
问题 I would like to embed a youtube video (with the standard iframe). Can I ensure that the video is played in the youtube app, if it is clicked on using a smartphone? For completeness my video including code (using bootstrap 3.3.1.): <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/<?php echo $Elem->video; ?>"> </iframe> </div> Thank you 回答1: I'm just trying to do the same thing and I can tell you that there is no