iFrames and Embedded HTML
Last updated by Sandeep Dinesh 3 months ago
If you want to embed a website into your Kbee article, you can do so using an iFrame. iFrames are a tried and tested way to embed websites, and Kbee supports them out of the box!
Adding an iFrame
You can add iFrames to your Kbee Articles by pasting in your iFrame code:
This snippet displays in Kbee like this:
Note: It is important to make sure the iFrame code is in a separate paragraph from your other content.
You can copy this example:
<iframe id="inlineFrameExample" title="Inline Frame Example" height="200" style=βwidth:100%;β src=" your url "></iframe>