In Digibiz24, you can integrate your own HTML or JavaScript code into Landing Page, Website Page, or Course Themes.
You have the following options:
- If you are moving websites to Digibiz24, you can retain your HTML code and use it in addition to Pagebuilder components.
- With the HTML/JS component, you can embed excerpts as PDF files on your pages.
- You can embed calendars or Google Maps as iframes to display appointments and event locations.
- Connect tools for which there is (yet) no integration with a line of code.
Good to know
We do not offer services, advice or support for your own code.
If you have technical difficulties with your website, remove your own code to check whether this is the problem.
This is how you can insert your own HTML/JS code:
- Open a landing page, website page or a course theme in the page builder.
- Add the HTML / JS component to the page.
- Click on the gearwheel icon of the component
to configure the component in the side menu.
- Click on Open code editor.
-
Enter your code.
For HTML code, use the tags
<html>
...</html>
.For JS code, use the tags
<script>
...</script>
. - Click on Save.
- Edit the other settings of the component.
- You can click on Preview in the header bar to see a preview of the changes in a new tab.
- Click on Save in the header bar.