Embedding your Chattz community allows you to display live community information, such as its name, members, or even a live chat preview. This is a great way to promote your community on your website, app, or service.
Requirements
To manage community embeds, you must:
- Be the owner or an admin of the community.
- Have access to the community’s Settings page.
How to Create an Embed
Open your community on chattz.
Click the three dots in the top-right corner of the community page.
Select Settings.
In the General tab, scroll to the Embeds section.
You’ll see a list of different embed types available – each one provides an HTML iframe code snippet you can copy.
Copy the iframe code and paste it into your website, app, or service where you want the community to appear.
Example Embed Code
<iframe src="https://chattz.net/embed/community/members/?id=1&theme=dark" width="300" height="400" style="border:0;border-radius: 10px;"></iframe>Available Embed Types
Each embed type displays different information about your community:
| Member List | Displays a list of the community members. |
| Chat Preview | Shows a real-time view of the community’s chat. |
Custom Embed/System (Using the API)
See the documentation for api’s community endpoint here.
