Showing posts with label adsense. Show all posts
Showing posts with label adsense. Show all posts

Tuesday, 19 October 2010

Show Adsense ads in the middle of blogger posts

with 0 comments

untitled1

Adsense earnings for image ads are highly derived by the location where they are placed and for the text ads if placed inside the body depends upon how inherited they are with its surroundings.

For post there are post header ,post footer and middle of post where you can place the Adsense ads. Adsense code can be easily placed in post header and footer but for the middle certain JavaScript technique has to used.below code.

<data:post.body/>

and replace it with this one

<div expr:id='"aim1" + data:post.id'></div>

<div style="clear:both; margin:10px 0">

<!-- Your AdSense code here -->

</div>

<div expr:id='"aim2" + data:post.id'>

<data:post.body/>

</div>

<script type="text/javascript">

var obj0=document.getElementById("aim1<data:post.id/>");

var obj1=document.getElementById("aim2<data:post.id/>");

var s=obj1.innerHTML;

var r=s.search(/\x3C!-- adsense --\x3E/igm);

if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}

</script>

Replace the blue line with your Adsense code and save the template.

Now whenever you are writing any post just add the below code at the place where you want the Adsense ads to be shown in the post.

<!-- adsense -->

and continue writing the rest post.

Now whenever you will publish your post you will see Adsense ads in between posts at the place where you placed the above line.

source-bloggerzbible


read more "Show Adsense ads in the middle of blogger posts"

Monday, 18 October 2010

Adsense Below the post title and below post in Blogger

with 0 comments


Your blog earnings depend mainly on your blog's traffic and on your ad placement. One important place to place the ads is below the Post title. It will give more importance to the ads and there is more possibility to get clicks. This is in accordance with the Google Adsense TOS

Ok now let us get into the details of how to set it up.

First of all login to your adsense account and generate ad code of optimum size..
now use adsense parser and parse adsense code
to parse adsense code visit here

Copy off the parsed code..
Now login to your blogger account.
Go to Layout > Edit Html and expand the widget templates.
Find this piece of code

<data:post.body/>

Now add the following code just above that line.


<!-- TECHNOWIT Adsense Above Posts start -->
<b:if cond='data:post.isFirstPost'>
Put your parsed adsense code here
<br/>
</b:if>
<!-- TECHNOWIT Adsense Above Posts End -->

if guys u r using read more hack

then paste this code after 2 times
<data:post.body/>

IF you want to show adsense code below blogger post

then paste your adsense code after
<data:post.body/>

hope u will earn more after this....

waiting for your reply.....




read more "Adsense Below the post title and below post in Blogger"

Show Ads Between Blogger Posts

with 0 comments

If you want to show ads between your posts but chose not to do it while initially signing up for AdSense, first go to your Template | Page Elements tab. Then, in the "Blog Posts" section, click on "Edit". A pop-up window will appear with options to configure your blog posts. Check the box next to "Show Ads Between Posts". (Note: You must be signed up for AdSense before you can check this box.)

Show Ads Between Posts

Once you check this box you'll see the configuration options for your ads. You can then select how often you would like ads to be shown after your posts.

Show after every x posts

For example, if you want ads to be displayed after every post, select "1" from the drop-down menu. (Please note that AdSense policies limits you to a total of 3 ad units per page and Blogger will automatically prevent you from going over this limit.) You can then select your ad format and colors. Once you have finished configuring your ads, click on the orange "Save Changes" button in the bottom right corner.

read more "Show Ads Between Blogger Posts"