Last active
January 27, 2016 06:13
-
-
Save fczbkk/c40566a9ba96532dc19c to your computer and use it in GitHub Desktop.
Inline Manual Player embed code
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(){var e=document.createElement("script"),t=document.getElementsByTagName("script")[0];e.async=1,e.src="https://inlinemanual.com/embed/player.js",e.charset="UTF-8",t.parentNode.insertBefore(e,t)}(); |
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 () { | |
| var script_elm = document.createElement('script'); | |
| var ref_elm = document.getElementsByTagName('script')[0]; | |
| script_elm.async = 1; | |
| script_elm.src = 'https://inlinemanual.com/embed/player.js'; | |
| script_elm.charset = 'UTF-8'; | |
| ref_elm.parentNode.insertBefore(script_elm, ref_elm); | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment