# WordPress

O Fluid Player oferece um plugin para WordPress como uma forma de integrar rapidamente o seu conteúdo com o Fluid Player.

O plugin usa sempre a versão mais recente do Fluid Player.

A abordagem recomendada para usar o shortcode do plugin é a seguinte:

```
[fluid-player-extended]

    [fluid-player-options]
        {
            layoutControls: {},
            vastOptions: {}
        }
    [/fluid-player-options]

    [fluid-player-multi-res-video]
        [\
            {"label": "720", "url": "https://cdn.fluidplayer.com/videos/valerian-720p.mkv"},\
        ]
    [/fluid-player-multi-res-video]

[/fluid-player-extended]
```

{% hint style="warning" %}
O Safari não suporta a reprodução de ficheiros .mkv. Para ver este tipo de ficheiro, considere usar um navegador diferente que suporte o formato .mkv.
{% endhint %}

Pode encontrar mais informações na [página do plugin no wordpress.org](https://wordpress.org/plugins/fluid-player/#installation).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fluidplayer.com/portuguese/integracao/wordpress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
