Sunday, June 8, 2014

How to put adsense on posts

Some bloggers have said the chances of visitors adsense account adsense ads to click if we put our ad in the beginning of post.

Then what is wrong if you also try it. I will give directions how to do it:

follow this steps :

  1. copy of your Google adsense code (the code given by Google)
  2. The code must be parsed first. Many websites that provide this parse. An example is the Blogcrowds I always use.
  3. In Blogcrowds, paste your adsense code and then click Parse
  4. Wait for the result, the code has been Parsed. Copy the code (already parsed). This will be inserted in the html template of your blog.
  5. So now to the Blogger template again and into the html of your blog
  6. Check Expand Widget
  7. Find the following code (use Ctrl + F):

    <div class='post-header'>
    <div class='post-header-line-1'/>
    </ Div>
  8. under the code above, paste your adsense code. It will display adsense just below the post title. The code should be enclosed with the following code if you want in addition to content, which is fitted at the beginning of the content. If you want under the post title but it is above the post content, do not use this code alias just paste the adsense code that has been parsed earlier.   

    <div style='float: left; 0px 0px 10px 0px;'>
    and
    </ Div>

  9. So something like below
    <div style='float: left; 0px 0px 10px 0px;'>
    - You put Google adsense code here ---

    </ Div>
Good luck and I hope my information can help you.