Skip to main content

Step 3

Pick a place for your minta button
Create HTML element with id value same as the targetElementId we configured on step 2
In this example the value is target-id

<button id="target-id"></button>

Example

<body>
<button id="target-id"></button>
</body>