Skip to main content

How to Add Google adsense below Post title in Blogger

Hi guys in this tutorial i am gonna show you how to add Google adsense ads below post tile and at the end of the post in blogger.When we start a blog or other platforms like Wordpress our first aim is to earn money through it.There are many ad medias like propeller ads media,chitika,infolinks and many more to earn income but among them the standard and every green media is Google adsense.
How to Add Google adsense below Post title in Blogger
All of us know how to keep the Google ads in the sidebar using the javascript given by the google. Using the same code one cannot keep them directly in the template.So, let see how to place them.

Steps:

1.Go to Google adsense dashboard.
2.Grab your Ad code from the box as shown below.
Grab the adsense code.
3.Go to Blogger>>Template>>Edit HTML.

Add author bio box in blogger posts.

4.Before copying the code into the template you need to change the script a little because if you use asynchronous code type and save template it will show a message that
"Attribute name "async" associated with an element type "script" must be followed by the ' = ' character."
If you use synchronous code type and save the template and refresh your site page it will dsiplay nothing.
5.In order to avoid this, replace
  • '<' with &lt;
  • '>' with &gt;
6.If your are confused see the image below.
Convert the < to &lt; and > to &gt;
7.Now look for the below code in your template.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>
8.Replace the above code with the below code and save your template.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
  "YOUR ADSENSE CODE HERE"
<data:post.body/>
9. Finish.

That's it friends now enjoy keeping your ads below the post title.If you have any queries feel free to ask us through comments.

Comments

Popular posts from this blog

8 Important Tips to Protect Your Magento Store from Hacking

Protection of eCommerce and financial websites is necessary because these websites deal with monetary transactions and stand first as a victim in the list of cyber crime. Magento is the most popular eCommerce platform which also comes under threat of hacking by accessing unauthorized logins and other attacks. Magento Platform is rich in security features but security is needed on the admin level to protect it from cyber criminals. Here are some security tips that help you to protect your Magento store and keep your site safe: 1.Admin Path Customization: It is the first step you can take to keep your Magento site safe is to customize the admin path because the normal login pages and admin pages can easily be accessed by just hit and trial methods and it is very easy to navigate to admin page by hackers if the path remains unchanged. With the use of many hacking software available online, it is easy to guess user name and password combinations and these software can guess user n...

Top 10 Best Anime series you should watch.

Anime is a Japanese film which is far more advanced than the normal cartoon which we watch regularly.As the demand for Anime is increasing day by day,author are trying to create new anime series.Keeping in this mind,in this post i am gonna list out some of the best anime series and make the readers to watch top anime series. Top Anime List: 1. One Piece. 2. Naruto Shippuden. 3. Fairy Tail. 4. Bleach. 5. Dragon ball Z. 6. Dragon ball GT. 7. Hunter x Hunter(2011). 8. Ao no exorcist. 9. Death note. 10. Naruto. Top Cool Notepad tricks. That's it friends i hope you like this article and if you know other anime which are best,then just comment the name in the comment section so that we will add it to the post and have a nice day.

How to Check & Stop Keyloggers in Your PC/Laptop

Do you use public computers, Cyber-Cafe or PC? Then you must know about keyloggers. Keylogger is a small software that can be installed or hidden in your pc without your knowledge. That record user activity (keystroke) and make a log file. It is used by hackers or in companies in surveillance employees’ systems. It can capture your email login details, every click, visited website URLs and even your confidential data like, your bank account number, passwords, credit/ debit card details etc. Keylogger transmit your information to third parties and you can be a victim of an internet scam or frauds. It would be better to understand and protected you from them. In this post I will tell you how to get rid of keyloggers in easy steps. First, we should know how keylogger can be installed in your PC. How keylogger could attack your PC: By using infected pendrives/hard drives. While Downloading torrents, cracks, keygens from internet. Installed by person who wants to track you pc. ...