<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Search Ads WordPress Plugin</title>
	<atom:link href="http://www.dailyblogtips.com/search-ads-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailyblogtips.com/search-ads-wordpress-plugin/</link>
	<description></description>
	<lastBuildDate>Sun, 21 Mar 2010 17:12:54 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GeekLad</title>
		<link>http://www.dailyblogtips.com/search-ads-wordpress-plugin/comment-page-1/#comment-1067662</link>
		<dc:creator>GeekLad</dc:creator>
		<pubDate>Wed, 20 Jan 2010 12:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=4363#comment-1067662</guid>
		<description>Great plugin!  We use it on &lt;a href=&quot;http://www.makeuseof.com&quot; rel=&quot;nofollow&quot;&gt;MakeUseOf.com&lt;/a&gt;.  However, there is one problem with it.  If you use Google Custom Search Engine (as we do) on your blog, the ads are displayed when you click on results.

I did manage to put together a decent workaround for this.  I put together some JavaScript to display our ad.  It works by using a regular expression to check to see if the referrer has google.com/cse?cx= in it, and if it finds it, it inserts the &lt;strong&gt;&lt;script&gt;&lt;/strong&gt; tag that displays the ad:

&lt;code&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
if(!document.referrer.match(/.google.com/cse?cx=/)) {
	script = document.createElement(&quot;script&quot;);
	script.type = &quot;text/javascript&quot;;
	script.src = &quot;http://url.to.ad/code.js&quot;;
	document.body.appendChild(script);
}
&lt;/script&gt;

You  may wish to use a similar method within the plugin code so that such a workaround isn&#039;t necessary.  Hope this is useful for anyone else running into similar issues with Google CSE.</description>
		<content:encoded><![CDATA[<p>Great plugin!  We use it on <a href="http://www.makeuseof.com" rel="nofollow">MakeUseOf.com</a>.  However, there is one problem with it.  If you use Google Custom Search Engine (as we do) on your blog, the ads are displayed when you click on results.</p>
<p>I did manage to put together a decent workaround for this.  I put together some JavaScript to display our ad.  It works by using a regular expression to check to see if the referrer has google.com/cse?cx= in it, and if it finds it, it inserts the <strong>&lt;script&gt;</strong> tag that displays the ad:</p>
<p><code><br />
&lt;script type="text/javascript"&gt;<br />
if(!document.referrer.match(/.google.com/cse?cx=/)) {<br />
	script = document.createElement("script");<br />
	script.type = "text/javascript";<br />
	script.src = "http://url.to.ad/code.js";<br />
	document.body.appendChild(script);<br />
}<br />
&lt;/script&gt;</p>
<p>You  may wish to use a similar method within the plugin code so that such a workaround isn't necessary.  Hope this is useful for anyone else running into similar issues with Google CSE.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://www.dailyblogtips.com/search-ads-wordpress-plugin/comment-page-1/#comment-953546</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Thu, 20 Aug 2009 03:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=4363#comment-953546</guid>
		<description>Dan, thanks for clarifying that... i was just making sure it wasn&#039;t against their TOS...
otherwise i love this concept: presenting ads only to information seekers... in a way Google should benefit from this since they get quality visitors... just post it here in case you find something we should know in regards to TOS...</description>
		<content:encoded><![CDATA[<p>Dan, thanks for clarifying that&#8230; i was just making sure it wasn&#8217;t against their TOS&#8230;<br />
otherwise i love this concept: presenting ads only to information seekers&#8230; in a way Google should benefit from this since they get quality visitors&#8230; just post it here in case you find something we should know in regards to TOS&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surender Sharma</title>
		<link>http://www.dailyblogtips.com/search-ads-wordpress-plugin/comment-page-1/#comment-950452</link>
		<dc:creator>Surender Sharma</dc:creator>
		<pubDate>Sun, 16 Aug 2009 07:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=4363#comment-950452</guid>
		<description>I have checked this plugin and find it good.But I deleted it after testing because It is against Google TOS.
Isn&#039;t it?</description>
		<content:encoded><![CDATA[<p>I have checked this plugin and find it good.But I deleted it after testing because It is against Google TOS.<br />
Isn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Scocco</title>
		<link>http://www.dailyblogtips.com/search-ads-wordpress-plugin/comment-page-1/#comment-948327</link>
		<dc:creator>Daniel Scocco</dc:creator>
		<pubDate>Thu, 13 Aug 2009 14:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=4363#comment-948327</guid>
		<description>@Robert, cloaking is when you present different content to search engine bots and users. For example, a malicious user could display some health and fitness content to search bots, while trying to sell viagra with flash based site to visitors. 

That is what violates Google&#039;s policy.

What this plugin does is simply to segment the ads based on traffic sources, it does not alter the content or try to hide anything from search bots.</description>
		<content:encoded><![CDATA[<p>@Robert, cloaking is when you present different content to search engine bots and users. For example, a malicious user could display some health and fitness content to search bots, while trying to sell viagra with flash based site to visitors. </p>
<p>That is what violates Google&#8217;s policy.</p>
<p>What this plugin does is simply to segment the ads based on traffic sources, it does not alter the content or try to hide anything from search bots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://www.dailyblogtips.com/search-ads-wordpress-plugin/comment-page-1/#comment-947325</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Wed, 12 Aug 2009 04:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=4363#comment-947325</guid>
		<description>Hey Dan,

Is this plug in against Adsense TOS? It does some sort cloaking that&#039;s why i asked...
 can you clarify that... thx..</description>
		<content:encoded><![CDATA[<p>Hey Dan,</p>
<p>Is this plug in against Adsense TOS? It does some sort cloaking that&#8217;s why i asked&#8230;<br />
 can you clarify that&#8230; thx..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
