Channel Button
Channel Button allows you to integrate the video feed in a circular
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>
Specifies the text on Channel Button. Defaults to
{channel}'s stories
top-left | top-right | bottom-right | bottom-left
One of four available placements of channel button. Deaults to
top-right
_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.
Set initial collapse state. Defaults to
false
which means button is expanded on page load.Horizontal offset in pixels.
Vertical offset in pixels.

Last modified 1mo ago