Hi I want to create a online website with 2 embedded chat how can I do it? Can you help me?

<iframe frameborder="0"
        scrolling="no"
        id="chat_embed"
        src="https://www.twitch.tv/embed/hebo/chat?parent=streamernews.example.com"
        height="500"
        width="350">
</iframe>

I know that I need to use this command but Idk how to make it works I want to embed two chat how can I do it? thanks.

Just make two iframes one for each chat

And remember to update the parent parameters to match your website URL