Hi guys,
I am facing an issue where I cannot seem to receive any YT iFrame media events (iframe src contains the &enablejsapi=1 param, see sample src below).
Setup
Sample iFrame source
src="https://www.youtube.com/embed/asdasdadsadsadsadsads?autoplay=0&controls=0&disablekb=1&playsinline=1&...enablejsapi=1&origin=https%3A%2F%2Fwww.client.com&widgetid=1"
It seems to detect the iframe with the player.
However, my dummy rule that should fire upon pretty much any YT event is never called
Any ideas?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@yuhuisgwho created the extension brought me on the right track. The developers are using a custom player that integrates various sources like YouTube, Vimeo, etc and instead exposes standard HTML5-style media events I should be able to register to.
Unfortunately, this player comes with its own iframe_api.js which causes problems with the extension.
Solution will be using the custom events coming from the player and skipping all Launch extensions.
Views
Replies
Total Likes
@yuhuisgwho created the extension brought me on the right track. The developers are using a custom player that integrates various sources like YouTube, Vimeo, etc and instead exposes standard HTML5-style media events I should be able to register to.
Unfortunately, this player comes with its own iframe_api.js which causes problems with the extension.
Solution will be using the custom events coming from the player and skipping all Launch extensions.
Views
Replies
Total Likes
You're welcome, @bjoern__koth !
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies