PDA

View Full Version : How to put adsense inside blogger post?



lucislee10
04-04-2017, 08:25 AM
How to put adsense inside blogger post?

sinelogixweb
04-05-2017, 12:28 AM
Go to blogger dashboard >>edit html>>expand widgets:
Press (ctrl+F) and search this <data: post.body/> if you find it twice in your template <data: post.body/> then try for both and check the result which is one is correct.
If you want to add adsense ads at the top of post then simply past your code just above it <data: post.body/>
If you want to add adsense ads at the bottom of post then simply past your code just below it <data: post.body/>
If you have any query then feel free to ask your response will back in an hour.
Join us your choice here Facebook, Twiter, Google Plus, Blogger.

Visit this link for more help :
http://www.probloggertricks.com/2013/02/how-to-add-adsense-inside-blogger-post_22.html

amanshastry43
04-05-2017, 03:17 AM
Step to set Adsense in blogger
- Go To Blogger and Opening you blog panel by clicking on the blog name on a dashboard.
- Click on Template in the sidebar.
- Click on Edit HTML.
- Click inside the box showing HTML codes, Press (Crtl+F) and Search for, it will appear two or three place look for the last one

airventsindia
04-05-2017, 05:25 AM
Now you can easily put your ads inside blogger post just follow these simple steps:
1) We will have to parse our AdSense code>>>(Parse It Here) Or (Parse Here)
2) Now you will add your parse code in the below piece of code and then use it in template
3) Click inside the box showing HTML codes, Press (Crtl+F) and Search for , it will appear two or three place look for the last one. Continue pressing enter until you see it.
4) Copy the code below and replace the text: put your adsense code here with you adsense adcode.
Paste the whole code before and save

<B:IF COND=’DATA:BLOG.PAGETYPE == &QUOT;ITEM&QUOT;’>
<DIV STYLE=’FLOAT:RIGHT; MARGIN:5PX;’>
PUT YOUR ADSENSE CODE HERE
</DIV>
</B:IF>