How can i Put Google Adsense Below Post Title in Blogger?

Discussion in 'AdSense' started by horkslight, Jun 15, 2013.

  1. #1
    How can i Put Google Adsense Like this puc

    [​IMG]
     
    horkslight, Jun 15, 2013 IP
  2. Expectation

    Expectation Member

    Messages:
    219
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    28
    #2
    1. Go To your AdSense account.
    2. Then My ads.
    3. and click new ad unit.
    4. Just follow the simple instructions to create Ad unit or link unit.
    now you when your ads code is ready copy and save in notepad with working folder.
    and time to edit your blogger template and before editing make your template backup ( how to make a template Backup)
    Step 1. Go to your blogger Dashboard>> Template>> proceed>> and click on expand widgets also ( press CTRL+F for search code in your template)
    and find this peace of code. (how to find code using Search bar)
    <div class='post-header-line-1'>​
    </div>​
    or this.
    <div class='post-header-line-1'/>​
    Step 2. and replace with below code.
    <div class='post-header-line-1'>​
    <!—YOUR ADSENSE PARSED CODE HERE—>​
    </div>​
    you can parsed AdSense code with here this site http://www.bloggertipstricks.com/p/html-encoder-tool.html . Just parse your AdSense code and paste below post header line 1.


    Or try this

    Adding Google Adsense in Blogger Below Post Titles


      1. Go to Blogger >> Template.
      2. Backup your blog template.
      3. Click on Edit HTML button.
      4. Tick on Expand Widget Template box.
      5. Press Ctrl+F and search for
    <data:post.body/>​

      1. Now paste below code just above it.
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    PLACE YOUR AD CODE HERE
    </b:if>

    1. Replace PLACE YOUR AD CODE HERE with your parsed ad code.
    2. Click on save template button.
    3. You are done!
    Once you performed these steps then visit any of your blog posts. Ad below post title will look something like this:

    I hope it help for every one thanks
     
    Expectation, Jun 15, 2013 IP
  3. dorianshala

    dorianshala Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Google can penalize you for such an action, I would prefer the default way of placing ads which is regulated by blogger.
     
    dorianshala, Jun 16, 2013 IP
  4. Expectation

    Expectation Member

    Messages:
    219
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    28
    #4
    no mate google not penalize this i confirm this from google last time and many many people doing this so its safe
     
    Expectation, Jun 16, 2013 IP
  5. lifeplayer

    lifeplayer Notable Member

    Messages:
    15,609
    Likes Received:
    475
    Best Answers:
    0
    Trophy Points:
    265
    #5
    Yes, but ensure your title and/or content is not confuse the ads
     
    lifeplayer, Jun 17, 2013 IP
  6. Chetan Chaudhari

    Chetan Chaudhari Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #6
    Hey Expectation...
    tried doing it on my blog www.desiznworld.com.. but didnt work..
    Can you please help me
     
    Chetan Chaudhari, Jun 18, 2013 IP
  7. Expectation

    Expectation Member

    Messages:
    219
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    28
    #7
    what is prob you face can you explain yes i can help you if you cant add it properly also some template little change coding so need to ad some different codes i need to look at 1st or post your prob screenshot here
     
    Expectation, Jun 18, 2013 IP
  8. amb1235

    amb1235 Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #8
    i tried all but i have not show any adsense below the post title ,post middle and above footer. can you pls any give me any idea how to do it
     
    amb1235, Oct 9, 2013 IP
  9. dicksonkho

    dicksonkho Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #9
    I also tried, but the adsense ads didn't showing at my blogger post. Can anyone help us? Thanks.
     
    dicksonkho, Mar 8, 2014 IP
  10. Bryan Fajardo

    Bryan Fajardo Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #10
    this is the code to show ads after the title. this is 100% guaranteed.

    ------------------------------------------
    <data:post.body/>
    <b:else/>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <!-- after title ads post it here below the parsed ad code -->

    </b:if>
    <data:post.body/>
    --------------------------------------

    just find
    <data:post.body/>
    <b:else/>


    this is my blog http://best-android-apps-download.blogspot.com/ . i do not have adsense but i know what to do.
     
    Bryan Fajardo, Mar 9, 2014 IP
  11. Bryan Fajardo

    Bryan Fajardo Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #11
    just copy the code between this line

    ----------------------

    ----------------------

    i hate it. the code makes an emoticon.
    just copy and paste it in notepad and emoticon will be gone.
     
    Bryan Fajardo, Mar 9, 2014 IP
  12. geeklove2rock

    geeklove2rock Active Member

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #12
    I know there are lots of step by step guides available over web that teach you how to put Google Adsesne ads below the post in Blogger. But those old tutorials are not working anymore because of New Blogger Template Editor.

    Now what you need to do is, follow below steps:

    1. Open Blogger Template Editor, then CTRL+F and search for this code

    <b:if cond=’data:blog.metaDescription == &quot;&quot;’>

    2. Once you able to find the above code, what you need to do is Copy the below Code, then Paste above the Following Code.

    <b:if cond=’data:blog.pageType == &quot;item&quot;’>
    Put Your Ads Code Here
    </b:if>

    3. Now all coding will look something like this:

    <b:if cond=’data:blog.pageType == &quot;item&quot;’>
    Put Your Ads Code Here
    </b:if>
    <b:if cond=’data:blog.metaDescription == &quot;&quot;’>


    4. You just need to replace the “Put Your Ads Code Here” with parse Adsesne ad code which you created above.

    Try this I'm sure this will work for you :D

    Credits:
    http://www.putques.com/put-place-google-adsesne-ads-below-title-in-blogger/
     
    geeklove2rock, Apr 10, 2014 IP