Help! This might sound stupid but how do i put google adsence in the sidebar of my blog??? - www.official20.com
Or this would prob work on wordpress too if you wanted to hard code it with out a plug in.. </div> <-----paste the code there <?php get_sidebar(); ?> but if anyone reads this and wanted to do it on blogger read this.. http://help.blogger.com/bin/answer.py?hl=en&answer=42291 btw AutumnBreeze nice post im downloading that wp plugin myself
First of all I think that you are using wordpress. Go to theme presentation in your dashboard. Select Sidebar and paste the code somewhere in the code. (Not between php codes.) You can find the place after a few tries anyway.
Did you read the Readme file of the plugin? You will need to copy a tag into the appropriate location I suppose. Actually you can add adsense code directly without any plugin.. http://www.tamba2.org.uk/wordpress/adsense/
presentation --> theme editor --> sidebar : <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> <?php wp_list_bookmarks(); ?> <script type="text/javascript"><!-- google_ad_client = "XXXXXXXXXXXXXXXXXX"; google_ad_width = 120; google_ad_height = 600; google_ad_format = "120x600_as"; google_ad_type = "text_image"; //2007-05-29: sidebar google_ad_channel = "XXXXXXXXXXXXX"; google_color_border = "FFFFFF"; google_color_bg = "FBFBFB"; google_color_link = "0066CC"; google_color_text = "000000"; google_color_url = "000000";
May be ur adsense is Banned .. Thats Why .. Try some one's other codes then try.. Then if they show up replace with your code.
I just went through your page source. I found the there is no pub id assigned to your code. Probably this is why your ads are not showing up.
No anything assigned google_ad_client = ""; google_alternate_color = "FFFFFF"; google_ad_width = ; google_ad_height = ; google_ad_format = "_as"; google_ad_type = "text_image"; google_ad_channel =""; google_color_border = ""; google_color_link = ""; google_color_bg = ""; google_color_text = ""; google_color_url = "";
You get this part from your adsense account.. setup tab.. the ads they give you is what you put here.. inplace of the examples..
you don't need any plugins. just use the widget function of wordpress. presentation -> widgets and change your url output, it's good for search engines options -> permalinks