- Affected Version
- WoltLab Suite 3.0
https://www.youtube.com/watch?…LdBLUZb4qXGawJkUTtiMZIfAF
If you click "remove link" then it will embed.
My forum... suddenly a lot do people cannot embed videos by just pasting the video url
https://www.youtube.com/watch?…LdBLUZb4qXGawJkUTtiMZIfAF
If you click "remove link" then it will embed.
My forum... suddenly a lot do people cannot embed videos by just pasting the video url
This is a known problem in the latest Chrome versions and will be fixed in the next WoltLab update.
This is what I have on media provider option
https?://(?:.+?\.)?youtu(?:\.be/|be\.com/(?:#/)?watch\?(?:.*?&)?v=)(?P<ID>[a-zA-Z0-9_-]+)(?:(?:\?|&)t=(?P<start>\d+)$)?
<div class="videoContainer"><iframe src="https://www.youtube.com/embed/{$ID}?wmode=transparent&start={$start}" allowfullscreen></iframe></div>
This is a known problem in the latest Chrome versions and will be fixed in the next WoltLab update.
oh, okay!
This is a known problem in the latest Chrome versions and will be fixed in the next WoltLab update.
I tested it with Edge and it still does not work.
It will be taken care of with the next update, some browsers started pasting links from the address bar as actual links. This conflicts with the auto-detection feature which only works with plain links.
Any ETA for the next Patch Day ?
Its really annoying...
Next week (read: The week starting tomorrow).
Will this also be patched in the 3.0 Tree ?
Its also affected but the patch was only applied to the master tree...