Shipment Tracking Banner
Embed our tracking widget directly into your site. Make it easy for your customers to track their shipments without leaving your store.
Live examples (design variants)
Light · card
Dark
Minimal · outline
Brand bar
Compact · inline layout
Widget Preview
Easy Integration
Just copy and paste the code
Responsive Design
Works perfectly on all devices
No Registration
Use for free immediately
Embed Code
On third-party sites pass baseUrl with the full URL of this site (including https://).
<div id="evropat-tracking-widget"></div>
<script src="https://evropat.e-nick.org/js/tracking-widget.js?v=1777735257" charset="utf-8"></script>
<script>
EvropatTracking.init({
container: '#evropat-tracking-widget',
baseUrl: 'https://evropat.e-nick.org',
theme: 'light',
language: 'en',
prefillTrack: null,
autoNavigate: false
});
</script>
<div id="evropat-tracking-widget"></div>
<script src="https://evropat.e-nick.org/js/tracking-widget.js?v=1777735257" charset="utf-8"></script>
<script>
EvropatTracking.init({
container: '#evropat-tracking-widget',
baseUrl: 'https://evropat.e-nick.org',
theme: 'light',
variant: 'card',
language: 'bg',
showLogo: true,
showTitle: true,
showPoweredBy: true,
primaryColor: '#b91c1c',
borderRadius: '12px',
compact: false,
layout: 'stacked',
trackingParam: 'track',
prefillTrack: null,
autoNavigate: false,
placeholder: null,
buttonText: null,
title: null
});
</script>
Alternative: iFrame
Query: theme · lang · optional track (8–20 digits, pre-fills field)
<iframe
src="https://evropat.e-nick.org/tracking/embed?theme=light&lang=en"
width="100%"
height="220"
style="border:0;border-radius:12px;max-width:480px;"
loading="lazy"
title="Evropat tracking"></iframe>
Customization Options
| Parameter | Values |
|---|---|
| baseUrl | Full site origin (https://…). May be omitted when embedded on this domain. |
| theme | light | dark | minimal (light with thin border) | brand (accent bar on top) |
| variant | card (shadow) | flat | outline |
| language | bg | en |
| layout | stacked | inline — field and button on one row when wide enough |
| compact | true — tighter padding |
| showLogo | true | false |
| showTitle | true | false |
| showPoweredBy | true | false |
| primaryColor | HEX, e.g. #b91c1c |
| borderRadius | e.g. 12px or 0.75rem |
| trackingParam | Form field name; default track. Results always stay inside the widget (no redirect). |
| title / placeholder / buttonText | Optional strings; null uses built-in copy for language. |
| logoUrl | Full image URL (rare). If omitted, the site logo from settings (or logo2) is loaded. |
| prefillTrack | Waybill to pre-fill. Aliases: track, trackingNumber, waybill. On container: data-evropat-track. |
| autoNavigate | true — on valid prefill, immediately fetch tracking and show it below the field (inside the widget only). |
Need More?
For full integration with your system, use our shipment tracking API.