0 How to make bloggers all links open in a new windows

All hyperlinks open in a separate window(like Pop up window) whenever user click at the link.





DASHBOARD > DESIGN > EDIT HTML
to open template editor



Note : take the back up first of full template (by click on download full template).

Check 

find

Paste the code below the

<base target='_blank' /> so that it become

<head>
<base target='_blank' />

Save the edited template.

0 How to add Popular Posts widget for Blogspot by Blogger

Add Popular Posts widget to your Blog



1. Dashboard > Design > Add a Gadget.


        Pop up window will open.


2. Select Popular Posts.

3. You can get 3 option to set Popular Posts

Popular Posts of
- All Time
- Last 30 Days
- Last 7 Days

4. You can display Post title along with Image Thumbnail and/or Snippet (i.e. small description of your post).

5. Click on Save and drag and drop this widget where you want.

This is a good widget. Isn't it. But I want some additions.

1.  option to select how many posts should be displayed.
2.  shows how many Page views the posts has. 

0 Best Adsense Tricks and Secret

Tips 1 Adsense For Search

Always select the setting to open Google Adsense search box results in a new browser window, so you won't lose your visitors.

Tip 2:  keywords for your content

You can find many free keyword analyzer tools in internet searching the word "free keyword analyzer". serving ads on a web page, check its keyword density. 

Tip 3: content rich websites

This means that content-rich websites of a popular topic should attract a large amount of ads.

Tip 4: Choose the right AdSense format

 three AdSense formats are :

336x280 large rectangle
300x250 medium rectangle
160x600 wide skyscraper
successful format is the 728x15 horizontal ad links

Tip 5: Position tips

Place the AdSense ads in a prominent place around the top/left part of your page or under your headlines.

For short articles, CTR is best when ads are placed just above the content.

For long articles, CTR will improve if you place ads somewhere in middle of the content or just where the article ends.

Use Text Ads instead of Image Ads as users get more options and the payout is often higher.

Important:Don't places images next to Google ads as that will invite a permanent ban to your AdSense account.

Tip 6: Never do with adsense

Don't click on your ads yourself
Don't insist others to click on your Google ads
Don't manually change AdSense code
Don't place Google ads on sites that include prohibited content
Don't employ cloaking, hidden text or farm links
Don't use AdSense ads on the same page with similar ads Like Adword
And also don't refresh your site excessively.

Tip 7:  Google ads should be visible

Make sure your text ads are visible well to the surfers in all screen formats.

Tip 8:Never Change the Google Adsense HTML code

If have trouble embedding AdSense code in your Blogger template

Tip 9: Block Low Paying Adsense Ads

Block low paying advertisers with Filters

Tip 10: Don't place ads in pop-up windows

 remember to not to do it.

Tips 11: Follow Adsense Programme Polices

You will always earn more monet from Adsense if you do it.follow the rules mentioned in Adsense policies with loyalty.

Tip 12: Use AdSense channels

You can categorize the content of your website into channels and then track your performance. This way you can experiment with different types of ads and see which is the best.

Tip 13: Adsense Color tips

During the creating your Google AdSense ads it is recommended to use the color scheme and style of your website  so that the ads blend in well.Google Ads with no background color and no borders will always perform better. Make the border color and background color same as your website background color.

Tip 14: Find Best keywords for your content

Before serving ads on a web page, check its keyword density. You can find many free keyword analyzer tools in internet searching the word "free keyword analyzer".

Tip 4: Write a new page and post every day an article

This is very important. The more content you have, the more visitors you will get. Put an Adsense unit on each and every content page of your site.

0 How to Show Adsense Ads/WordPress blog and other Ads Only on Home page or Post pages of Blogger

You can find the similar post related to it. But here is the simpler procedure you will like. you want to show the ads only on Home page or Posts pages of blogger and wordpress.
Show Adsense Only on Home page or Post pages of Blogger blog

Show ads on Home Page only

your ad code as below:

<b:if cond='data:blog.pageType != &quot;item&quot;'> YOUR AD CODE </b:if>

Show ads on Individual Posts Page only

put your ads code between the red code :

<b:if cond='data:blog.pageType == &quot;item&quot;'> YOUR AD CODE </b:if>

Show Adsense Ads Only on Home page or Post pages of WordPress blog

Show ads on Home Page only

put your ads code between the red code :

<?php if (is_home()) { ?>
YOUR AD CODE
<?php } ?> 


Show ads on Individual Posts Page only

put your ads code between the red code :

<?php if (is_single()) { ?>
YOUR AD CODE
<?php } ?>

0 How to Place AdSense Ads in the Middle of Blogger Posts

In normal cases all blogger users can put the adsense block at the top of the post or at the bottom Only.
but the problem here is that alot of bloggers don’t get high CTR ( clicks ) by this placement,
so they should play with the ads placement,
the best solution here is to put you google ads blocks in the middle of the post in your blogspot blog.
and you have to check out Google AdSense heat map


blogger don’t offer this option by default settings, so you have to be tricky to do it,
here is easy and fast way to do it.

How to place Adsense in the middle of Blogger posts:

The solution to this problem is quite simple: you only need to move the post body around the advertising code, just with a bunch of JavaScript and a couple of DIVs (divisions). All it takes are 2 easy steps:

1. In your Blogger template: Dashboard –> Layout –> Edit HTML –> Expand Widget Templates

Find the tag <data:post.body/> and replace it with the following code:

<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>

IMPORTANT NOTICE: Do not forget to replace <!-- Your AdSense code --> with the ad code provided by Google Adsense. Also, the ad code needs to be converted before you can insert it.

2. In every blog post:

Place the special comment
<!—adsense -->

in the exact spot you want the Adsense ads to appear.
 

Get Everthing Copyright © 2011 - |- Template created by O Pregador - |- Powered by Blogger Templates