Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 510 Bytes

embed-chat.md

File metadata and controls

24 lines (19 loc) · 510 Bytes

Embedding Twitch Chat

Parameters

  • channel : Channel the chat belongs to.
  • height : Chat window height.
  • width : Chat window width.

Code

<iframe frameborder="0" 
        scrolling="no" 
        id="chat_embed" 
        src="http://www.twitch.tv/{CHANNEL}/chat" 
        height="{HEIGHT}" 
        width="{WIDTH}">
</iframe>

Example

<iframe frameborder="0" scrolling="no" id="chat_embed" src="http://www.twitch.tv/hebo/chat" height="500" width="350"></iframe>