How do you add adsense to your blog
"How to
add Google adsense to your blog?? "
The biggest question I come across on alot
of forums aimed at helping bloggers is How do I add Adsense to my blogger
blog. or
Where do I paste the AdSense codes?
You can check out what google has to say about this :
Blogtimize - Optimize the adds on your blog
If you've visited Blogtimize-optimize the ads on your blog You will see that
the best chances you have on getting click throughs' (ctr) will depend on
where you place the ads on your site. The most prominent spots to place your
adsense ads it will be:
1.)
Within the content of your posts.
2.) On your side bar below your links
section.
3.) A search box either above your profile
or instead of the profile.
4.) Below the header
Ok so how do you place Google adsense ads
on your blog? Lets get it rolling.
Go to you blogger account
1. log into your Dashboard
2. click the TEMPLATE tab
3. Look for the codes you see below and paste the codes where you see Paste
AdSense codes here:
How do you put Google adsense In your header?
To put your google adsense ads in the header box, find the code below:
<div id="header">
<h1 id="yourblog">
<ItemPage><a href="http://yourblog.blogspot.com/"></ItemPage>
<$BlogTitle$>
<ItemPage></a></ItemPage>
</h1>
<p id="description"><$BlogDescription$></p>
Put adsense here
</div>
How do you put Google Adsense in your posts?
To insert it into your posts (the adsense will appear in the middle of your
posts) Copy this code In your Blogger template:
Find the tag <$BlogItemBody$> and replace it with following code:
<div id="prv<$BlogItemNumber$>"></div>
<div style="margin:10px 0 -10px 0">
<!--
Your AdSense code
-->
</div>
<div id="fst<$BlogItemNumber$>">
<$BlogItemBody$>
</div>
<script language="JavaScript">
var obj0=document.getElementById("prv<$BlogItemNumber$>");
var obj1=document.getElementById("fst<$BlogItemNumber$>");
var s=obj1.innerHTML;
var r=s.search(/<adsense>/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+9);}
</script>
Put a special tag
<adsense>
in the exact point you want your Google AdSense advertising to appear.
Done!
If you want to have this done for you automatically each time you post
insert this code
<script language="JavaScript">
var obj0=document.getElementById("prv<$BlogItemNumber$>");
var obj1=document.getElementById("fst<$BlogItemNumber$>");
var s=obj1.innerHTML;
var t=s.substr(0,s.length/2);
var r=t.lastIndexOf(" ");
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+1);}
</script>
(courtesy of
Ads in the middle)
How do you put Google adsense at the bottom of your blog?
Find the code in your blog
</div>
<!-- End #content -->
Put your google adsense code here
<!-- Begin #footer -->
How do you put Google adsense on your side bar?.
Look for the code :
</ul>
Put your Google adsense code here
How do you put Google adsense where your profile is
(top of page on the right)?
<!-- End #profile -->
<br />
insert Google adsense code here
What you need and want from your
blogging
software.
make money blogging ....
make money blogging ...
Resources
|