<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PcTechBlog &#187; Google</title>
	<atom:link href="http://www.pctechblog.com/category/google/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pctechblog.com</link>
	<description>random talk about pc problems</description>
	<lastBuildDate>Fri, 03 Jul 2009 19:36:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google adsense ads not showing</title>
		<link>http://www.pctechblog.com/google/google-adsense-ads-not-showing</link>
		<comments>http://www.pctechblog.com/google/google-adsense-ads-not-showing#comments</comments>
		<pubDate>Fri, 03 Jul 2009 19:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[google adsense]]></category>

		<guid isPermaLink="false">http://www.pctechblog.com/?p=78</guid>
		<description><![CDATA[After placing the adsense code i copied from Google Adsense site, i noticed that the ads were not showing on my Wordpress Blog Site.
I found out that the problem was that the code was pasted as a single line which was the cause of the problem. The code was pasted like this:

&#60;script type=&#8221;text/javascript&#8221;&#62;&#60;!&#8211;google_ad_client = &#8220;pub-xxxxxxxxxxx&#8221;;/* 468&#215;15  */google_ad_slot [...]]]></description>
			<content:encoded><![CDATA[<p>After placing the adsense code i copied from Google Adsense site, i noticed that the ads were not showing on my Wordpress Blog Site.</p>
<p>I found out that the problem was that the code was pasted as a single line which was the cause of the problem. The code was pasted like this:</p>
<p><span id="more-78"></span></p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;&lt;!&#8211;google_ad_client = &#8220;pub-xxxxxxxxxxx&#8221;;/* 468&#215;15  */google_ad_slot = &#8220;xxxxxxxxx&#8221;;google_ad_width=468;google_ad_height = 15;//&#8211;&gt;&lt;/script&gt;&lt;script type=&#8221;text/javascript&#8221; src=&#8221;<a href="http://pagead2.googlesyndication.com/pagead/show_ads.js" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://pagead2.googlesyndication.com/pagead/show_ads.js');">http://pagead2.googlesyndication.com/pagead/show_ads.js</a>&#8220;&gt;&lt;/script&gt; </p>
<p>in one line.</p>
<p>After i edited the code to be several lines, the ads started showing again:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
&lt;!&#8211;<br />
google_ad_client = &#8220;pub-xxxxxxxxxxx&#8221;;<br />
/* 468&#215;15  */<br />
google_ad_slot = &#8220;xxxxxxxxx&#8221;;<br />
google_ad_width=468;<br />
google_ad_height = 15;<br />
//&#8211;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;<a href="http://pagead2.googlesyndication.com/pagead/show_ads.js" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://pagead2.googlesyndication.com/pagead/show_ads.js');">http://pagead2.googlesyndication.com/pagead/show_ads.js</a>&#8220;&gt;<br />
&lt;/script&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pctechblog.com/google/google-adsense-ads-not-showing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
