To embed BRYTER modules into HighQ interfaces, choose one of these two ways:
Please be aware that in both cases you need admin rights in HighQ.
Via a menu item
To embed a BRYTER module in HighQ via a menu item, follow these steps:
-
In the admin area of your site, select Site navigation and choose Custom Site Navigation.
-
Add a menu item.
-
Choose External, then enter the title and copy / paste the module URL.
-
Save.
-
And you are finished! You are now able to open the module in HighQ.
Limitations
- No embedding is supported; only the standalone display of the BRYTER module is available.
- There is no capability for passing URL parameters.
Embedded in a website
To embed a BRYTER module via a website in HighQ, follow these steps:
-
Edit the page.
-
Add a new section by selecting Add Section button.
-
Add a new panel by selecting the + symbol.
-
Choose Content Editor.
-
Choose Title.
-
Choose Source Code.
-
Insert the the module via an iframe, e.g., with the snippet below.
<p><iframe class="bryter-module" frameborder="0" height="700px" id="bryter-module-1" scrolling="yes" src="https://app.bryter.io/s/Mr9qWq9KSiOq72GSe3nNJw/iframe-test" width="100%"></iframe></p>
8. And Save.
9. You are now able to open the module in HighQ.
Limitations
- There is no capability for passing URL parameters.