Skip to content

Commit

Permalink
Add JW Player to documentation that applies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Haigh committed Aug 4, 2020
1 parent 48b6414 commit 5aeba5a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ads/_integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Some ad formats are not fully supported at the moment and we recommend testing t

## Video Player

_Examples : Brightcove, Ooyala_
_Examples : Brightcove, JW Player, Ooyala_

A video player that works in regular HTML pages will not work in AMP and therefore a specific tag must be created that allows the AMP Runtime to load your player.
Brightcove has created a custom [amp-brightcove](https://github.com/ampproject/amphtml/blob/master/extensions/amp-brightcove/amp-brightcove.md) tag that allows media and ads to be played in AMP pages.
Expand Down
1 change: 1 addition & 0 deletions extensions/amp-analytics/amp-video-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ AMP video analytics gathers data about how users interact with videos in AMP doc
| `<amp-3q-player>` | Partial support<sup>[1]</sup> |
| `<amp-brid-player>` | Partial support<sup>[1]</sup> |
| `<amp-brightcove>` | Full support |
| `<amp-jwplayer>` | Full support |
| `<amp-dailymotion>` | Partial support<sup>[1]</sup> |
| `<amp-ima-video>` | Partial support<sup>[1]</sup> |
| `<amp-nexxtv-player>` | Partial support<sup>[1]</sup> |
Expand Down
2 changes: 1 addition & 1 deletion extensions/amp-video-docking/amp-video-docking.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ component's visual area. If the user scrolls back, the video reverts to its orig
This extension is used in conjunction with a [supported video player](../../spec/amp-video-interface.md).
Currently, the supported players are:

- [`amp-brid-player`](https://amp.dev/documentation/components/amp-brid-player)
- [`amp-brightcove`](https://amp.dev/documentation/components/amp-brightcove)
- [`amp-dailymotion`](https://amp.dev/documentation/components/amp-dailymotion)
- [`amp-delight-player`](https://github.com/ampproject/amphtml/blob/master/extensions/amp-delight-player/amp-delight-player.md)
- [`amp-ima-video`](https://amp.dev/documentation/components/amp-ima-video)
- [`amp-jwplayer`](https://amp.dev/documentation/components/amp-jwplayer)
- [`amp-video`](https://amp.dev/documentation/components/amp-video)
- [`amp-video-iframe`](https://amp.dev/documentation/components/amp-video-iframe)
- [`amp-youtube`](https://amp.dev/documentation/components/amp-youtube)
Expand Down
3 changes: 2 additions & 1 deletion spec/amp-video-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ these players implement.
- [amp-delight-player](https://amp.dev/documentation/components/amp-delight-player)
- [amp-gfycat](https://amp.dev/documentation/components/amp-gfycat)
- [amp-ima-video](https://amp.dev/documentation/components/amp-ima-video)
- [amp-jwplayer](https://amp.dev/documentation/components/amp-jwplayer)
- [amp-minute-media-player](https://amp.dev/documentation/components/amp-minute-media-player)
- [amp-mowplayer](https://amp.dev/documentation/components/amp-mowplayer)
- [amp-nexxtv-player](https://amp.dev/documentation/components/amp-nexxtv-player)
Expand Down Expand Up @@ -61,7 +62,7 @@ For an example, visit [AMP By Example](https://amp.dev/documentation/examples/co

attribute: **`dock`**

This attribute is currently only supported for `amp-brightcove`, `amp-dailymotion`, `amp-delight-player`, `amp-ima-video`, `amp-video`, `amp-video-iframe` and `amp-youtube`.
This attribute is currently only supported for `amp-brightcove`, `amp-dailymotion`, `amp-delight-player`, `amp-ima-video`, `amp-jwplayer`, `amp-video`, `amp-video-iframe` and `amp-youtube`.

If this attribute is present and the video is playing manually, the video will
be "minimized" and fixed to a corner when the user scrolls out of the video
Expand Down

0 comments on commit 5aeba5a

Please sign in to comment.