BlogSpot

Dispaly Adsense Under Title or Wrap Adsense In the Content on Blogspot

Good Ad placement position can get more clicks and increase your revenue.As you know, if you add adsense on your blogger, the default adsense places are at the end of every posts and the sidebar,then How To Create An Adsense Unit That Text Wraps Around on blogspot?Following these steps will help you wrap adsense in blogger posts.

  • Login to your Blogger account.
  • At the Blogger Dashboard, click the Settings listed behind “Manage” for the blog that you want to enable to show AdSense ads between posts.
  • Click  Template tab, then click on Edit HTML sub-tab link to open Blogger HTML code template editor to edit the contents of your template.blogger edit
  • in order to began the next steps, you should backup a copy of your template by click on Download Full Template link, in case it’s is needed be uploaded to Blogger server to recover the template in the event of mistake or corruption.
  • Click to tick the Expand Widget Templates checkbox.
    image
  • after you click the Expand Widget Templates checkbox, you will see the html codes in the form, then Search the following  new Blogger template HTML code in the text box:
    <data:post.body/>and I find it here:
    image
  • Put the Parsed Google AdSense JavaScript code into the template before the line of <data:post.body/>
    Notice: YOU MUST CHANGE THE ADSENSE CODES LIKE THIS

    &lt;script type=”text/javascript”&gt;&lt;!–
    google_ad_client = “pub-XXXXXXXXXXXXXXX”;
    google_ad_width = 336;
    google_ad_height = 280;
    google_ad_format = “336×280_as”;
    google_ad_type = “text_image”;
    google_ad_channel = “”;
    google_color_border = “FFFFFF”;
    google_color_bg = “FFFFFF”;
    google_color_link = “0000FF”;
    google_color_text = “000000”;
    google_color_url = “000080”;
    //–&gt;&lt;/script&gt;
    &lt;script type=”text/javascript”
    src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”&gt;
    &lt;/script&gt;

    after you have put the  parsed Google AdSense JavaScript code into the template, it should be like this
    image then, the google adsense ad block will appear under the title.But, you should not put the only adsense under title, which will make the visitors think the links are your content, you must wrap the adsense..Why?

    Ads shouldn’t be placed under a title or section heading in a way that implies that the ads are not ads.
    For example, ads shouldn’t be placed under titles such as “Dallas Business Opportunities” or “Today’s Hot Deals”. Placing ads directly below titles such as these implies to your users that the links in the ads are publisher-created content. The example below shows a placement that does not follow this guideline.

     

    just add a css code:
    div.
    Okay, you can just put the following codes before <data:post.body/>
    ———————————————————————————————

    < div style=”float:right;”>
        &lt;script type=”text/javascript”&gt;&lt;!–
    google_ad_client = “pub-XXXXXXXXXXXXXXX”;
    google_ad_width = 336;
    google_ad_height = 280;
    google_ad_format = “336×280_as”;
    google_ad_type = “text_image”;
    google_ad_channel = “”;
    google_color_border = “FFFFFF”;
    google_color_bg = “FFFFFF”;
    google_color_link = “0000FF”;
    google_color_text = “000000”;
    google_color_url = “000080”;
    //–&gt;&lt;/script&gt;
    &lt;script type=”text/javascript”
    src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”&gt;
    &lt;/script&gt;
        < /div>
    ———————————————————————————————

    Note the above code will align AdSense ad block to the left. You can also make it make it float to the right, but change the “float: left;” to “float: right;” (some user reported that you may need to use only single quote (’) instead of double quote (”) for it to work, i.e. ‘float: left’ and not “float: left”).

  • At last, save the template. The adsense unite will appear like this
    Dispaly Adsense Under Title or Wrap Adsense In the Content on Blogspotput google ads which will shown in only individual post – ads How to make it appear only to a single post