Installation
Learn how to install the Tolstoy Widget on your site.
Tolstoy Widget Code
<script>
window.tolstoyAppKey='{{APP_KEY}}';
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'https://widget.gotolstoy.com/widget/widget.js';
document.head.appendChild(s);
</script>Single Tolstoy Code
# Replace the window.tolstoyAppKey='{{APP_KEY}}';
window.tolstoyWidgetId='{{TOLSTOY_ID}}'Tolstoy User
Last updated
Was this helpful?