Embedding OneCompiler's Editor

Embedding default editor

<iframe
 frameBorder="0"
 height="450px"  src="https://onecompiler.com/embed/" 
 width="100%"
 ></iframe>

Demo

Embedding a specific language

<iframe
 frameBorder="0"
 height="450px"  src="https://onecompiler.com/embed/python" 
 width="100%"
 ></iframe>

Demo

Embedding a code

<iframe
 frameBorder="0"
 height="450px"  src="https://onecompiler.com/embed/javascript/3wyne344h" 
 width="100%"
 ></iframe>

Demo

Embedding in dark mode

<iframe
 frameBorder="0"
 height="450px"  src="https://onecompiler.com/embed/?theme=dark" 
 width="100%"
 ></iframe>

Demo