Embedding a chat room into your Tadabase website
You can embed a chat room into your Tadabase website by getting your chat room address and then and then following these instructions to embed it into your Tadabase website.
- Visit Tadabase.io
- Log in to your Tadabase account.
- Go to Home page and select the app you want to edit.
- Click Page Builder tab in the left menu bar of the page and select + Add page button.
- For Page name, enter Chat Room.
- Select Default Layout Menu, under Add Page to Existing Menu.
- Drag the HTML widget onto the page and set the position.
- Click Save.
- Click + Add Component.
- Select HTML component from the left.
- Click <> source code icon.
- Paste the following code in the text box.
<iframe src="Chat Room address" width="100%" height="1080"></iframe>
- Replace the text "Chat Room address" in the code above with your Chat Room address.
- Click Ok.
- Click Update & Save.
- View your Tadabase website. A Chat Room link will now appear in the navigation of your website. Clicking that will open a page with your Chat Room embedded in it.
or learn more