Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    well, as that’s an external script (i.e. not hosted on the same domain as your site), AO should just leave it be actually?

    frank

    Thread Starter chank73

    (@chank73)

    My point was that the plugin when activated removes the script….How do we make it work with the plugin activated?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    well, that’s what surprised me in your original post, as Autoptimize is designed to leave JS/ CSS hosted on 3rd party servers as is. could it be you have a plugin running that caches remote JS/ CSS, which would result in AO trying to optimize as local anyway and if so could you disable that for that block of JS?

    alternative solutions; either add score.valuebuildersystem.com to the comma-separated list of JS exceptions OR wrap the entire block of code in noptimize-tags;

    
    <!--noptimize-->
    <iframe id=”SellabilityScoreEmbed” width=”100%” height=”670″ src=”” frameborder=”0″ style=”padding:0; margin:0″ scrolling=”no”></iframe><script type=”text/javascript” src=”https://score.valuebuildersystem.com/js/frontend/embedSellability.js?/survey/eyJhZHZpc29yX2lkIjozMDAzOX0=?branding=valuebuilder”></script>
    <!--/noptimize-->

    hope this helps,
    frank

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do we get this to work with js script (below)’ is closed to new replies.