> For the complete documentation index, see [llms.txt](https://docs.annoto.net/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.annoto.net/developers/wistia-plugin/setup-annoto-plugin.md).

# Setup Annoto Plugin

Wistia iframe embeds take the exact same JSON parameters as a Standard embed, but they must be properly URL-encoded using a bracket syntax.

To add the Annoto plugin, add the following URL query param to the iframe src:

```javascript
plugin%5Bannoto%5D%5Bsrc%5D=https%3A%2F%2Fcdn.annoto.net%2Fwistia-plugin%2Flatest%2Fplugin.js
```

For example an iframe embed may look something like that:

```markup
<iframe src="https://fast.wistia.net/embed/iframe/r440odi4pc?seo=false&videoFoam=true&&plugin%5Bannoto%5D%5Bsrc%5D=https%3A%2F%2Fcdn.annoto.net%2Fwistia-plugin%2Flatest%2Fplugin.js" title="Borrowed video: Welcome to Wistia!" allow="autoplay; fullscreen" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" allowfullscreen msallowfullscreen width="100%" height="100%"></iframe>
```

{% hint style="info" %}
For more information please refer to [Wistia docs](https://wistia.com/support/developers/plugin-api#using-plugins-with-an-iframe-embed).
{% endhint %}

{% hint style="success" %}
The widget would not load in the Wistia player Iframe yet. The widget is bootstrapped and loaded once the setup is complete. Please read [Customise Widget Configuration](/developers/wistia-plugin/customise-widget-configuration.md) for more details.
{% endhint %}
