There are a couple of ways to show AdSense on your blog post:

1. This is a pretty new option: in your Layout, in a Blogpost part, click on "edit" hyperlink in zhe right corner. You will see this screen:

Photobucket

Select "Show Ads between posts" - and you will get setting options for AdSense - it´s size, colors and your UserID-a. This is so simple, there is no need for further explanation.

If you still don´t have an AdSense account you can easily register using your username and password for Google (and for blogger).


2. There is also a tweaky method for inserting AdSense directly into post body. Important: Google allows not more then three AdSense units on one page, counting also those shown in your sidebar. So don´t get confused if you have a lot of post and AdSense shows only in the first 3 of them!

First you have to copy your AdSense-unit script. You will reach the best result if you choose a small unit, maybe the smallest is the best one. Then, you have to make following changes (don´t worry it´s not a real "any change of code"):

< with &lt;
> with &gt;
" with &quot;

Now, you have to insert AdSens script into your blogger template. Go to Layout/Edit HTML, and checque “Expand Widget Templates”. (this is a must!)

If you want your AdSense shows in left upper corner, put AdSense script into this place (you can search complete HTML code using Ctrl+F in your browser):

<div class='post-header-line-1'/>
<div style='float:left;margin:5px 10px 15px 20px'>
AdSense Code
</div>
<div class='post-body'>
<p><data:post.body/></p>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>


The part "float:left" can be changed to "float:right" and AdSense will show up in right corner of your post. You can also change margins to achieve the desired distance between AdSense and the rest of your post-text.

0 comments

Take a look on my other postings: