# iFrame Integration

The Integration of nexxPLAY with an iFrame is the most easy Way to get Video Playback on your Page. You can get the necessary Embed Codes from within the nexxOMNIA UI or the nexxOMNIA API.

For the most basic Integration, that will work anywhere, use the default Embed Codes:

{% content-ref url="/pages/-M9YTheMUdsD-SMI1kg1" %}
[Embed Codes](/iframe-integration/embed-codes.md)
{% endcontent-ref %}

If you need the Player in an AMP Environment, nexxPLAY also comes with a native AMP Plugin, that can be embedded right away.

{% content-ref url="/pages/-M9FeH6afjJulKoh5Zvf" %}
[Google AMP](/platform-plugins/google-amp.md)
{% endcontent-ref %}

If your Website is built with the React Framework, yought consider using the official React Plugin for nexxPLAY.

{% content-ref url="/pages/GW8OXFimTQ2naUZD59wy" %}
[React Plugin](/platform-plugins/react-plugin.md)
{% endcontent-ref %}

If you are working with a WordPress Environment, it may be helpfull to use the official nexxPLAY WordPress Plugin.

{% content-ref url="/pages/-M9YSzY8LDBA1BLLOJ60" %}
[Wordpress Plugin](/platform-plugins/wordpress-plugin.md)
{% endcontent-ref %}

For Integration with Third Party Tools, the full iFrame Code (not only the URL), can be received/distributed with an oEmbed Link

{% content-ref url="/pages/-M9FeAwOzeLmd8iEAnL4" %}
[oEmbed Discovery](/other-integration-options/oembed.md)
{% endcontent-ref %}


---

# 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://play.docs.nexx.cloud/iframe-integration.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.
