Adding Custom Javascript (JS)
If you are looking to add some custom Javascript to your platform, whether for integrating 3rd-party applications or your own scripts, you can easily do so via the Integrations tab! In this quick guide, we will go through the steps to add your custom script.
- From the Admin Dashboard, navigate to the Integrations tab.
- Click on the Manage button for the Custom Javascript box.
- Enable the Custom Javascript option by activating the toggle.
- Paste your code into one of the code fields. You can choose where you'd like to add your Javascript code; either in the <head> tag (first box) or at the end of the <body> tag (second box).
- Then, after having added the script, be sure to click the Save Changes button.
If you need to add page specific script, please see this article for more details.