> For the complete documentation index, see [llms.txt](https://docs.firework.com/firework-for-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firework.com/firework-for-developers/web/integration-guide/components/storylink.md).

# Storylink

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

## Integration

{% tabs %}
{% tab title="HTML" %}
Place the javascript part either on the `<head>` or `<body>` or right above the Firework component you are adding.

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

Wrap any html or text content to make it clickable.

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

{% endtab %}
{% endtabs %}

## Attributes

### class, style

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