Storylink

Storylink helps you create text links to directly launch Firework player.

Integration

Place the javascript part either on the <head> or <body> or right above the Firework component you are adding.

<script async src="//asset.fwcdn3.com/js/storylink.js" type="text/javascript"></script>

Wrap any html or text content to make it clickable.

Checkout my latest <fw-storylink channel="firework">Short Stories</fw-storylink>

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

class, style

Use your own class or style to overwrite link appearance in browser.

Last updated