--- title: Channel webpage --- # Channel webpage A channel webpage shows a preview of your channel on the web: its name, description, recent messages and subscriber count. Visitors can see what the channel is about before they subscribe, and the page gives them a "Join" button along with links to download the app. You don't have to build the preview yourself. The chat relays that host your channel publish its content as a small file, and a ready-made script renders it on your page. All it takes is to copy the code the app generates and paste it into a web page you host. ## What you need A channel webpage can be set up by the **owner** of the channel, as long as the channel is hosted on chat relays that support webpages. If they don't, the app shows "Used chat relays do not support webpages." and no code is generated. You'll also need somewhere to publish an HTML page. Your own site works, but any static hosting will do. ## Step 1. Open the channel webpage settings Open the channel and tap its name at the top to open the channel information. Scroll down to **Advanced options** and tap **Channel webpage**. This button is only shown to channel owners. ## Step 2. Allow embedding while you build the page Turn on **Allow anyone to embed** and tap **Save**. With this on, the relay serves your channel preview to any page, so you can build and test from wherever the page lives without it being tied to one domain yet. Leave the webpage URL empty for now; nothing is shown to your subscribers until you set it. ## Step 3. Copy the code Under **Webpage code** you'll see a snippet like the one below. Tap **Copy code**. ```html
``` Everything specific to your channel is already in the code: its link, its ID, and the relay domains that serve the preview. There's no need to edit those values. ## Step 4. Add the code to your page and test it Paste the snippet into the page you're going to publish. Here's a complete minimal page: ```html