Skip to main content

Embed Public Tracking View

Embed a secure, customer-facing tracking widget directly into your website or application.


Overview

The public tracking view allows your customers to check their shipment status without logging in or requiring an API key. This is a read-only, stripped-down view that hides internal data such as pricing, billing, and operator notes.


Embedding via iframe

You can embed the tracking portal using a standard HTML iframe:

<iframe
src="https://towercrownlogistics.com/embed/JDJSLDF"
width="100%"
height="600px"
style="border: none; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);"
allowfullscreen
></iframe>

Supported URL Structures

  1. Path-Based Segment (Recommended for direct links):

    • https://towercrownlogistics.com/embed/:code
    • Example: https://towercrownlogistics.com/embed/JDJSLDF
  2. Query-Based Parameter (Recommended for dynamic scripts):

    • https://towercrownlogistics.com/embed?code=:code
    • Example: https://towercrownlogistics.com/embed?code=JDJSLDF