[OLD] Creating a dedicated link to the Visualizer page
In case you would like to put your Visualizer full screen on a new page using a separate URL, please follow the instructions below. The new link to the Visualizer can be shared via social media or email.
Create a subdomain (a new page with any URL).
Add the piece of code below in the <body> tag of your new page:
<iframe
id="wizart-fitting-room-object"
role="dialog"
aria-label="Wizart Fitting Room."
type="text/html"
class="active"
src="https://pim-client.wizart.tech/fitting-room?api_token=your_API_token&enabled_shopping_cart=0&is_shown_shopping_cart_prices=0"
allowfullscreen
>
</iframe>
<style>
iframe {position:fixed; width:100%; height:100%; border:none; z-index:999999; }
</style>
'your_API_token' can be found in your PIM-account:
If you can’t access your PIM-account or have any questions, please contact us at support@wizart.ai.
Please check the screenshot below to see what the piece of code looks like:
Example:
Please note that below is a sample URL; instead, you can customize it in any way you want.