1. 3
    Embed Twitch Chat in Scenes Using ComfyJS
    6m 51s

Embed Twitch Chat in Scenes Using ComfyJS

Share this video with your friends

Send Tweet

To embed Twitch chat, we'll use the open-source project ComfyJS which is a JavaScript API to interface with the Twitch API. It offers features like responding to incoming chat messages and chat commands and other events like new subscriptions.

Using ComfyJS, we'll set up a section in the Twitch scenes to show incoming chat messages. This lesson covers the CSS needed to style the chat messages and make older ones scroll out of view once new ones are received. We'll take advantage of Eleventy templating to include the necessary scripts.