Google AMP

The nexxPLAY Embed Code System works automatically also in a Google AMP Environment. Nothing has to be changed compared to the default Way of Embedding.

AMP Plugin

3Q offers an official AMP Plugin for nexxPLAY, which handles all available Settings automatically.

You can find all Details of this Plugin here:

A basic Integration would look like this:

<amp-nexxtv-player
 data-mediaid="ABCDEFGHIJKL"
 data-domain="999"
 data-streamtype="video"
 data-mode="static"
 data-disable-ads=”1”
 layout="responsive"
 width="480" 
 height="270"
 ></amp-nexxtv-player>

Attritubes

Custom AMP iFrame

You do not have to use the Plugin, you can also use your own iFrame Solution, if necessary. In those Cases though, it will help to indicate to the Player, that this iFrame is displayed in an AMP Environment:

Although not necessary in all Situations, adding the "platform=amp" Parameter will help the Player to distinguish Platforms and optimize Reporting.

Last updated