You can use an external tool to integrate a comment feature into your member area.
This has the following benefits:
- Members can share information with each other.
- Members can give you feedback and ask questions about the courses.
Alternative
In Digibiz24, members can share information with each other and with you via the comments.
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.
How to offer a comment function.
-
Create the code for embedding in the tool.
Typically, this is an iframe tag.
- Make sure that the code is an iframe tag:
<iframe src="https://..."></iframe>
. - Copy the 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.
- Insert the copied code.
- 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.