I’ve added a facebook pixel to my pages between the header tags using the Head, Footer and Post Injections plugin.
I now want to add a facebook event script eg:-
<script>
fbq(‘track’, ‘Lead’);
</script>
which should be added after the <body> tag
If I switch the text editor & paste the code in,
when I switch back to visual editor Boldgrid has added a block to my page & moved my heading down
Switching back to the text editor you can see the unwanted extra code
How do I add this script without Boldgrid putting it in a block?