A Few Places to put Adsense in Blogger

Posted by Labels: at
With the change of language in Blogger templates , html to xml, add advertising directly in the code became a little less intuitive , plus any error in syntax can cause you can not save changes to the template.

To help in this task we have made ​​a list of 10 places on my blog more common to put advertising and how to implement them and the formats most appropriate based on the available on adsense. (

PUBLICITY
Sidebar
blogger-ads-sidebar.png


Implementation:

 This is one of the easiest places to place adsense . Just go to the panel elements (template / page elements ) and add a widget with html ad code or directly a widget adsense advertising.

Recommended formats: 125 × 125, 120 × 600 and 160 × 600


Between posts
blogger-ads-entrepost.png


Implementation:

You can see how to implement it in our article on this option to blogger.

Recommended formats: 468 × 60, 300 × 250 and 336 × 280

Under the header

blogger-ads-titulo.png
Implementation:
  • Transform your ad code html equivalent characters. You can use an online converter .
  • Search <div id='header-wrapper'>
  • Paste the code just after converted .
  • Recommended formats: 728 × 90 and 728 × 15
On the column entries
blogger-ads-colpost.png
Implementation:



  • Transform your ad code html equivalent characters.
  • Search <div id='main-wrapper'>
  • Paste the code just after converted .
  • Recommended formats: 460 × 68, 468 × 15 and 336 × 280

    Under the title of the post (visible on all pages )
    blogger-ads-titpost.png
    Implementation:
    • Transform your ad code html equivalent characters.
    • Expand template gadgets and looking <div class='post-header-line-1'/> ( search for it but find it without / )
    • Paste the code just after converted .
    • Recommended formats: 468 × 68 and 468 × 15
    • Paste the code converted following this scheme :
    • 
      
      <b:if cond='data:blog.pageType == "item"'>
      
      <!-- Aquí el código del anuncio -->
      
      </b:if>
    Recommended formats: 468x68 y 468x15
    At the foot of the entrance
    blogger-ads-piepost.png
            Implementation:
    • Transform your ad code html equivalent characters.
    • Expand template gadgets and looking <p class='post-footer-line post-footer-line-3'/> ( search for it but find it without / )
    • Paste the code just after converted.
    • Recommended formats: 468x68 and 468x15
    • In the body of the entry (visible on all pages )
    In the body of the entry (visible on all pages )

    blogger-ads-bodypost.png

    Implementation:



  • Transform your ad code html equivalent characters.
  • Expand template gadgets and looking <div class='post-body entry-content'> ( but it is looking <div class='post-body'> only)
  • Just paste the code below transformed following this scheme:

  • 
    
    <div style='float:right'>
    
    <!-- Here the ad code -->
    
    </div>

    Recommended formats: 125x125 , 180x150 , 120x240 and 200x200
    In the body of the entry (you only visible on pages of posts)




  • Transform your ad code html equivalent characters.
  • Expand template gadgets and looking <div class='post-body entry-content'> ( but it is looking <div class='post-body'> only)
  • Just paste the code below transformed following this scheme:

  • 
    
    <b:if cond='data:blog.pageType == "item"'>
    <div style='float:right'>
    
    <!-- Here the ad code -->
    
    </div>
    </b:if>
    Recommended formats: 125x125 , 180x150 , 120x240 and 200x200

    Between post and comments ( only visible on pages of posts)

    blogger-ads-postcom.png
    Implementation:


  • Transform your ad code html equivalent characters.
  • Expands gadgets and looking template : </ b : includable >
  • <b:includable id='commentDeleteIcon' var='comment'>


  • Just paste the code above transformed following this scheme :

  • 
    
    <b:if cond='data:blog.pageType == "item"'>
    
    <!-- Here the ad code -->
    
    </b:if>


    Recommended formats: 468x60, 300x250 and 336x280

    At the foot of the blog

    blogger-ads-footer.png
    Implementation:
    • Transform your ad code html equivalent characters. You can use an online converter .
    • Search <div id='footer-wrapper'>
    • Paste the code just after converted 
    • Recommended formats: 728x90 and 728x15

    I hasten to questions that may emerge :

    I can not find the codes what to do? .

    Check template expanded beam devices. These are the generic code of Blogger and are present in all template unless you are been changed by a hack or the template designer ( in templates blogandweb not deleted or changed ) .

    Ads  look bad , why?

    The ads will be affected by the styles ( css ) selectors ( divs ) and containing some templates could be wrong here should consider modifying those styles , or search for another relee cases, change the template .

    Should I put the 10 codes in my blog?

     No, please use one of the places where you want to put advertising, having considered the limits on the number adsense ads and make a balance with your content.


    Why the code is transformed to html characters ?

    Blogger will read it as text and not as code and do not cause errors when saving.


    Why only 3 ads are displayed on the homepage?

    This is because the text ads limited established by adsense on one page. Combine the type of ads (text, references and link units ) to be able to show the number of ads you want .
    Post a Comment

    Back to Top