Section 1
Overview
Tiresearch provides a JavaScript widget you can embed on any website. Once installed, it displays a fully functional tire search, inventory and checkout experience directly on your site.
Embedding requires just two lines of HTML: a <script> tag that loads the Tiresearch client and a <div> container where the widget renders.
Section 2
The embed code
Your customer support representative will provide you with your embed code. Copy and paste it into the HTML of the page where you want Tiresearch to appear.
<script src="https://tireflow.ezytire.com/WebsiteID/SitekindID/Script/Client.js"></script>
<div id="tire-flow-responsive-container"></div>
Important
- The
<div> must have the exact id tire-flow-responsive-container.
- The
<script> tag should appear before the <div>.
- Do not modify the script URL provided to you.
Section 3
WordPress
Option A — Embed in a page or post
- Log in to your WordPress admin dashboard.
- Navigate to Pages (or Posts) and open the page where you want the widget, or create a new one.
- Switch the editor to Code Editor mode (also called "Text Mode" in the Classic Editor). In the WordPress block editor, click the three-dot menu in the top-right and select Code Editor.
- Paste the embed code where you want the widget to appear.
- Click Preview to verify the widget displays correctly.
- Click Update (or Publish) to save.
<script src="https://tireflow.ezytire.com/WebsiteID/SitekindID/Script/Client.js"></script>
<div id="tire-flow-responsive-container"></div>
Option B — Embed as a widget (sidebar / footer)
- Go to Appearance → Widgets.
- Click the + button and search for Custom HTML.
- Add the Custom HTML block and paste the embed code into the Write HTML… field.
- Drag the block to your desired position (sidebar, footer, etc.).
- Click Update to save.
Section 4
Shopify
Option A — Edit theme code (site-wide)
- Log in to your Shopify Admin at
shopify.com.
- Navigate to Online Store → Themes → Actions → Edit Code.
- Open the
theme.liquid file under the Layout section.
- Paste the embed code inside the
<body> element, ideally just before the closing </body> tag.
- Click Save and then Preview Store to verify.
<script src="https://tireflow.ezytire.com/WebsiteID/SitekindID/Script/Client.js"></script>
<div id="tire-flow-responsive-container"></div>
Option B — Add to a specific page via Customizer
- Navigate to Online Store → Themes → Customize.
- Select the page type (Home, Product, or Collection).
- Click Add Section and choose Custom Liquid.
- Paste the embed code into the Liquid Code field.
- Click Save.
Section 5
Wix
Step 1 — Log in to Wix
- Sign in to your Wix account.
- From the dashboard, select the site you want to edit.
- Click Edit Site.
Step 2 — Add the JavaScript code
- Navigate to the page where the widget should appear.
- Add a new section to the page.
- Insert a Custom Element / Embed Code (JavaScript) component.
- Paste the provided JavaScript code into the editor.
Step 3 — Whitelist the iframe domain
Wix requires external iframe sources to be explicitly whitelisted. Follow these steps to identify and add the correct domain:
- Preview or load the page.
- Open the browser developer console.
- Look for an error indicating an iframe failed to load.
- Copy the
filesusr.com iframe URL shown in the error.
- Send the URL to your Tiresearch customer support representative so they can update your Whitelist Domains.
Example iframe URL:
https://www-yoursite-com.filesusr.com/html/xxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.html
Notes & limitations
Fixed widget size — the widget size is fixed. Wix does not support dynamic resizing of JavaScript widgets like a traditional website.
Layout considerations — the widget can be manually stretched in the Wix editor. Page layouts must be designed around this constraint.
Section 6
GoDaddy
- Log in to your GoDaddy account and go to your Dashboard.
- Click Edit Website and navigate to the page where you want the widget.
- Click Add Section in your desired location.
- Select Files & Web → HTML → Add.
- Paste the embed code into the Custom Code field.
- Click Preview to check placement, then Publish.
GoDaddy note
GoDaddy loads external scripts inside an <iframe>. If the widget does not render or scroll correctly, please contact your customer support representative for an alternative snippet that handles iframe positioning.
Section 7
Other website builders & custom HTML
For any other platform (Squarespace, custom-built sites, etc.), the process is the same:
- Locate the HTML editor for the page where you want the widget.
- Paste the two-line embed code below.
- Save and preview.
<script src="https://tireflow.ezytire.com/WebsiteID/SitekindID/Script/Client.js"></script>
<div id="tire-flow-responsive-container"></div>
Best practice
Place the embed code on a dedicated page (e.g. /tires or /shop-tires) so the widget has room to render the full tire search experience.
Section 8
Troubleshooting
| Problem | Solution |
| Widget does not appear |
Verify the WebsiteID and SitekindID in the script URL are correct. Open your browser's developer console (F12) and check for network or JavaScript errors. |
| Blank white area where widget should be |
Ensure the <div> has the exact id tire-flow-responsive-container (case-sensitive, with hyphens). |
| Widget loads but looks unstyled |
Check that your site's CSS is not overriding Tiresearch styles. Try placing the widget on a minimal page to isolate the issue. |
| Widget does not scroll correctly (GoDaddy) |
GoDaddy renders content inside an iframe. Contact your customer support representative for a GoDaddy-specific snippet. |
| Mixed-content browser warning |
Ensure your site uses https://. The Tiresearch script is served over HTTPS and requires a secure page. |
Section 9
Support
If you need assistance embedding the Tiresearch widget, please contact your Tiresearch customer support representative — we're happy to help.