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

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

$
0
0
I need help making this work

I created the proper BB Code for the HTML.
Everything seems to check out but the forum will not display EXTERNAL websites. Whatever URL I input it only displays the fourm's "Page Not Found" page.

I'm stuck at what I'm supposed to do next.

This is the BB Code that I created :
[iframe]{URL}[/iframe]

This is the html syntax I used :
<iframe src="url" height="480" width="800"></iframe>
"url" is not the same as {URL}

You probably need to do something like

<iframe src="{URL}/embed" ....</iframe>

Statistics: Posted by warmweer — Mon Aug 26, 2024 11:29 pm



Viewing all articles
Browse latest Browse all 1376

Trending Articles