mennolui / wp-foyer

Foyer - a free Digital Signage plugin for WordPress. Perfect for theaters, music venues, cinemas and festivals.
GNU General Public License v3.0
49 stars 22 forks source link

Some theme or plugin scripts stop Foyer YouTube players from initializing #22

Open mennolui opened 6 years ago

mennolui commented 6 years ago

If a theme or plugin also defines a window.onYouTubeIframeAPIReady function ours will stop from being invoked, so our YouTube players will not be initialized.

mennolui commented 6 years ago

Don't load scripts at all? Other than Foyer's, and registered through Foyer. Maybe with a setting to enable loading of all public website scripts for those who need it somehow.

mennolui commented 5 years ago

Maybe use try {} combined with a timeout, or when slide becomes active, to detect if API is loaded even though our onYouTubeIframeAPIReady function was not invoked?

http://jsfiddle.net/eePea/