```html
Content Index
2. How to Add Custom Code to All Pages
3. How to Add Custom Code to a Specific Page
Introduction
Adding custom code to your landing page or website allows you to integrate additional functionalities and personalize the user experience. This option is especially useful for adding integrations with other software via JavaScript. For example, you can insert Google Tag Manager tracking codes, integrate chatbots, or add third-party forms. In this guide, we will show you how to easily and effectively add and manage custom code on your landing page or website.
How to Add Custom Code to All Pages
1 Click "Edit" in the "Settings" section.
2 Enter the custom code in "Code Integration in the Head" or "Code Integration in the Body" and click save.
How to Add Custom Code to a Specific Page
1 Click "Settings" in the dropdown menu on the right side of each page.
2 Enter the custom code in "Code Integration in the Head" and click save.
Code Integration in the Head
This option allows you to add code that will be loaded in the <head> section of your page. It is ideal for including scripts that need to load before the main content of the page is rendered, such as custom CSS styles, Google Tag Manager scripts, or additional metadata.
Code Integration in the Body
This option allows you to add code that will be loaded within the <body> section of your page. It is useful for including elements that are directly displayed in the content of the page, such as chat widgets, embedded forms, or scripts that interact with the content after the page has loaded.
```
Comments
0 comments
Please sign in to leave a comment.