Dunya news live streaming embed code

Here is the embed code for Dunya News live streaming:

HTML Code:

<iframe src="https://www.dunyanews.tv/live" frameborder="0" width="100%" height="500"></iframe>

JavaScript Code:

<script>
  var iframe = document.createElement('iframe');
  iframe.src = 'https://www.dunyanews.tv/live';
  iframe.frameBorder = '0';
  iframe.width = '100%';
  iframe.height = '500';
  document.body.appendChild(iframe);
</script>

Note: You can adjust the width and height of the iframe to fit your needs.

Alternative Method: You can also use the following code to embed Dunya News live streaming using the YouTube embed code:

<iframe width="100%" height="500" src="https://www.youtube.com/embed/live_stream?channel=UC3Q7QW5VQ6XQ7QW5VQ6XQ" frameborder="0" allowfullscreen></iframe>

Note: Replace UC3Q7QW5VQ6XQ7QW5VQ6XQ with the actual YouTube channel ID of Dunya News.

Please note that the embed code may not work if the live streaming is not available or if the website is down.