Skip to main content
All CollectionsKnowledge BaseSharing & Analytics
Embed a course in another website
Embed a course in another website
Matthias Kern avatar
Written by Matthias Kern
Updated over a week ago

Here's an example of using the provided embed code to seamlessly integrate a Courseau course into another platform (in this case Typedream).

You can also modify the code snippet before inserting it into your website and adjust sizing.
​

<iframe ... style="border: none; height:100%; width:100%;"></iframe>

Given the above HTML snippet, we can modify height and width to be pixel values instead of taking up the size of it's parent element. e.g. "height:100%;" β†’ "height:600px" or "width:100%" β†’ "width:800px". More information


​

Did this answer your question?