This demo shows how to configure Ginotate entirely through JavaScript using window.ginotateConfig.
window.ginotateConfig = { apiKey: 'js-demo-key-12345', apiSecret: 'js-demo-secret', endpoint: 'https://api.example.com/feedback', color: 'blue', icon: 'flag', size: 'medium', title: 'JS Config Demo', categories: ['Bug', 'Feature', 'Question'], demoMode: true };
window.ginotateConfig before the script loadsTry it: Click the blue flag button, go to Settings, change some values (like color or size), and save. Then navigate to Page 2 to see your settings persist! You can also drag the button anywhere.