CD Website Builder | HTML Injection
The HTML Injection feature in CD Website Builder allows you to insert custom HTML code directly into your website’s <head> or <body> tags. This is useful for adding third-party scripts, meta tags, custom styles, tracking codes, and other advanced integrations that require direct access to your site’s HTML structure.
NOTE. Currently, any code added through the HTML Injection feature will automatically apply to all pages of your website. This ensures consistency across your site, especially global elements like analytics, fonts, or custom stylesheets. Please note that page-specific injections are not yet supported.
This guide contains the following sections:
Accessing the HTML Injection panel
- On the Side Menu of your Website Editor, click on Settings icon.
- On the settings panel, click HTML Injection.
The HEAD HTML
Use this to add HTML code in your website's <head> tag(e.g. meta title, meta description, CSS code, tracking codes).
The BODY END HTML
Use this to add JavaScript in the <body> tag of your website.
Inserting HTML code
- Click on HEAD HTML or BODY END HTML. This opens a pop-up window.
- Enter the HTML code.
- Click SAVE.
- Publish the website to apply the changes.