See the article: Explore the Core: How to easily embed videos in your Joomla Articles.
Attempt to insert the YT video "What is Joomla!" (https://www.[[youtube]].com/watch?v=agMGyThdulE). TinyMCE generates the code:but the video is unplayable.
The code below works if you use Codemirror:This is another feature broken since Joomla 5.1.
Attempt to insert the YT video "What is Joomla!" (https://www.[[youtube]].com/watch?v=agMGyThdulE). TinyMCE generates the code:
Code:
<p><iframe width="560" height="314" src="https://www.[[youtube]].com/embed/agMGyThdulE?si=mNzVLZBMl1N8dC7V" allowfullscreen="allowfullscreen" sandbox=""></iframe></p>
The code below works if you use Codemirror:
Code:
<p><iframe width="560" height="314" src="https://www.[[youtube]].com/embed/agMGyThdulE?si=mNzVLZBMl1N8dC7V" allowFullscreen="1"></iframe></p>
Statistics: Posted by mtgg — Tue Jun 04, 2024 1:12 am