aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2017-08-13 21:07:22 +1000
committerGitHub <noreply@github.com>2017-08-13 21:07:22 +1000
commit3fe0c7c84b00e5b2ea0e560782b60a4d96000f67 (patch)
treebb9dbb814f496b7f677f72b5b547d92785e6bea4
parent6828bc00f8c06b30470a103d53530196e0253e6c (diff)
downloadplyr-3fe0c7c84b00e5b2ea0e560782b60a4d96000f67.tar.lz
plyr-3fe0c7c84b00e5b2ea0e560782b60a4d96000f67.tar.xz
plyr-3fe0c7c84b00e5b2ea0e560782b60a4d96000f67.zip
Update readme.md
-rw-r--r--readme.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 2ff8987b..a3aa6298 100644
--- a/readme.md
+++ b/readme.md
@@ -904,16 +904,14 @@ These events also bubble up the DOM. The event target will be the container elem
Details borrowed from: [https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events](https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events)
## Embeds
-YouTube and Vimeo are currently supported and function much like a HTML5 video. Check the relevant documentation sections for any differences.
-
-Plyr references a custom version of the Vimeo Froogaloop API as Vimeo have neglected to maintain the library and there were bugs with their version. You don't need to worry about including your own versions of the Vimeo or YouTube JavaScript APIs.
+YouTube and Vimeo are currently supported and function much like a HTML5 video. Check the relevant documentation sections for any differences. You don't need to worry about including your own versions of the Vimeo or YouTube JavaScript APIs. Plyr will automatically include them.
The embed third party API's can be accessed through the `getEmbed()` API method.
More info on the respective API's here:
- [YouTube API Reference](https://developers.google.com/youtube/js_api_reference)
-- [Vimeo API Reference](https://developer.vimeo.com/player/js-api#reference)
+- [Vimeo API Reference](https://github.com/vimeo/player.js)
*Please note*: not all API methods may work 100%. Your mileage may vary. It's better to use the universal plyr API where possible.