Been trying to fix this :s
No fucking luck!
Useless video:
Another suggestion was, add into html file:
No fucking luck!
PHP Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID"
referrerpolicy="strict-origin-when-cross-origin"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
PHP Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Useless video:
PHP Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
Another suggestion was, add into html file:
PHP Code:
<head>
<meta name="referrer" content="origin" />
</head>