🎉 PRO is now available — Sign up for free!
awbtracker
Free forever

Add AWB tracking to your site

A beautiful, embeddable air waybill tracker for freight forwarders, logistics blogs, and shipping portals. One line of code. 80+ airlines. Always free.

Get the widget See live demo
80+ airlines supported
Single line of code
Free, no account needed
Live Demo

See it in action

Try it yourself — this is the exact widget your visitors will see.

your-logistics-site.com

Track a Shipment

↑ This widget is embedded on a fictional logistics site. Try typing 020-12345678

Why use it

Built for logistics sites

Instant value for visitors

Your visitors can look up any AWB without leaving your site. Smart auto-detection identifies the carrier from the first 3 digits.

Boosts time on site

Keep users engaged. A tracking widget gives visitors a reason to come back to your site instead of going directly to the carrier.

Zero maintenance

We maintain all 80+ carrier links. When airlines change their tracking URLs, we update them. You do nothing.

Beautiful by default

Clean, minimal design that looks good on any site. Light background, warm tones — professional without being corporate.

Privacy safe

The widget runs in a sandboxed iframe. We don't track your users or store their AWB numbers beyond the tracking session.

Always up to date

New carriers added regularly. The iframe always loads the latest version — no updates, no reinstalls ever needed.

Installation

Add to your site in 60 seconds

Paste the code wherever you want the widget to appear.

1

Choose your embed method

Pick the iframe snippet (recommended for most sites) or the script tag for more flexibility.

2

Copy the code

Click the copy button, then paste it into your HTML where you want the tracker to appear.

3

You're done

The widget loads instantly. No API key, no account, no configuration needed.

<!-- AWB Tracker Widget by airwaybilltracker.com -->
<iframe
  src="https://airwaybilltracker.com/embed.html"
  width="100%"
  height="140"
  style="border:none;border-radius:16px;background:transparent"
  loading="lazy"
  title="AWB Tracking Widget"
></iframe>

Recommended for most sites. Works in any HTML page.

<!-- AWB Tracker Widget by airwaybilltracker.com -->
<div id="awb-widget"></div>
<script>
  !function(){
    var f=document.createElement('iframe');
    f.src='https://airwaybilltracker.com/embed.html';
    f.style='border:none;width:100%;height:140px;border-radius:16px';
    f.loading='lazy';
    f.title='AWB Tracking Widget';
    document.getElementById('awb-widget').appendChild(f);
  }();
</script>

Useful if you can't use iframes directly, e.g. in CMS templates.

[embed width="100%" height="160"]
https://airwaybilltracker.com/embed.html
[/embed]

-- Or use a Custom HTML block and paste: --

<iframe
  src="https://airwaybilltracker.com/embed.html"
  width="100%"
  height="140"
  frameborder="0"
  style="border-radius:16px"
></iframe>

In the WordPress block editor, add a "Custom HTML" block and paste the iframe code.

Perfect for

Who uses this widget

✈️

Freight Forwarders

Let your clients track shipments directly on your company website.

📰

Logistics Blogs

Add real utility to your content — readers can track while they read.

🏭

Importers & Exporters

Add tracking to your company intranet or supplier portal.

🛒

E-commerce

Great for stores that ship via air freight and want to surface tracking.

Ready to add it?

Takes less than a minute. Free, forever. No sign-up required.

Get the embed code