Embed the Sumi Soaker Water Supply Calculator on any Shopify page using an HTML block.
First, publish this calculator using the Publish button in the Manus dashboard. Once published, you'll receive a public URL (e.g., your-name.manus.space). Replace YOUR-MANUS-DOMAIN in the embed code with your actual domain.
<> button)<!-- Sumi Soaker Water Supply Calculator -->
<div id="sumi-water-calculator" style="width:100%;min-height:600px;"></div>
<script>
(function() {
var iframe = document.createElement('iframe');
iframe.src = 'https://YOUR-MANUS-DOMAIN.manus.space/';
iframe.style.width = '100%';
iframe.style.border = 'none';
iframe.style.minHeight = '700px';
iframe.setAttribute('scrolling', 'no');
iframe.setAttribute('title', 'Sumi Soaker Water Supply Calculator');
iframe.setAttribute('loading', 'lazy');
// Auto-resize iframe to content height
window.addEventListener('message', function(e) {
if (e.data && e.data.type === 'sumi-calc-height') {
iframe.style.height = e.data.height + 'px';
}
});
document.getElementById('sumi-water-calculator').appendChild(iframe);
})();
</script>For maximum impact, add a link to this calculator from:
You can pre-fill the calculator with values from the System Planner by appending URL parameters. This creates a seamless handoff between the two tools.
https://YOUR-MANUS-DOMAIN.manus.space/?product=rwide&length=100&beds=4product — rwide or markiilength — bed length in feetbeds — number of simultaneous beds