You can add Javascript scripts to your website. It could be pretty useful to extend standart functionallity. For example:
- Sharing buttons - to make visitors share your website in social media.
- Discourse - allows users write comments on your website
- Intercom - Live chat to talk to your users and send campaigns.
- Facebook Pixel - snippet of JavaScript code that allows you to track visitor activity on your website. Could be usefull if you are running facebook ads.
- Mailchimp pop-up window - if subscribe form in header is not enought you can add a pop-up that can be triggered when user spend on your website X seconds.
- and much more...
How to add Javascripts to your website
- Open your Google Sheet
- Advanced tab
- Javascript Script
Your script should be wrapped in the script tag
<script async src=""> </script>
You have a possibility to choose where you want to add this script:
- Before head tag close
- Before body tag close