Integrate the Parcel Tracker widget via iFrame. Follow these steps to Intagrate
1
Obtain the Widget URL
Copy
Copied!
2
Embed the Widget in Your Website
- Add the following iFrame code snippet to your website's HTML:
html
Copy
Copied!
<iframe
src="https://track.parceltracker.co.uk/widget"
width="450px"
height="290px"
style="border: none;"
allowfullscreen>
</iframe>
src="https://track.parceltracker.co.uk/widget"
width="450px"
height="290px"
style="border: none;"
allowfullscreen>
</iframe>
3
Test the Integration
- Open your website and ensure the iFrame loads correctly.
- Confirm the widget displays and functions as expected (e.g., users can enter tracking IDs and retrieve parcel details).