how to show youtube video in browser using html from url.
//make sure to replace the watch with embed
//and use the url exactly shown below
<iframe width="600" height="315" src="https://www.youtube.com/embed/YuAya0hRjwU"
frameborder="0" allowfullscreen></iframe>
</div>