nexxPLAY
  • Introduction
  • Javascript SDK
    • Basic Integration
    • Advanced Integration
    • Player Configuration
    • Player Management
    • Playback Control
  • iFrame Integration
    • Embed Codes
    • PostMessage Control
  • native Players
    • nexxPLAY for iOS
    • nexxPLAY for Android
    • nexxPLAY for Flutter
  • Platform Plugins
    • Google AMP
    • Wordpress Plugin
    • React Plugin
  • Integration Enhancements
    • Player UI
    • Audio Player
    • Player DataMode
    • Player Events
    • SDK Override Options
    • VAST Macros
    • GET Parameters
  • Widgets
    • Javascript SDK
    • iFrame Integration
    • Widgets for native Apps
      • iOS Widget
      • Android Widget
      • Android TV Channel
      • Windows 10 LiveTile
    • Widget React Plugin
    • Widget Override Options
  • more Integrations
    • WebViews
    • oEmbed Discovery
    • WebComponent
    • Preview Links
    • Cover Service
    • Reporting for external Players
  • Addons
  • Security and Accessibility
    • Data Protection and Security
    • GDPR and TCF 2.0
    • Accessibility and WCAG
  • Compatibility
  • Changelog
Powered by GitBook
On this page
  • AMP Plugin
  • Attritubes
  • Custom AMP iFrame
  1. Platform Plugins

Google AMP

PreviousPlatform PluginsNextWordpress Plugin

Last updated 1 year ago

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

data-mediaid (required)

Represents the ID of the media you want to play.

data-client OR data-domain-id(required)

Your domain ID.

data-streamtype (optional)

Indicates the media streaming type, which can be one of the following:

  • video (default)

  • audio

  • playlist

  • audioalbum

  • live

  • radio

  • set

  • rack

  • collection

data-mode (optional)

Indicates the data mode, which can be static (default) or api.

data-disable-ads (optional)

Ads are enabled by default. Set value to 1 to disable.

data-streaming-filter (optional)

Set streaming filter e.g. "nxp-bitrate-0750" for max 750kbit max bitrate.

data-exit-mode (optional)

Defines player exit screen

  • replay

  • loop

  • load

common attributes

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.

This element includes extended to AMP components.

common attributes
LogoDocumentation: amp-nexxtv-playerampproject