Add these two lines where you want the pricing table to appear:
<div data-cuprice-id="YOUR_SHARE_ID"></div>
<script src="https://cuprice.io/embed.js" async></script>
That’s it. The widget will render in place of the div.
Full page example
<!DOCTYPE html>
<html>
<head>
<title>Pricing - My Product</title>
</head>
<body>
<h1>Choose your plan</h1>
<!-- Cuprice pricing table -->
<div data-cuprice-id="YOUR_SHARE_ID"></div>
<script src="https://cuprice.io/embed.js" async></script>
</body>
</html>
The script tag only needs to appear once on the page, even if you have multiple embeds.