You can embed knowledge base articles to iframes if you wish. You can append query parameters to the article URL that will change the layout of the article.
Open the article you want to embed (or whatever article you want to start with) and you should get a URL similar to this:
https://your-kb-url.com/en/article/your-article-slug
You can append two query parameters that will change the layout:
If you want to include both query parameters, the final URL should look like this:
https://your-kb-url.com/en/article/your-article-slug?embed=1&nonav=1
The first query parameter must start with the ?
character, subsequent parameters must be appended by the &
character.