Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1724

Custom BBCode Development and Requests • Re: Iframe and BB Code

$
0
0
I prefer to size my iframe depending on what I'm putting in there.
This is the html syntax I used : <iframe src="url" height="480" width="800"></iframe>
I use what you have there. The full url because it's not used for youtube videos only. And specify width and height.
[iframe={NUMBER1},{NUMBER2}]{URL}[/iframe]
<iframe src="{URL}" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" width="{NUMBER1}" height="{NUMBER2}" allowfullscreen></iframe>
Iframe: [iframe=width,height]url[/iframe]
Example post: [iframe=800,400]https://www.phpbb.com/app.php/mchat[/iframe]
And if you want a border around your iframes then change html replacement to frameborder="1"

Statistics: Posted by Sniper_E — Wed Aug 28, 2024 1:23 pm



Viewing all articles
Browse latest Browse all 1724

Trending Articles