Skip to content

Instantly share code, notes, and snippets.

@ejholmes
Created June 5, 2012 19:29
Show Gist options
  • Save ejholmes/2877201 to your computer and use it in GitHub Desktop.
Save ejholmes/2877201 to your computer and use it in GitHub Desktop.
Insert add this if not IE
(function($, jwplayer) {
if (!($.browser.msie && (parseInt($.browser.version) < 8))) {
var script = document.createElement('script');
script.type = 'text/javascript';
script.innerHTML = 'var switchTo5x=true;';
$('head').append(script);
script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://w.sharethis.com/button/buttons.js';
$('head').append(script);
script = document.createElement('script');
script.type = 'text/javascript';
script.innerHTML = "stLight.options({publisher:'15276335-21a3-42fa-8721-8639f7d0d912'});";
$('head').append(script);
}
})(jQuery, jwplayer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment