Step 2
Add the following script inside your body tags
tip
Don't forget to replace "YOUR_API_KEY" with your real api-key
<script>
window.minta.init({ apiKey: "YOUR_API_KEY", targetElementId: "target-id" })
</script>
Example
<body>
...
window.minta.init({ apiKey: "YOUR_API_KEY", targetElementId: "target-id" })
</body>