Script
If you need to insert JavaScript, HTML and CSS code within a specific section of the page, you can do it through the Script component.
This component is intended for developers and users with IT experience and is one of the exclusive features of the Professional version.
You can add customization code, tracking scripts (such as the Facebook Pixel), ad banners, external services and much more to make your site unique.
1. Click on the Elements bar on the left
2. Click on Utilities
3. Click on Codes
4. Drag the Script component into the workspace
5. Click on the Script component
6. Click on Edit Script
7. Click on Switch widget/html
You will have access to a coding panel where you can write your code or paste one you were given, such as a Google AdSense ad banner.
Make sure you have correctly specified all tags and variables and that there are no compilation errors.
By clicking again on the eye-shaped icon, the system will run the inserted script.
You can change the application type, between Script mode and HTML mode.
Script mode lets you process the code completely independently from the site, to avoid any interference with components already present. This mode therefore generates an iframe.
HTML mode lets you process code that intersects with everything that is p
resent on the page, affecting both the editor and the online view of the site.
This mode is not recommended for those who are not used to programming, as it could affect the code of the components on the site, causing them to malfunction.
Good to know: the Script component works only on the page where it was inserted, while both Head and Body apply to the entire site and not just one page.











.png)




















