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.
Wrap any html or text content to make it clickable.
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