Skip to content

Embed Our Calculator

Help your readers estimate their puppy's adult weight by adding our embeddable predictor to your own website. It's 100% free and takes less than a minute to set up.

1. General Size Calculator

This is our standard calculator that allows users to select from over 200 dog breeds. Perfect for general pet advice blogs or veterinary resource pages.

Copy this code:

<iframe 
  src="https://www.petcarecalc.com/embed/weight-calculator" 
  width="100%" 
  height="600" 
  frameborder="0" 
  scrolling="no" 
  style="border:none; overflow:hidden;"
></iframe>
<div style="font-family: sans-serif; font-size: 11px; color: #94a3b8; text-align: right; margin-top: 10px;">
  <a href="https://www.petcarecalc.com" target="_blank" style="color: #94a3b8; text-decoration: none;">Dog Size Calculator by <span style="color: #2563eb; font-weight: bold;">PetCareCalc</span></a>
</div>

2. Breed-Specific Embeds

Writing an article about a specific breed? You can pre-set the calculator to that breed by adding a simple parameter to the URL.

How it works

Simply append ?breed=slug to the iframe source URL.

Example Code (Labrador Retriever):

<iframe 
  src="https://www.petcarecalc.com/embed/weight-calculator?breed=labrador-retriever" 
  width="100%" 
  height="600" 
  frameborder="0" 
  scrolling="no" 
  style="border:none; overflow:hidden;"
></iframe>
<div style="font-family: sans-serif; font-size: 11px; color: #94a3b8; text-align: right; margin-top: 10px;">
  <a href="https://www.petcarecalc.com" target="_blank" style="color: #94a3b8; text-decoration: none;">Dog Size Calculator by <span style="color: #2563eb; font-weight: bold;">PetCareCalc</span></a>
</div>
🦴

3. Dog age calculator

Convert dog years to human years (and back) with breed or size profiles. Optional query string matches the main calculator (for example ?breed=labrador-retriever).

Copy this code

<!-- Dog Age Calculator by PetCareCalc.com -->
<iframe src="https://www.petcarecalc.com/embed/dog-age-calculator" width="100%" height="920" frameborder="0" style="border-radius: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);"></iframe>
<p style="text-align: center; font-size: 12px; color: #94a3b8; margin-top: 12px;">
  <a href="https://www.petcarecalc.com" target="_blank" style="color: #2563eb; font-weight: bold; text-decoration: none;">petcarecalc.com</a>
</p>

4. Dog breed quiz

Embed the full lifestyle quiz. To open on a specific shared result, append the same ?p= query the main quiz uses.

Copy this code

<!-- Dog Breed Quiz by PetCareCalc.com -->
<iframe src="https://www.petcarecalc.com/embed/dog-breed-quiz" width="100%" height="720" frameborder="0" style="border-radius: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);"></iframe>
<p style="text-align: center; font-size: 12px; color: #94a3b8; margin-top: 12px;">
  <a href="https://www.petcarecalc.com" target="_blank" style="color: #2563eb; font-weight: bold; text-decoration: none;">petcarecalc.com</a>
</p>
1

Choose Your Tool

Select either the general calculator or a breed-specific version for your content.

2

Copy The Code

Copy the iframe code snippet above. It includes all necessary responsive styles.

3

Paste & Publish

Paste the code into your website's HTML editor or CMS (like WordPress). Done!