Skip to content

Releases: pupunzi/jquery.mb.YTPlayer

Go full screen was broken if in YTPlaylist

10 Oct 14:11

Choose a tag to compare

Go full screen was broken if in YTPlaylist

Go full screen was broken if in YTPlaylist

10 Oct 13:56

Choose a tag to compare

Bug fix: Go full screen was broken if in YTPlaylist mode on next video.

jQuery.browser -> jQuery.mbBrowser

23 Jan 16:15

Choose a tag to compare

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

useNoCookie

04 Dec 20:56

Choose a tag to compare

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

youtube-nocookie

04 Dec 10:08

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

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

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

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

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

Choose a tag to compare

Removed the isTouchSupported function duplication