🎯 Gately Helpdesk Widget Test Page
Widget Status
Configure your project ID above and click "Load Widget" to test the widget functionality.
Integration Code
Copy this code to integrate the widget into your website:
<script>
window.gatelyHelpdeskConfig = {
projectId: 'YOUR_PROJECT_ID',
position: 'bottom-right',
theme: 'light',
primaryColor: '#3b82f6',
welcomeMessage: 'Hello! How can we help you today?'
};
</script>
<script src="https://cdn.usegately.com/gately.min.js" async></script>
Framer Integration
For Framer websites, use this embed code:
<script src="https://cdn.usegately.com/gately.min.js"
data-project-id="YOUR_PROJECT_ID"
data-position="bottom-right"
data-theme="light"
data-primary-color="#3b82f6"></script>