From 7390eeafac39f1fd984b09e486869c813788483b Mon Sep 17 00:00:00 2001 From: friday Date: Tue, 5 Jun 2018 04:14:25 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index a8ba435..27aa3d3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -6,15 +6,17 @@ Plyr is a HTML5 media players, and hence doesn't directly handle any media forma ### 2. Can you support video provider ... (Twitch, Dailymotion etc) Plyr supports YouTube and Vimeo besides HTML5 media. We won't add more providers to Plyr directly since that will slow down the core development as well as make Plyr bigger for people who don't need the extra providers. Instead we plan to add support for plugins. -### 3. How can I do custom functionality ... with Plyr? -When applicable, find out how to solve it without Plyr (using stack overflow or search engines), then add Plyr. If you think it's something that should be supported by plyr, you could create a feature request as a github issue if there isn't already one. +### 3. How can I add custom functionality ... to Plyr? +When applicable, find out how to solve it without Plyr (using stack overflow or search engines), then add Plyr. If you think it's something that should be supported by Plyr, you could create a feature request as a github issue if there isn't already one. ### 4. What's the status on ... ? Unless someone has explicitly said in an issue that it's work in progress, most likely that means no one is working on it, and that it isn't a top priority for us. ### 5. Autoplay and scripted play doesn't work in some browsers. -That is correct, and not something Plyr can solve for you (see #1). Muting the audio usually works. +This is correct. It's a browser feature, and not something Plyr can solve for you (see #1). Muting the audio usually works. For more information see [Chrome autoplay policy changes](https://developers.google.com/web/updates/2017/09/autoplay-policy-changes) and Safari autoplay policies for [macOS](https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/), [iOS](https://webkit.org/blog/6784/new-video-policies-for-ios/) ### 6. "It doesn't work" -When applicable, check that your problem doesn't happen without Plyr (see #1). Also check your developer console for errors. If you're getting an error in your own code or the problem happens without Plyr as well, then it's probably not something that deserves our attention. You should be able to resolve it without our help. If you're following the [documentation](https://github.com/sampotts/plyr/#plyr), and aren't getting any errors in your code, it may be a Plyr issue. Try to describe the issue as detailed as possible, and if the issue can't be seen on [plyr.io](https://plyr.io/) or found in our issue list at github, recreate the issue in a minimal online environment like jsfiddle, codepen or jsbin. If you don't think it's an issue but still need help, please use our [Slack](https://bit.ly/plyr-chat) for support. \ No newline at end of file +When applicable, check that your problem doesn't happen without Plyr (see #1). Also check your developer console for errors. If you're getting an error in your own code (as opposed to the Plyr code) or the problem happens without Plyr as well, then it's probably not something that deserves our attention. You should be able to resolve it without our help. + +If you're following the [documentation](https://github.com/sampotts/plyr/#plyr), and aren't getting any errors in your code, it may be a Plyr bug. If you can't find it in our issue list at github, then please create a new one. Try to describe the issue as detailed as possible. If the issue can't be seen on [plyr.io](https://plyr.io/) please recreate the issue in a minimal online environment like jsfiddle, codepen or jsbin. If you don't think it's a Plyr bug, but still need help, please use our [Slack](https://bit.ly/plyr-chat) for support. \ No newline at end of file