Expand the capabilities of the website builder with custom HTML. This widget allows you to embed custom code into your site, and can be used to embed third-party widgets such as videos, contact forms, and more.
While adding custom code can extend your site's functionality, we recommend you only add code from a trusted source. Only add code if you know exactly what it does and how to troubleshoot it if it does not work.
Warning
Before adding code to the widget, it is recommended to create a backup of your site. For information on backups, see Backup Sites.
Additionally, please review the Critical Information for HTML Widget section.
Warning
Before adding code to the widget, it is recommended to create a backup of your site. For information on backups, see Backup Sites.
Additionally, please review the Critical Information for HTML Widget section.
The HTML widget provides a space for you to add custom HTML. Just paste or write your HTML in the provided text box.
-
We recommend creating a backup of your site before adding custom code to it so that you can reload a previous version if something goes wrong.
-
Server-side scripts (for example, PHP and ASP) will have no effect in this widget. We recommend using client-side (Javascript, HTML) scripts only.
-
Our editor uses HTTPS, so if your script loads an external non-HTTPS file, it will not work.
-
Our system uses jQuery 3.0 to function, so implementing a new version of the jQuery library will usually cause our editor to stop working. For this reason, we recommend that any custom code you add use the functions in jQuery 3.0 and not attempt to re-initialize the library.