📊 Embed Our Free Fee Calculator
Add an interactive reselling fee comparison tool to your blog or website. Your readers will love it — and it's completely free.
✅ Free foreverNo cost, no ads, no tracking
📱 ResponsiveWorks on mobile & desktop
⚡ LightweightSelf-contained, fast loading
🎨 Clean designFits any site's look
Live Preview
Option 1: iframe Embed (Easiest)
Copy and paste this into your HTML:
<iframe src="https://bundlelive.com/tools/fee-widget" width="400" height="500" frameborder="0" style="border:none;border-radius:8px"></iframe>
💡 Tip: Pre-fill a price with ?price=50 in the URL.
Option 2: JavaScript Embed
For more control, use our script tag:
<div id="bundlelive-fee-calc"></div>
<script>
(function(){
var d=document.getElementById('bundlelive-fee-calc');
var f=document.createElement('iframe');
f.src='https://bundlelive.com/tools/fee-widget';
f.width='100%';f.height='500';
f.frameBorder='0';f.style.border='none';
f.style.borderRadius='8px';f.style.maxWidth='400px';
d.appendChild(f);
})();
</script>
WordPress / Squarespace / Wix
Use an HTML block or Custom HTML widget in your editor and paste the iframe code above. Works on all major platforms.
← Back to Full Fee Calculator