MyBB Community Forums

Full Version: Adding Iframes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would you go about adding a radio player to a forum in iframes?
Hi,

You can place iframes in any of the MyBB templates.

For example, if you wanted the iframe to show in the header of your forum you would go to:

Admin CP > Templates > Modify/Delete > *Template Set Name* > Expand > Click on the "header" template > You will be presented with the code in the header template.

From there you can add the iframe code:

<iframe src="http://example.com">
</iframe>

replacing http://example.com with the location of the radio player.

Once you are done, Click "Update Template", you should then see the radio player in the header of your forums, through the iframes.

Chris.