Channel/chat embed

From Justin.tv API Wiki

Jump to: navigation, search

Get chat embed code for a channel.

Interface

URL: http://api.justin.tv/api/channel/chat_embed/login
Formats: html
Methods: GET
Params: You can supply params height and width.

Examples

<object type="application/x-shockwave-flash" height="263" width="450"
id="jtv_chat_flash" data="http://www.justin.tv/widgets/jtv_chat.swf?channel=justin"
bgcolor="#FFFFFF"><param name="allowScriptAccess" value="always" />
<param name="allowNetworking" value="all" /><param name="allowFullScreen" value="true" />
<param name="movie" value="http://www.justin.tv/widgets/jtv_chat.swf" />
<param name="flashvars" value="channel=justin" /><param name="wmode" value="transparent"></object>
Client Libraries