How To Place Google Adsense Ads at the Right or Left Hand Side Of your Blogger Post - WINODEY

Latest

RECENT POST

FOR 728X90 GOOGLE ADSENSE ADS

Saturday, August 3

How To Place Google Adsense Ads at the Right or Left Hand Side Of your Blogger Post

If you want to add Google Adsense ads on your blogger blog post body at the right or left hand side of your blog after post tittle the way it is found on this blog, that means you must go through this post to implement it too on your blog.

How To Place Google Adsense Ads at the Right Hand Side Of your Blogger Post
We will have to parse our AdSense code>>>(Parse It Here)  Or (Parse Here)Now you will add your parse code in the below piece of code and then use it in template

How To Add your Adsense inside post Left Side

    <b:if cond='data:blog.pageType == "item"'> 
    <div style="float:left;">
    your adsense code goes here </div>
    </b:if> 
How To Add your Adsense inside post Right Side

    <b:if cond='data:blog.pageType == "item"'> 
    <div style="float:Right;">
    your adsense code goes here  </div>
    </b:if> 
 
To Implement This On your Blog Follow the Below Instructions:
==> Go to blogger dashboard >>edit html>>expand widgets: 
==> Press (ctrl+F) and search this  <data:post.body/> if you find it twice in your template <data:post.body/> then try for both and check the result which is one is correct. 
==> If you want to add adsense ads at the top of post then simply past your code just above it  <data:post.body/> 
==> If you want to add adsense ads at the bottom of post then simply past your code just below it <data:post.body/> 
==>  If you have any query then feel free to ask your response will back in an hour.

Hope It Helps? If yes, Like us on Facebook
 

No comments:

Post a Comment