Paste the script tag anywhere in your HTML where you want the product card to appear:
Copy
<!DOCTYPE html><html><head> <title>My Blog Post</title></head><body> <h1>Check out this amazing product!</h1> <p>I've been using this for months and love it:</p> <!-- Your Jasin embed --> <script async src="https://getjasin.com/embed.js" data-id="your-embed-id" data-theme="light"> </script> <p>What do you think?</p></body></html>