What is it?
Some of your innovation work will happen also outside your ITONICS Innovation OS. However, with the embed code functionality, you have the option to reflect such artifacts from other sources also directly in your ITONICS system.
How does it work?
To make it work, you will need to have a Rich Text Field on a content element for which you want to embed external code. When you enter the edit mode and navigate to the respective RTE-field, you will find the option 'source code'. Click on the respective button.
The source code field excepts HTML code snippets. You can thus use this option to embed iframes from other sources. Use for instance this code snippet and exchange URL with the URL of the content you want to embed.
<iframe width="768" height="432" src="URL" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe>
Please note that the external sources need to be whitelisted by ITONICS first due to security reasons. From release version 3.10.8, you can whitelist sources directly within your application. Until then, please contact your Customer Innovation Success Manager.
An example: Embedding a Miro Board
Miro is an "online collaborative whiteboard platform". A Miro board can be directly embedded into a Rich Text Field and edited interactively in the ITONICS system.
1. Create a board in Miro
2. Copy the code
3. Paste the code into the "source code" of a RTE field
<iframe width="768" height="432" src="URL" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe>
4. Edit the Miro board in ITONICS