Solution 2: Integrate the content of the TraceParts CAD platform into your website
Integrate the TraceParts technology directly into your website
With this second solution, TraceParts provides you with an HTML code to integrate in your website. The HTML code contains two lines where you only need to change a value depending on the information you want to display. Here are some examples of content integration using the HTML code:
-
Integrate the 3D viewer and CAD download at a part number level
By using the following code, you enable your visitors to view and to download CAD models.
<script id="tp-pi-inijs" src="https://api.traceparts.com/tp-pi-loader.js" tp-pi-url="https://api.traceparts.com/"></script> <div id="tp-parts-injector" partnumber="ACME01" els-id="ELSID" style="height: 430px; width: 700px;"></div>
- partnumber: value of the part number as it is exactly stored in the TraceParts database.
- els-id: ID of your EasyLink Solution.
- height: height of the frame. Even if the page adopts a responsive design, the optimized display is with 430 pixels.
- width: width of the frame. Even if the page adopts a responsive design, the optimized display is with 700 pixels.
Your TraceParts account manager will provide you with the technical content needed.
By integrating this HTML code into your website you will obtain a result similar to this one. |