š§© Add code to your website
In Sitebuilder, you can add HTML, CSS, and JavaScript in several ways, depending on whether you want the code to apply to the entire website or just a specific page or section.
1ļøā£ Site Scripts
Use site scripts to add code that applies to the entire website, such as:
Google Analytics
Tracking pixels
Chat functions
Other external tools
How to add site scripts:
Click on the āPagesā tab in the top menu.
Click on āSite Scriptsā.
Choose the āHead Scriptsā or āBody Scriptsā tab, depending on where the code should be placed.
Paste your code into the field.
Click āSave Changesā.
Tip: Use the Head section for tracking and metadata, and the Body section for functional scripts.
2ļøā£ Embed Widget
Use the Embed widget to add content such as:
YouTube videos
Maps
Social media
Forms
Custom HTML snippets
How to add code to a specific page:
Click on āAdd Contentā in the top menu.
Select āAdd Widgetā.
Find the āEmbedā widget.
Drag and drop the widget to the desired location on the page.
Click on the widget and select āEdit Codeā.
Paste your code.
Click āSaveā.
3ļøā£ Page Scripts
Use page scripts to add code that applies only to a specific page on your website, such as:
Animations
Special features
Interactive forms
Third-party integrations
How to add page scripts:
Click on the āPagesā tab in the top menu.
Find the page you want to add code to.
Click on the three dots (ļø) next to the page.
Select āEdit Page Scriptsā.
Choose the āHead Scriptsā or āBody Scriptsā tab, depending on where you want to place the code.
Paste your code into the field.
Click āSave Changesā.
ā ļø Important: Always ensure that the code you add is secure and tested. Incorrect code can affect how your page displays or functions.