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!
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!