First of all you don't need to convert <iframe> to BBCode.
You can use the HTML5 video element.
<video width="auto" height="600" autoplay>
<source src="https://www.interpretersweb.com/loop.mp4" type="video/mp4">
You need HTML enabled for this code to work.
You should limit the use of HTML to administrators only by Usergroup permissions.
You can create an <iframe> BBCode if you like but it's for embedding static web pages.
|