ads at the bottom of each post

Discussion in 'WordPress' started by goalkick, Nov 28, 2005.

  1. #1
    How do i do that? I seen blogs with ads at the bottom of each post, And I don't think its the "footer" because some posts are really short and they appear at the bottom of the message, not the whole site.

    ps. i use adsense just in case.
     
    goalkick, Nov 28, 2005 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,808
    Likes Received:
    4,535
    Best Answers:
    123
    Trophy Points:
    665
    #2
    Depends on the blogging software - it's not hard to tweak the templates.
     
    sarahk, Nov 28, 2005 IP
  3. onedollar

    onedollar SEO Consultant for Hire

    Messages:
    3,481
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    0
    #3
    if you are using wordpress, search for plugins and you should come up with the plugin which offer this
     
    onedollar, Nov 29, 2005 IP
  4. jawinn

    jawinn Active Member

    Messages:
    1,024
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    88
    #4
    What ad service are these blogs using? G has a limit of 3 ads per page.
     
    jawinn, Nov 29, 2005 IP
  5. goalkick

    goalkick Peon

    Messages:
    292
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    adsense, and yes he has a referral botton, another ad on top, and the ad im talking about.
    Wordpress? I use blogspot.
     
    goalkick, Nov 29, 2005 IP
  6. goalkick

    goalkick Peon

    Messages:
    292
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I think he just adds the code in the post ? I think so, im gonna try that.
     
    goalkick, Nov 29, 2005 IP
  7. bschneider5

    bschneider5 Active Member

    Messages:
    1,009
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    88
    #7
    you cando that also, but it's a lot easier to ust post it once in your code.
     
    bschneider5, Nov 30, 2005 IP
  8. goalkick

    goalkick Peon

    Messages:
    292
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I don't know how to do that....seems like blogspot templates are tricky....
     
    goalkick, Nov 30, 2005 IP
  9. jawinn

    jawinn Active Member

    Messages:
    1,024
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    88
    #9
    Yes, where do you place the ad code?
     
    jawinn, Nov 30, 2005 IP
  10. bschneider5

    bschneider5 Active Member

    Messages:
    1,009
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    88
    #10
    What platform do you use?
     
    bschneider5, Dec 1, 2005 IP
  11. bschneider5

    bschneider5 Active Member

    Messages:
    1,009
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    88
    #11
    If you look at my blog, I have my ads appear after each post. Here is where the code is placed in my index.php file using wordpress.
    	</div>
    	</div>
    	<div class="comments">
    		<?php wp_link_pages(); ?>
    		<?php comments_popup_link(__('<strong>0</strong> Comments'), __('<strong>1</strong> Comment'), __('<strong>%</strong> Comments')); ?>
    	
    	</div>
    <script type="text/javascript"><!--
    google_ad_client = "pub-1725522918851661";
    google_ad_width = 234;
    google_ad_height = 60;
    google_ad_format = "234x60_as";
    google_ad_type = "text_image";
    google_ad_channel ="5657200493";
    google_color_border = "ffffff";
    google_color_bg = "ffffff";
    google_color_link = "78A515";
    google_color_url = "78A515";
    google_color_text = "000000";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    
    <?php comments_template(); ?>
      
    <?php endwhile; else: ?>
    <div class="warning">
    	<p><?php _e('Sorry, no posts matched your criteria, please try and search again.'); ?></p>
    </div>
    Code (markup):
     
    bschneider5, Dec 1, 2005 IP
  12. 2mk_atspace

    2mk_atspace Well-Known Member

    Messages:
    317
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #12
    Warning : Google Adsene Only Allowed 3 ad per page
     
    2mk_atspace, Dec 1, 2005 IP
  13. bschneider5

    bschneider5 Active Member

    Messages:
    1,009
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    88
    #13
    True, that has to be taken into consieration. I have the header, then the first two posts get ads
     
    bschneider5, Dec 4, 2005 IP