Skip to main content

Using a CDN

Integrate our Widget to any platform.

Installation

<!-- Latest version -->
<script type="text/javascript" src="https://embed.myinterview.com/myint-widget/1.1.32/index.js"></script>

Implementation

We use web component to integrate into any application easily.

<body>
<myinterview-widget></myinterview-widget>
<script>
document.querySelector("myinterview-widget").widgetConfig = {
config: {
auth: 'apikey xxxxxxxxxxx sig=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
},
job:{
questions: [
{
question: 'My first question',
}
]
},
candidate: {
username: 'Joe Wood',
email: 'joe.wood@myinterview.com'
};
</script>
</body>

For full reference and additional details click here