# WordPress

Fluid Player ofrece un plugin para WordPress como una forma de integrar rápidamente tu contenido con Fluid Player.

El plugin siempre usa la última versión de Fluid Player.

El enfoque recomendado para usar el shortcode del plugin es el siguiente:

```
[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" %}
Safari no admite la reproducción de archivos .mkv. Para ver este tipo de archivo, considera usar un navegador diferente que admita el formato .mkv.
{% endhint %}

Puedes encontrar más información en la [página del plugin en 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/es/integracion/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.
