Include the following files:
<script src="https://widgets.simployer.com/src/itaswidget.js"></script>
<link href="https://widgets.simployer.com/src/ui/main.css" rel="stylesheet" />
After you've include the files you can insert this tag to show any calculator.
<itaswidget name="CALCULATOR_NAME"></itaswidget>
If you want to embed an iframe you can do it the following way:
<iframe src="https://widgets.simployer.com/iframe/CALCULATOR_NAME" frameBorder="0"></iframe>