MyBB Community Forums

Full Version: Change myBB on page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I put mybb in iframe?

Please help, thanks.
Same as anything....

<iframe src="http://www.google.com" />

or

<iframe src="http://www.google.com" height="300" width="600"/>

for example.
ok got it thank you!
Although the newer versions of XHTML do not support iFrame. Use object instead.
<object data="http://www.google.com/" type="text/html" style="height: 300px;width: 600px;"><p>Text if object fails to load</p></object>