Adding Custom JavaScript (JS)

If you are looking to add custom JavaScript to your platform, whether for integrating 3rd-party applications or your own scripts, you can easily do so via the Integrations tab.

  1. From the Admin Dashboard, navigate to the Integrations tab
  2. Click on the Manage button for the Custom JavaScript box.
  3. Click on the Enable Custom JavaScript slider.
  4. Paste your code into one of the code fields. You can choose to add your JavaScript code in the <head> tag (first box) or at the end of the <body> tag (second box).

    field
    field
  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.