Skip to content

Releases: pupunzi/jquery.mb.YTPlayer

jQuery.browser -> jQuery.mbBrowser

23 Jan 16:15
Compare
Choose a tag to compare

Renamed the jQuery.browser to jQuery.mbBrowser to prevent deprecated alert in Wordpress

useNoCookie

04 Dec 20:56
Compare
Choose a tag to compare

Introduced "noCookie" as an option. By default is set to true

youtube-nocookie

04 Dec 10:08
Compare
Choose a tag to compare

Feature:
The mb.YTPlayer is now using youtube-nocookie.com to serve videos.

Feature:
If the video is set to "autoplay" and is not muted, instead of pausing it before the first user interaction it starts muted and turns on the audio with the first user interaction.

macOS Big Sur

26 Nov 18:44
Compare
Choose a tag to compare

Bugfix: With the latest macOS Big Sur system update the User-Agent has been changed and the OS detection was failing on Safari causing a blocking error.

3.3.5

11 Nov 11:44
Compare
Choose a tag to compare

• Bugfix: Fixed the timer label advise if more then one YTPlayer was initialized on the same page
• Bugfix: In all the cases that the YT API is loaded by another component the YTPlayer will force the APIReady event to make the player start anyway after a specific time defined in the options:
/**
delayAtStart (bool)
If the YT API doesn't fire the event the player will try to start anyway after...
*/
delayAtStart: 1000,

Go Full Screen on Play

24 Jul 14:42
Compare
Choose a tag to compare

New feature: If you set the player as inline (via the short-code editor) you can now activate the "Go Full Screen on Play" feature.
Bug fix: The inline Player "Play" icon was not working properly.

Get data with YT API key bugfix

06 Jun 15:47
Compare
Choose a tag to compare

A wrong API key or inactive API key was causing a blocking error

The isTouchSupported function was duplicated

21 May 11:24
Compare
Choose a tag to compare

Removed the isTouchSupported function duplication

Wrong video ID endless loop bug fix

12 Jan 09:41
Compare
Choose a tag to compare

Playback Rate

15 Dec 16:15
Compare
Choose a tag to compare

Added two methods to manage video speed:
jQuery.fn.YTPGetPlaybackRate
jQuery.fn.YTPSetPlaybackRate