Free · no signup · no tracking

Embed Petmaxxing Widgets on Your Site

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 petmaxxing.com.

Embeddable widgets

3

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.

Pet Supplement Dosage Calculator

Breed-aware dosing for 12 supplements across 30 breeds. Select your dog's profile and supplements below.

Preview it
Copy the snippet
<iframe src="https://petmaxxing.com/embed/dosage-calculator.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Pet Supplement Dosage Calculator by petmaxxing.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://petmaxxing.com/embed/dosage-calculator.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Pet Supplement Interaction Checker

Select supplements to check for interactions, synergies, and safety concerns. Backed by veterinary research.

Preview it
Copy the snippet
<iframe src="https://petmaxxing.com/embed/interaction-checker.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Pet Supplement Interaction Checker by petmaxxing.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://petmaxxing.com/embed/interaction-checker.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Pet Prescription Savings Calculator

Compare pet medication prices across Walmart, Costco, Amazon Pharmacy, and Cost Plus Drugs. Find out how much you can save filling your pet's prescriptions at human…

Preview it
Copy the snippet
<iframe src="https://petmaxxing.com/embed/pet-rx-savings.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Pet Prescription Savings Calculator by petmaxxing.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://petmaxxing.com/embed/pet-rx-savings.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

How it works

3

What you are hosting, and who maintains it.

The terms, in full

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.