Third Party Script

Third party scripts enhance your website's functionality by integrating external services. This can include analytics, marketing tools, chatbots, and other web services.

Adding Your Script

  1. Locate the Script: Obtain the API code or the script snippet you wish to embed from the third-party service's settings or documentation.

  2. Insert the Script: In the "Third Party API Code" field, paste your script code. This is typically a JavaScript snippet provided by the service.

  3. Placement: All scripts added here will be automatically loaded before the closing </head> tag in the HTML of your site, which is the recommended placement for most types of scripts.

  4. Save Changes: After inserting the code, click 'Update Changes' to save and apply the script to your site.

Guidelines

  • Ensure that you only add scripts from trusted sources to avoid security risks.

  • Some scripts may require additional configuration within their service platform or may have dependencies. Refer to the third-party service's documentation for detailed instructions.

  • Adding too many scripts or poorly optimized ones can slow down your site. Monitor your site's performance after adding scripts.

Troubleshooting

  • If a script isn't working as expected, double-check that you've copied and pasted the code correctly without any modifications.

  • Clear your website cache after adding a new script to see the changes take effect immediately.

  • Consult the support documentation of the third-party service for troubleshooting specific to their scripts.

Remember, changes you make in this section can significantly affect your site's performance and behavior, so handle with care.

Last updated