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.

  1. From the Admin Dashboard, navigate to the Integrations tab. 
  2. Click on the Manage button for the Custom Javascript box.
  3. Enable the Custom Javascript option by activating the toggle.
  4. 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).
  5. 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.