07-26-2025, 11:00 PM
Benji, steal something actually useful from ree
https://www.resetera.com/threads/video-unavailable-any-way-we-can-improve-youtube-links-embeds-on-here.1248090/#post-142879935
https://www.resetera.com/threads/video-unavailable-any-way-we-can-improve-youtube-links-embeds-on-here.1248090/#post-142879935
Atheerios, post: 142879935, member: 12313 wrote:Figured out the issue, the iframe code has a missing attribute for the referrer policy,
[CODE=html]<iframe ...... referrerpolicy="strict-origin-when-cross-origin"></iframe>[/CODE]
The [ICODE]referrerpolicy="strict-origin-when-cross-origin"[/ICODE] section is missing from the current iframes being generated by the forum and that is causing most embeds to not work. Maybe someone can tag an admin who can implement this fix, should be quite simple to do.
You can verify this works by pasting the following code for two test embeds (thanks [USER=45923]FerrisBueller[/USER]) anywhere in the forum using the browser's Inspect tool. The only difference between the 2 is the attribute and only the later one will work.
[CODE=html]<iframe src="https://www.youtube.com/embed/YEESfv-11ng"></iframe>
<iframe src="https://www.youtube.com/embed/YEESfv-11ng" referrerpolicy="strict-origin-when-cross-origin"></iframe>[/CODE]

2 users liked this post: