Not a bug Youtube Embed Video URL

Nirjonadda

Well-known member
Affected version
2.0.7
Some code showing if using Youtube Embed Video URL.

<iframe width="560" height="315" src="
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/EoBlIr2TQjM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 
As XF doesn't support HTML in post content, this is expected.

As the HTML you're using contains a valid YouTube URL it will be converted into a [MEDIA] BB code.
 
Top Bottom