How to Add Code Script in Blogger Header Code

If you are a familiar with Blogger then i think this trick not for you. but if you are totally new and creating and website in Blogger. and looking something like add <script> inside <head> tag. the you need to follow these steps. 
For Example: Here is the Google Adsense code which you want to add under <head> tag. 

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-------------------"  crossorigin="anonymous"></script>

  • Login to your Blogger
  • Go to “Theme Editor” > “Edit HTML
  • Click inside the HTML and use CTRL F to find </head>
  • Copy above code and Paste the header code above the </head>
  • Save your Blog template.





Note: This above steps for Blogger Users Only.

If you want to add code in Wordpress. Then you need check out another tutorial, where you can get the answer. How to add Script code in Wordpress <head>.

Thanks. 

I am sure this tutorial will help you to understand the Blogger Template.

Comments