Using CDN
Include the following script tag in your HTML file:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Website</title>
<script src="https://cdn.jsdelivr.net/npm/corgi-widget"></script>
</head>
<body>
<div id="corgi-widget" corgi-partner="partner-example" corgi-style="popup"></div>
</body>
</html>
Last updated