The filter is used only for feeds and is activated on Facebook automatically. So it is in the documentation of the plugin:
https://github.com/Automattic/facebook-instant-articles-wp
I need the same..
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-00000000-0’, ‘auto’);
ga(‘require’, ‘GTM-0000000’);
ga(‘send’, ‘pageview’);
</script>
-
This reply was modified 9 years, 2 months ago by bryan3561.