Embedding knowledge base

You can embed knowledge base articles into 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 whichever 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

There are two query parameters you can append that will change the layout:

  • embed=1 - this will remove the top menu and switch the layout to full-width
  • nonav=1 - this will hide the article menu and article navigation

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 and subsequent parameters must be appended by the & character.