JS Delay for Inline Script
-
I have set the “Load JS Deferred” option to “Deferred”. I have then added some strings to the “JS Delayed Includes” option. I have an inline script that looks like this.
<script type='text/javascript'> var url = window.location.origin + '?ob=open-bridge'; fbq('set', 'openbridge', '565019775934206', url); </script>So, in the “JS Delayed Includes” box I have set both “fbq” and “openbridge”. However, the inline script is not being delayed. It is being deferred and the inline stuff is base64 encoded. How do I get this to work properly?
The topic ‘JS Delay for Inline Script’ is closed to new replies.