Hello ladies!
I’m trying to put a Google Adwords code at the beginning of the tag ‘body’, the problem is that I put, it is not in the beginning …
There are however two twitter Iframes codes, not even I use twitter on my website …
How do I solve this problem?
I hope to help me …
Thank U
Note:
My code at the beginning of the body tag: http://locacoeshrromano.com.br/wp-content/uploads/2015/02/Google-Adwords-Tag.jpg
And the Iframe that come out of nowhere …: http://locacoeshrromano.com.br/wp-content/uploads/2015/02/Untitled-1.jpg
Hi virtualsa!
Please add following code to Functions.php file in Appearance > Editor
function add_google_ads(){
?>
<script>
//YOUR CODE GOES HERE
</script>
<?php
}
add_action('wp_footer', 'add_google_ads');
Please try de-activating all active plugins and check if it removes Twitter codes
Best regards,
Yigit