How to play youtube link in desktop web using video widget

Hi,

Kindly use a browser widget and add this HTML Code. That will render the youtube video inside the browser widget.

<html>

<body>

<iframe width="420" height="345" src="https://youtu.be/6kqIMnFp2aY">

</iframe>

</body>

</html>