1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How do I add a half banner into my WordPress post?

Discussion in 'Placement / Reviews / Examples' started by Nocturnal, Jul 10, 2006.

  1. #1
    I am running WordPress 2.0.3 and I tried to put an advertisement into my post by clicking on the HTML icon and then pasting the code in there. However, this does not work, nothing shows up. Thanks in advance.
     
    Nocturnal, Jul 10, 2006 IP
  2. onedollar

    onedollar SEO Consultant for Hire

    Messages:
    3,481
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Normally, it should work fine. what code you are inserting in the post?
     
    onedollar, Jul 10, 2006 IP
  3. Nocturnal

    Nocturnal Peon

    Messages:
    132
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I am inserting my "Get Ad Code" from the AdSense Setup page.

    It starts with <script type="text/javascript">
     
    Nocturnal, Jul 10, 2006 IP
  4. onedollar

    onedollar SEO Consultant for Hire

    Messages:
    3,481
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    0
    #4
    have you modified the adsense code? cause I don't see the adsense colors code for the text and links in your site
     
    onedollar, Jul 10, 2006 IP
  5. Nocturnal

    Nocturnal Peon

    Messages:
    132
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I haven't. I copy the code right off the Google AdSense page and then paste it into the post.
     
    Nocturnal, Jul 10, 2006 IP
  6. onedollar

    onedollar SEO Consultant for Hire

    Messages:
    3,481
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    0
    #6
    but your current code is
    <script type="text/javascript"><!-- google_ad_client = "pub-XXXXXXXXXXX"; google_ad_width = 234; google_ad_height = 60; google_ad_format = "234x60_as"; google_ad_type = "text_image"; google_ad_channel =""; //--></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script>

    which doesn't contain the text and link color code options.
    regenerate the code for adsense and it should work fine.:)
     
    onedollar, Jul 10, 2006 IP
  7. Nocturnal

    Nocturnal Peon

    Messages:
    132
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I put: <script type="text/javascript"><!--
    google_ad_client = "pub-XXXXXXXXXXXXXXXX";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text_image";
    google_ad_channel ="";
    //--></script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    And it still isn't working.
     
    Nocturnal, Jul 10, 2006 IP
  8. BILZ

    BILZ Peon

    Messages:
    1,515
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #8
    BILZ, Jul 10, 2006 IP
  9. onedollar

    onedollar SEO Consultant for Hire

    Messages:
    3,481
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    0
    #9
    as mentioned above, you are not adding the complete adsense code.
    If you add (just an example below) the code too, I think it should work

    google_color_border = "8888FF";
    google_color_bg = "CCCCFF";
    google_color_link = "000066";
    google_color_url = "222222";
    google_color_text = "222222";
     
    onedollar, Jul 11, 2006 IP