For plain HTML websites, static sites, or any site where you have access to the HTML code.
Add the tokwork script before the closing </body> tag:
<!DOCTYPE html>
<html>
<head>
<title>Your Website</title>
</head>
<body>
<!-- Your website content -->
<h1>Welcome to my website</h1>
<!-- tokwork Widget - Add before closing body tag -->
<script async src="https://js.tokwork.com/loader.js"
data-website-id="YOUR_WEBSITE_ID"
data-website-domain="yourdomain.com">
</script>
</body>
</html>
<body> tag to ensure your page content loads first.✅ tokwork Widget loaded successfully
data-website-id matches your dashboardasync attribute ensures non-blocking load