This is a basic example of how to embed Supascribe Code into a standard HTML file. Use this as a template to understand how to add Supascribe to your own website.
Important: Make sure you're using your own embed code from your Supascribe dashboard. The example below uses placeholder values that you should replace with your actual embed ID.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Supascribe HTML Example</title>
</head>
<body>
<h1>Subscribe to Our Newsletter</h1>
<p>Stay up to date with the latest news and updates.</p>
<!-- Supascribe Embed Code -->
<div data-supascribe-embed-id="example" data-supascribe-feed></div>
<!-- Supascribe Script (Only add this once per site) -->
<script src="https://js.supascribe.com/v1/loader/example.js" async></script>
</body>
</html>
Note: Replace the code with your actual embed code from your Supascribe dashboard.