Explore 4 Easy Integration Methods
Use a simple link to redirect users to the Tilesview Visualizer.
<a href="https://tilesview.ai/app/login.php?login_backend={Your_Token_Here}" target="_blank">Visualizer</a>
Info: Place this in any button, anchor tag, or use it with a custom redirect action.
Use the same URL inside an iframe to embed the Visualizer directly into your webpage.
<iframe src="https://tilesview.ai/app/login.php?login_backend={Your_Token_Here}" width="100%" height="800px" allowfullscreen style="border:none;"></iframe>
Info: Copy and paste this iframe code where you want to embed the Visualizer.
Widgets allow you to place a pre-configured Tilesview launcher directly on your site.
<script src="https://tilesview.ai/widget.js"></script>
<script>
tag<head>
or before
</body>
on your websiteEach product has its own preview URL that can be used independently.
<a href="https://tilesview.ai/app/product_preview.php?sku={SKU}" target="_blank">Product Preview</a>
Info: Use this unique URL to show the preview of a specific product.
Note: The Your_Token_Here
is available in your Dashboard and can be
modified to suit your project requirements.