How do I add adsense to a Wordpress Multiuser Site?

Discussion in 'HTML & Website Design' started by dealtoplay, Jul 2, 2008.

  1. #1
    I have wordpress multiuser (mu.wordpress.org) running on a site of mine and would like to know how to get adsense running.

    Ideally, there is a lot of space on the left or right of the blog body (regardless of template usually) and I would love to add adsense. Or even a universal search...

    Any suggestions would be GREATLY appreciated. As well, if anybody knows any better multiuser blog scripts other than wordpress available for free... please share.

    Thanks everyone! :)
     
    dealtoplay, Jul 2, 2008 IP
  2. dashenman

    dashenman Active Member

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #2
    You can access the "Widget" editor for the "Theme" you are working with under the "Design" main menu...

    Select the "Side" you want to place the Adsense code; click on the "Add" link for a "Text" widget which will move a new "Text" widget over into the right editor frame.

    Click on the "Edit" link in the new "Text" widget and insert your Adsense code like this example:

    <div align="center">
    <script type="text/javascript"><!--
    google_ad_client = "pub-[id-adsensepub]";
    google_ad_width = 300;
    google_ad_height = 250;
    google_ad_format = "300x250_as";
    google_ad_type = "text";
    google_ad_channel = "id-[adsensechannel]";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "CF710C";
    google_color_text = "000000";
    google_color_url = "9C6604";
    //--></script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </div>

    Hope this helps!
     
    dashenman, Jul 3, 2008 IP
  3. dealtoplay

    dealtoplay Active Member

    Messages:
    26
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    93
    #3
    Your post is greatly appreciated! Thank you :)
     
    dealtoplay, Jul 3, 2008 IP