Created
June 5, 2012 19:29
-
-
Save ejholmes/2877201 to your computer and use it in GitHub Desktop.
Insert add this if not IE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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