Skip to content

Intent to Implement: amp-wistia-player #12644

@chen-anders

Description

@chen-anders

Proposed amp-wistia-player component would embed a responsive Wistia player in an iframe. This single component would support publishers using Wistia.

Attributes specifying the media hashed-id will determine the embed URI that will be used.

Example:

<amp-wistia-player 
    data-media-hashed-id="u8p9wq6mq8"
    width="512" 
    height="360">
</amp-wistia-player>

Above would yield http://fast.wistia.net/embed/iframe/u8p9wq6mq8

The component supports using play, pause, mute, unmute postMessage event to interact with the video.

Metadata

Metadata

Labels

INTENT TO IMPLEMENTProposes implementation of a significant new feature. https://bit.ly/amp-contribute-code

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions