Search code examples
javascripthtmlhtml5-video

My youtube video is not showing in html for free crypto signal


This is my code:

<h3>This is how paid version works!</h3>

<iframe width="420" height="315"
src="https://youtu.be/vkzenqf-uHE?si=folEd8izGsUSKNou">
</iframe>

This the live webpage: https://englishact.com/free.php

Could you help me to correct the code?


Solution

  • There are two ways:

    1. If you add with iframe that's also good.
    2. If you add like this then this also works:
      https://www.youtube.com/watch?v=vkzenqf-uHE
      Or you can use embed in the place of watch:
      https://www.youtube.com/embed/vkzenqf-uHE