For Licensees
Bookable Embed Widgets
Add a Terminator Cleans booking form, partner badge, or Book Now button directly to your website. Customers book through your site — jobs route to you automatically.
Enter Your License ID
Your License ID personalizes the widget and routes bookings to your account.
HTML iFrame Code
Embed a full booking form on your website. Customers can book directly without leaving your site.
<iframe src="https://terminatorcleans.com/book?embed=1&lid=YOUR_LICENSE_ID" width="100%" height="680" frameborder="0" style="border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,0.1);" title="Book a Cleaning Service" ></iframe>
JavaScript Snippet
<!-- Terminator Cleans Booking Widget -->
<div id="tc-booking-widget"></div>
<script>
(function() {
var iframe = document.createElement('iframe');
iframe.src = 'https://terminatorcleans.com/book?embed=1&lid=YOUR_LICENSE_ID';
iframe.width = '100%';
iframe.height = '680';
iframe.frameBorder = '0';
iframe.style.cssText = 'border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,0.1);max-width:600px;';
document.getElementById('tc-booking-widget').appendChild(iframe);
})();
</script>📋 Installation Instructions
- Enter your License ID above to personalize the widget
- Copy the iFrame or JavaScript code
- Paste it into your website's HTML where you want the widget to appear
- Works on WordPress, Wix, Squarespace, Shopify, and any HTML site
- Bookings automatically route to your license account
LIVE PREVIEW