AMP

amp-wistia-player

Description

Displays a Wistia video.

 

Required Scripts

<script async custom-element="amp-wistia-player" src="https://cdn.ampproject.org/v0/amp-wistia-player-0.1.js"></script>

Example

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

Attributes

data-media-hashed-id (required) The Wistia media id is found in every Wistia media page URL. If the media page URL is https://support.wistia.com/medias/u8p9wq6mq8, the data-media-hashed-id is u8p9wq6mq8.
common attributes This element includes common attributes extended to AMP components.

Validation

See amp-wistia-player rules in the AMP validator specification.

Need more help?

You've read this document a dozen times but it doesn't really cover all of your questions? Maybe other people felt the same: reach out to them on Stack Overflow.

Go to Stack Overflow
Found a bug or missing a feature?

The AMP project strongly encourages your participation and contributions! We hope you'll become an ongoing participant in our open source community but we also welcome one-off contributions for the issues you're particularly passionate about.

Go to GitHub