1. Add SyncVariables to Your Website
To integrate SyncVariables into your website, add the following code snippet at the bottom of your webpage, just before the closing </body>
tag:
<div id="embed-container" data-user-id="YOUR-USER-ID"></div>
<script src="https://panel.syncvariables.com/embed.js"></script>
Important: Replace YOUR-USER-ID
in the data-user-id
attribute with your actual user ID, which you can find in your SyncVariables dashboard.

Last updated