Ag Drone Sprayers

Free widgets

Put our free drone-spraying tools on your website

Add a live per-acre cost calculator or a draw-your-field acreage tool to your own site in a couple of minutes — just paste a line of HTML. Great for drone operators, ag retailers, co-ops, and farm bloggers who want to give visitors a useful, instant estimate. Free, no sign-up.

Copy this code

<iframe
  src="https://www.agdronesprayers.com/embed/cost-calculator"
  title="Drone Spraying Cost Calculator"
  loading="lazy"
  width="100%"
  height="620"
  style="border:0;width:100%;max-width:560px;border-radius:16px"
></iframe>

Live preview

How to add it

  1. Step 1

    Pick a widget & copy the code

    Choose the calculator or the field tool above, tweak the options, and hit “Copy code.”

  2. Step 2

    Paste it on your page

    Drop the snippet into a Custom HTML / embed block where you want the tool to show up.

  3. Step 3

    Publish

    Save and publish. The widget loads instantly — and links visitors back to compare real operators.

Optional: auto-resize the iframe

The widget posts its height to your page. Add this once (near the bottom of your page) and the iframe will grow and shrink to fit its content automatically — no scrollbars.

<script>
  window.addEventListener("message", function (e) {
    if (e.data && e.data.type === "agds-embed-height") {
      document
        .querySelectorAll('iframe[src*="agdronesprayers.com/embed"]')
        .forEach(function (f) { f.style.height = e.data.height + "px"; });
    }
  });
</script>

Frequently asked questions

Is embedding the tools free?
Yes — both the cost calculator and the field acreage tool are free to embed on any website, with no sign-up. A small “powered by Ag Drone Sprayers” link is included under each widget.
Where can I add the embed code?
Anywhere you can paste HTML: WordPress (a Custom HTML block), Wix, Squarespace, Shopify, Webflow, GoDaddy, and most website builders. Paste the <iframe> snippet where you want the tool to appear.
Will the widget match my site?
The widget renders on a clean white card with no header or footer, so it sits naturally inside your page. You control its width and corner radius in the snippet, and can pre-select a state for the calculator.
Can I make the iframe resize automatically?
Yes. The widget broadcasts its height to the host page, so you can add a tiny optional script (shown on this page) to make the iframe grow and shrink with its content. Otherwise it uses the fixed height in the snippet.

Run a drone-spraying business? Claim your free listing on Ag Drone Sprayers and add your verified badge too.