Skip to content

Embed Our Calculator

Help your readers estimate their puppy's adult weight by adding our professional 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 100 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>
🦴
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!