- Sharetools attempts to use property's FB App ID (via meta tag)
Supported the redirect v/
Added videohub player css
Stopped player from opening new window on endcard links
Included the latest videojs-ga that allows for prefixing with tracker names.
pass in configuration:
new VidePlayer(videoEl, { pluginConfig: { ga: { gaPrefix: 'trackerpreifx' } });
- BAD BUILD *
- Fix duplicate sharetools buttons on multiple video plays
Modified window.postMessage
play
handler to check if the player is visible.
If the element is not visible, it will not resume play.
Uses jQuery(el).is(':visible');
to make this check.
Ported VideoPlayer js from theonion/videohub