Showing posts with label Google Adsense. Show all posts
Showing posts with label Google Adsense. Show all posts

Monday, May 3, 2021

How to Add Social Bookmarking Buttons near Adsense Ads

The main advantages of this widget is that you can increase your AdSense impressions along with CTR - and of course, fill up the empty
 space besides Adsense units, making your blog look more attractive.


Adding the social bookmarking buttons at the top of your blogger post, will make things easier when your readers will want to share your posts via the networking sites. The widget includes buttons for Del.icio.us, Twitter, Facebook, StumbleUpon, Technorati and Digg.


Read More

Thursday, November 17, 2016

How To Add Adsense in the Middle of the Post in Blogger

Add Adsense in the Middle of the Post

  • Login to Blogger > Dashboard
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML > Proceed >  Expand Widget Templates
  • Press Ctrl + F and search the code shown below.
<data:post.body/>
You will find two times <data:post.body/> code and You have to Replace it With the Second One
  • Now replace that code with below code.

<div expr:id=’&quot;aim1&quot; + data:post.id’/>
<div style=’clear:both; margin:10px 0′>
Your Adsense Code Here
</div>
<div expr:id=’&quot;aim2&quot; + data:post.id’>
<data:post.body/>
</div>
<script type=’text/javascript’>
var obj0=document.getElementById(&quot;aim1<data:post.id/>&quot;);var obj1=document.getElementById(&quot;aim2<data:post.id/>&quot;);var s=obj1.innerHTML;var t=s.substr(0,s.length/2);var r=t.lastIndexOf(&quot;&quot;);if(r&gt;0){obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+1)}
</script>
 You Have to first Convert the Adsense Code into the Compartible Form

  • Now just replace Your Adsense Code Here with your Own Asense Codes.
  • Now Save Your template.
Read More

Wednesday, August 31, 2016

Add Ads (Google Adsense) Below Post Title in Blogger To Generate High CTR

Adding ads below post title will generate you a high ads ctr(click-through-rate) and Google Adsense team also recommends to place one ad below post title. Unless and until you spam the region with more than one ad, its always good to place ads below post title to generate high cpc and ctr.


Steps to Place Ads below Post Titles in Blogger:

1. First generate a code in your Adsense Dashboard and then you have to convert the adsense code using Ad Code Generator

2. Open your Blogger Dashboard go to Template then click on EDIT HTML.

3. Click “Jump to widget” tab and select “Blog1”.
4. Click the “Blog1” fold marker ‘►’ to expand the widget and reveal a set of “includable” tags.
5. Locate the <b:includable id=’post’ var=’post’>…</b:includable> includable and click the fold marker to reveal its content.
Scroll down and find the following code:

<data:post.body/>

6. Now place the below code with your Adsense code inserted right above the line.

You Need to convert Your Adsense code using HTML Encoder/Decoder. You can Also Change its Position by Changing the Center into Left and Right. After Changing Your Adsense Ad will positioned in Right and Left Side Below the post title.

<b:if cond=’data:blog.pageType == &quot;item&quot;’>
Place Adsense Converted Code Here
</b:if>

7. The conditional tag in lines 1 and 3 will make the ad appear only on post pages. If you want the ad to appear on all pages, just remove the lines.

Save the changes to take effect.
Read More

How To Add AdSense Ads Below Post Title in Blogger

Blogger is the among of Top Platform for Free Blogging and a Best Place to Make a Blog for Free. If You are new in Blogging and you want to Place your AdSense Ads below Post Title and at the End of your Post ,Below is the Easy Step by steps Tutorial.


How To Add AdSense Ads Below Post Title in Blogger ?
It is the Effective way to Increasing CTR in Google Adsense by Add AdSense Ads Below Post Title in Blogger. Many Webmasters recommended to place adsense ads below the post title, you can also change its position into right side, left side and place ads in center below the post title.

There is no matter what size of ads you put in below the post title.
Google Adsense Recommended : 300×250, 728×90 and 160×600. But I Recommend you to place 468×80 & 728×90 Leader Board banner in center below post title to increase your CTR.


Things You need to Do Before Place AdSense Ads below Post Title:

Before your to Add Ads below Post Title. You need to download Your Blogger template as a Backup because sometimes Ad Code may effect Blogger Templates.
So First Make a Backup of your blogger Template.

  1. Login to your Blogger Account and Go to “Template”.
  2. Locate “Backup/Restore” Button at the Top Right Corner. Just Click on it downlaod download your Template.

How to Place Adsense Ads Below Post Title ? 

Go To Blogger Dashboard > Template > Edit HTML.
Press CTRL+F and Find this below code Second Time.
<data:post.body/>

Now its time to place the adsense ads below post title. Just paste the adsense code Above this <data:post.body/> Code and Save Your Template.

Place AdSense Ad Below post title in Center.

Place the below code above of the <data:post.body/> Code. Note First Encode your AdSense Code and replace with “YOUR ADSENSE CODE HERE”. ( You can also paste this code below <data:post.body/> to Show AdSense Ads at the End of your Post. It can also help you to Increase your Adsense Earning.

<div style=”text-align: center; margin: 10px 0 10px 0;”> YOUR ADSENSE CODE HERE </div>

You Need to convert Your Adsense code using HTML Encoder/Decoder. You can Also Change its Position by Changing the Center into Left and Right. After Changing Your Adsense Ad will positioned in Right and Left Side Below the post title.
I hop this helped you to manage your Adsense for better Earning.
Read More

Tuesday, August 30, 2016

How To Add AdSense Ads in the Middle of Blogger Posts

3 Comments
In blogger post, we can put the ad below the title and the footer easily without any script, but in today’s post going to learn how to place AdSense ads in the middle of blogger posts or anywhere in the blog post. If you have a WordPress blog then you can do this job by optimized plugins and you know that blogger doesn’t support the plugins, but in this post, I want to share a script with you which will help you place Google Adsense ads in the middle of the blogger blog post.

How to place Adsense ads in the middle or inside of blogger blog posts

  1. First of all, login into your Google Adsense and create an ad unit code that you want to add in the middle in your blogger post.
  2. The second step login into blogger account, then goes template >> edit HTML
  3. After the opening, all coding, click on the template editor and search for<data:post.body/> you will find more than one code, try the second one.
  4. Copy the below code and replace  <data:post.body/> with it.
<div expr:id='&quot;post1&quot; + data:post.id'/>
<div class='googlepublisherads' style='margin:20px 0'>
<center>
--place ad here--
</center>
</div>
<div expr:id='&quot;post2&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>
var obj0=document.getElementById(&quot;post1<data:post.id/>&quot;);
var obj1=document.getElementById(&quot;post2<data:post.id/>&quot;);
var s=obj1.innerHTML;
var t=s.substr(0,s.length/2);
var r=t.lastIndexOf(&quot;&lt;br&gt;&quot;);
if(r&gt;0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+4);}
</script>
5. Replace –place ad here– with the Google Adsense converted code and save the template.
Now view your blog any post, wow you have successfully added Google Adsense ad in the middle in the blogger post.

Note:
Your advertisement will appear after the first </br> in the blog post, so this is mandatory to have a </br> tag in the blog post. If your post doesn’t have any </br> in a post, then the ad will appear in below title by default. You can put any other PPC ads network such BuySellAds, bidvertiser, yahoo or custom banner instead the Google Adsense.

You Need to convert Your Adsense code using HTML Encoder/Decoder. You can Also Change its Position by Changing the Center into Left and Right. After Changing Your Adsense Ad will positioned in Right and Left Side Below the post title.

How to Modify the Position Adsense ad in blogger post?

As I mentioned that the ad will appear after the first </b> however if you want to change the position of ads you can modify thought blue marked number, following some modifications you can do.
  • To put the ads in the second </b> of blog posts, then replace the blue number 2 with 3.
  • To put the Adsense ads in a quarter of a post, please replace the 2 with 4
So, friends this a simple but very important trick which I shared with you. After putting theAdsense ad in the middle of posts, you will note the significant increase in your earnings in a few days. More importantly, you don’t need worry about the Google’s terms violation because you don’t change the ad code structure.
Read More

Friday, August 19, 2016

How To Put Adsense Code in The Middle of the Post on Blogger

Google Adsense is one and only high earning source for Bloggers. It is a based on CPC (Cost Per Click) which means you only get a money when the users click the ads provided by Google Adsense.

First of all you have to have a enough visitors to get enough money, but what happens when there is less numbers of visitors with no clicks to ads then we begin to customize the template and put more ads on a single blog but what happens at last you may be forwarded to disability of your adsense account.

Today I am here to share a useful tip for not Only adsense user but others also. This tip is about to put an adsense code to the middle of the post which also helps to increase the CTR of your adsense earning.

But how to do? here is the solution.

Step 1. Login to your Blogger Dashboard.

Step 2. Go to Layout >> Edit HTML and Proceed.

Step 3. Now click anywhere of the HTML editor and search for this <data:post.body/> . You may find this code several times but stop at second one.

Step 4. Now replace <data:post.body/> with below code.

<div expr:id='&quot;aim1&quot; + data:post.id'/>
<div style='clear:both; margin:10px 0'>
Your Adsense Code Here
</div>
<div expr:id='&quot;aim2&quot; + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
var obj0=document.getElementById(&quot;aim1<data:post.id/>&quot;);var obj1=document.getElementById(&quot;aim2<data:post.id/>&quot;);var s=obj1.innerHTML;var t=s.substr(0,s.length/2);var r=t.lastIndexOf(&quot;&quot;);if(r&gt;0){obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+1)}
</script>

Step 5. Save your template then you are done.

Note:-
  • You have to first convert your adsense code into compatible form from here.
  • Replace Your Adsense Code Here with your own adsense converted code.
Read More