Put any of these on your own site with one snippet. They resize themselves,
they load nothing until they are scrolled to, and each one credits deskdeploy.com.
Embeddable widgets
5
Each one runs in an iframe on your site. Copy the snippet, paste it where you want the widget, and it will size itself to its own content.
The Chair Tax: How Many Years Your Desk Job Costs You (2026 Calculator)
Enter your daily sitting hours and age to see the peer-reviewed life-expectancy cost of a desk job, in years and minutes per hour seated, plus how much exercise refunds…
<iframe src="https://deskdeploy.com/embed/chair-tax.html"
width="100%" height="520" frameborder="0" loading="lazy"
title="The Chair Tax: How Many Years Your Desk Job Costs You (2026 Calculator) by deskdeploy.com"></iframe>
<script>
window.addEventListener('message', function (e) {
if (e.data && e.data.type === 'resize' && e.data.height) {
var f = document.querySelector('iframe[src="https://deskdeploy.com/embed/chair-tax.html"]');
if (f) f.style.height = e.data.height + 'px';
}
});
</script>
Ergonomic Setup Score: Rate Your Home Office (0
Score your home office ergonomics across 7 dimensions: desk height, chair, monitor, keyboard, mouse, lighting, posture.
Free to embed on any site, commercial or not, with no signup and no limit on
traffic. Keep the attribution link that ships inside the widget. Do not modify the widget or
present its output as your own data. We may update a widget in place, which is the point of
hosting it rather than copying it.