For your site
Put our calculators on your website
Every calculator on Home Theater Hub can run on your page: a blog post about choosing a TV, a forum signature, an installer's quote page. Copy the code, paste it in, and your readers get the full working tool.
Free, no account, and the frame resizes itself as results change.
How it works
- 1. Pick a calculator from the list below.
- 2. Copy its code with the button.
- 3. Paste it into any page that accepts HTML. In WordPress, use a Custom HTML block.
The code includes a one-line credit linking back to the calculator. Please keep it; it is the only thing we ask in return. Values can be prefilled with query parameters, for example /embed/tv-size?distance=120 for a 10 ft seat.
Live preview: TV Size Calculator
All embeddable calculators
<iframe id="hth-tv-size" src="https://hometheaterhub.org/embed/tv-size" title="TV Size Calculator" width="100%" height="900" style="border:0;width:100%;max-width:760px" loading="lazy"></iframe>
<p style="font:13px/1.4 system-ui,sans-serif;margin:6px 0 0">TV Size Calculator by <a href="https://hometheaterhub.org/calculators/tv-size">Home Theater Hub</a></p>
<script>addEventListener("message",function(e){var d=e.data;if(e.origin==="https://hometheaterhub.org"&&d&&d.type==="hth-embed-height"&&d.slug==="tv-size"){var f=document.getElementById("hth-tv-size");if(f)f.style.height=d.height+"px"}})</script>Paste into any page that accepts HTML. The frame resizes itself to fit.
<iframe id="hth-viewing-distance" src="https://hometheaterhub.org/embed/viewing-distance" title="Viewing Distance Calculator" width="100%" height="900" style="border:0;width:100%;max-width:760px" loading="lazy"></iframe>
<p style="font:13px/1.4 system-ui,sans-serif;margin:6px 0 0">Viewing Distance Calculator by <a href="https://hometheaterhub.org/calculators/viewing-distance">Home Theater Hub</a></p>
<script>addEventListener("message",function(e){var d=e.data;if(e.origin==="https://hometheaterhub.org"&&d&&d.type==="hth-embed-height"&&d.slug==="viewing-distance"){var f=document.getElementById("hth-viewing-distance");if(f)f.style.height=d.height+"px"}})</script>Paste into any page that accepts HTML. The frame resizes itself to fit.
<iframe id="hth-speaker-placement" src="https://hometheaterhub.org/embed/speaker-placement" title="Speaker Placement Calculator" width="100%" height="900" style="border:0;width:100%;max-width:760px" loading="lazy"></iframe>
<p style="font:13px/1.4 system-ui,sans-serif;margin:6px 0 0">Speaker Placement Calculator by <a href="https://hometheaterhub.org/calculators/speaker-placement">Home Theater Hub</a></p>
<script>addEventListener("message",function(e){var d=e.data;if(e.origin==="https://hometheaterhub.org"&&d&&d.type==="hth-embed-height"&&d.slug==="speaker-placement"){var f=document.getElementById("hth-speaker-placement");if(f)f.style.height=d.height+"px"}})</script>Paste into any page that accepts HTML. The frame resizes itself to fit.
<iframe id="hth-projector-throw" src="https://hometheaterhub.org/embed/projector-throw" title="Projector Throw Calculator" width="100%" height="900" style="border:0;width:100%;max-width:760px" loading="lazy"></iframe>
<p style="font:13px/1.4 system-ui,sans-serif;margin:6px 0 0">Projector Throw Calculator by <a href="https://hometheaterhub.org/calculators/projector-throw">Home Theater Hub</a></p>
<script>addEventListener("message",function(e){var d=e.data;if(e.origin==="https://hometheaterhub.org"&&d&&d.type==="hth-embed-height"&&d.slug==="projector-throw"){var f=document.getElementById("hth-projector-throw");if(f)f.style.height=d.height+"px"}})</script>Paste into any page that accepts HTML. The frame resizes itself to fit.
<iframe id="hth-tv-mount-height" src="https://hometheaterhub.org/embed/tv-mount-height" title="TV Mounting Height Calculator" width="100%" height="900" style="border:0;width:100%;max-width:760px" loading="lazy"></iframe>
<p style="font:13px/1.4 system-ui,sans-serif;margin:6px 0 0">TV Mounting Height Calculator by <a href="https://hometheaterhub.org/calculators/tv-mount-height">Home Theater Hub</a></p>
<script>addEventListener("message",function(e){var d=e.data;if(e.origin==="https://hometheaterhub.org"&&d&&d.type==="hth-embed-height"&&d.slug==="tv-mount-height"){var f=document.getElementById("hth-tv-mount-height");if(f)f.style.height=d.height+"px"}})</script>Paste into any page that accepts HTML. The frame resizes itself to fit.
<iframe id="hth-speaker-wire-gauge" src="https://hometheaterhub.org/embed/speaker-wire-gauge" title="Speaker Wire Gauge Calculator" width="100%" height="900" style="border:0;width:100%;max-width:760px" loading="lazy"></iframe>
<p style="font:13px/1.4 system-ui,sans-serif;margin:6px 0 0">Speaker Wire Gauge Calculator by <a href="https://hometheaterhub.org/calculators/speaker-wire-gauge">Home Theater Hub</a></p>
<script>addEventListener("message",function(e){var d=e.data;if(e.origin==="https://hometheaterhub.org"&&d&&d.type==="hth-embed-height"&&d.slug==="speaker-wire-gauge"){var f=document.getElementById("hth-speaker-wire-gauge");if(f)f.style.height=d.height+"px"}})</script>Paste into any page that accepts HTML. The frame resizes itself to fit.
<iframe id="hth-room-modes" src="https://hometheaterhub.org/embed/room-modes" title="Room Mode Calculator" width="100%" height="900" style="border:0;width:100%;max-width:760px" loading="lazy"></iframe>
<p style="font:13px/1.4 system-ui,sans-serif;margin:6px 0 0">Room Mode Calculator by <a href="https://hometheaterhub.org/calculators/room-modes">Home Theater Hub</a></p>
<script>addEventListener("message",function(e){var d=e.data;if(e.origin==="https://hometheaterhub.org"&&d&&d.type==="hth-embed-height"&&d.slug==="room-modes"){var f=document.getElementById("hth-room-modes");if(f)f.style.height=d.height+"px"}})</script>Paste into any page that accepts HTML. The frame resizes itself to fit.