Links

Channel Button

Channel Button allows you to integrate the video feed in a circular

Integration

HTML
<script async src="//asset.fwcdn3.com/js/channel-button.js" type="text/javascript"></script>
<fw-channel-button
channel="my-channel"
open_in="_blank"
>
<a href="https://fw.tv/my-channel">My Awesome Stories</a>
</fw-channel-button>
In case your page uses multiple widget components, insert <script> tag with combined fwn.js file instead of requesting each js file individually. This would improve your performance.
Example:
<script async src="//asset.fwcdn3.com/js/fwn.js" type="text/javascript" ></script>

Attributes

text

Specifies the text on Channel Button. Defaults to {channel}'s stories

placement

top-left | top-right | bottom-right | bottom-left
One of four available placements of channel button. Deaults to top-right

open_in

_self | _blank
Similar to html target. Sets the player to open in current or new tab. Default to opening player in modal on top of page.

collapsed

Set initial collapse state. Defaults to false which means button is expanded on page load.

horizontal

Horizontal offset in pixels.

vertical

Vertical offset in pixels.