[Plugin: WP Minify] Excluding Google JS?
-
How do I exclude Google+ JS? I tried putting this in the exclusion box:
<script type=”text/javascript”>
(function() {
var po = document.createElement(‘script’); po.type = ‘text/javascript’; po.async = true;
po.src = ‘https://apis.google.com/js/plusone.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(po, s);
})();
</script>but it didn’t work. any help?
The topic ‘[Plugin: WP Minify] Excluding Google JS?’ is closed to new replies.