<?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: Tracking Wordpress Landing Pages With Prosper202</title>
	<atom:link href="http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/</link>
	<description>Confessions of a Reformed Blackhat</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:51:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steven</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-17582</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sat, 27 Feb 2010 03:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-17582</guid>
		<description>Looks like this only works if you use Wordpress to create separate, one-off landing PAGES, not a landing SITE. The user comes in, visits the one page, and leaves to an external offer.

If you use Wordpress as it&#039;s originally intended - to make sites with multiple pages where people browse around before they leave - this trick still won&#039;t help, correct? Another JS firing on another page would overwrite the first one.</description>
		<content:encoded><![CDATA[<p>Looks like this only works if you use Wordpress to create separate, one-off landing PAGES, not a landing SITE. The user comes in, visits the one page, and leaves to an external offer.</p>
<p>If you use Wordpress as it&#8217;s originally intended &#8211; to make sites with multiple pages where people browse around before they leave &#8211; this trick still won&#8217;t help, correct? Another JS firing on another page would overwrite the first one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-14574</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-14574</guid>
		<description>My footer files look like they&#039;ve been turned into some kind of encrypted code. 

Wtf is going on? I tried looking as some other template footer files and its the same bullshit. 

I dont know where the body tag will be if it looks like this:

</description>
		<content:encoded><![CDATA[<p>My footer files look like they&#8217;ve been turned into some kind of encrypted code. </p>
<p>Wtf is going on? I tried looking as some other template footer files and its the same bullshit. </p>
<p>I dont know where the body tag will be if it looks like this:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CPA</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-14345</link>
		<dc:creator>CPA</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-14345</guid>
		<description>Nickycakes’ code is actually a bit off which is causing it not to work properly. Here is the correct code:

\
\
\\

Enjoy,

CPA


Enjoy,

CPA</description>
		<content:encoded><![CDATA[<p>Nickycakes’ code is actually a bit off which is causing it not to work properly. Here is the correct code:</p>
<p>\<br />
\<br />
\\</p>
<p>Enjoy,</p>
<p>CPA</p>
<p>Enjoy,</p>
<p>CPA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-14302</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 27 Jan 2010 11:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-14302</guid>
		<description>The code didn&#039;t show up properly but can be found here: http://prosper.tracking202.com/forum/12/21/prosper-and-wordpress</description>
		<content:encoded><![CDATA[<p>The code didn&#8217;t show up properly but can be found here: <a href="http://prosper.tracking202.com/forum/12/21/prosper-and-wordpress" rel="nofollow">http://prosper.tracking202.com/forum/12/21/prosper-and-wordpress</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-14301</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 27 Jan 2010 11:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-14301</guid>
		<description>I couldn&#039;t get it to work on the homepage using Nicky&#039;s technique without getting a syntax error at the bottom of the page. I found this code posted by Wes on the prosper202 forum that works for me:

 $row ) {

$split_chars = preg_split(&#039;/\?{1}/&#039;,$navigation[$key],-1,PREG_SPLIT_OFFSET_CAPTURE);

$navigation[$key] = $split_chars[0][0];

}

if (!$navigation[1]) { ?&gt; JAVASCRIPT CODE HERE 

and this is to be placed in your footer.php or whatever php file it is. this displays the JAVASCRIPT CODE if it is only on the HOMEPAGE.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get it to work on the homepage using Nicky&#8217;s technique without getting a syntax error at the bottom of the page. I found this code posted by Wes on the prosper202 forum that works for me:</p>
<p> $row ) {</p>
<p>$split_chars = preg_split(&#8216;/\?{1}/&#8217;,$navigation[$key],-1,PREG_SPLIT_OFFSET_CAPTURE);</p>
<p>$navigation[$key] = $split_chars[0][0];</p>
<p>}</p>
<p>if (!$navigation[1]) { ?&gt; JAVASCRIPT CODE HERE </p>
<p>and this is to be placed in your footer.php or whatever php file it is. this displays the JAVASCRIPT CODE if it is only on the HOMEPAGE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-13040</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 17 Jan 2010 00:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-13040</guid>
		<description>There&#039;s a new plugin available for WordPress that doesn&#039;t involve messing with the site&#039;s code.  You can find it at http://customrequest.com/prosper202-tracking-plugin/</description>
		<content:encoded><![CDATA[<p>There&#8217;s a new plugin available for WordPress that doesn&#8217;t involve messing with the site&#8217;s code.  You can find it at <a href="http://customrequest.com/prosper202-tracking-plugin/" rel="nofollow">http://customrequest.com/prosper202-tracking-plugin/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-11767</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Wed, 06 Jan 2010 20:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-11767</guid>
		<description>Nickcakes
are we saying that the possibility of using prosper 202 as a good tool without having your data ripped. Is it better to install it onto your own computer for noobs to practice on. Also is there any other tracking software u recommend.

Can you have a wordpress on your domain name with prosper202 and how to install both in the root folder.
thanks</description>
		<content:encoded><![CDATA[<p>Nickcakes<br />
are we saying that the possibility of using prosper 202 as a good tool without having your data ripped. Is it better to install it onto your own computer for noobs to practice on. Also is there any other tracking software u recommend.</p>
<p>Can you have a wordpress on your domain name with prosper202 and how to install both in the root folder.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garth</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-6944</link>
		<dc:creator>Garth</dc:creator>
		<pubDate>Thu, 19 Nov 2009 01:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-6944</guid>
		<description>Is there any word on a possible plug in for this? I confess to be struggling with it, though my php knowledge is rudimentary at best.  

I&#039;m trying to figure out how you guys are even setting your WP blogs in the first place.  Are you only adding a single post to your blog, so the LP is www.LP.com? 

 Or are you adding multiple posts and just using the is_single option to specify the post?  In this case, I&#039;m not sure what my landing page link should be for p202.  Should it be the permalink of the post?

Or are you creating individual pages for each post? I haven&#039;t tinkered with this too much, but are you then using the page link for the p202 tracker?  

Thanks.  Sorry, I&#039;m very much new to this, and this has been a big headache for me.  So much so that I&#039;m considering dropping WP all together.</description>
		<content:encoded><![CDATA[<p>Is there any word on a possible plug in for this? I confess to be struggling with it, though my php knowledge is rudimentary at best.  </p>
<p>I&#8217;m trying to figure out how you guys are even setting your WP blogs in the first place.  Are you only adding a single post to your blog, so the LP is <a href="http://www.LP.com?" rel="nofollow">http://www.LP.com?</a> </p>
<p> Or are you adding multiple posts and just using the is_single option to specify the post?  In this case, I&#8217;m not sure what my landing page link should be for p202.  Should it be the permalink of the post?</p>
<p>Or are you creating individual pages for each post? I haven&#8217;t tinkered with this too much, but are you then using the page link for the p202 tracker?  </p>
<p>Thanks.  Sorry, I&#8217;m very much new to this, and this has been a big headache for me.  So much so that I&#8217;m considering dropping WP all together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeromyS</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-6337</link>
		<dc:creator>JeromyS</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-6337</guid>
		<description>Thanks,

This should be easy, but what confuses me is there seems to be two trains of thought on here. 

One, place the code in the footer.php file or Two, place the code within the post. I see some commenters saying this works perfectly for them.

I will mess around with this some more and see if I can get one of these methods to work for me. 

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>This should be easy, but what confuses me is there seems to be two trains of thought on here. </p>
<p>One, place the code in the footer.php file or Two, place the code within the post. I see some commenters saying this works perfectly for them.</p>
<p>I will mess around with this some more and see if I can get one of these methods to work for me. </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.nickycakes.com/tracking-wordpress-landing-pages-with-prosper202/comment-page-1/#comment-5467</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Mon, 18 May 2009 13:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickycakes.com/?p=245#comment-5467</guid>
		<description>hey thanks for this great post. only thing i don&#039;t understand how url do i have to put as landing page in 202? if my wordpress url is www.xyz.com/post1

do i post this url there? and how do i pass keyword in wordpress LP? 

thanks for help</description>
		<content:encoded><![CDATA[<p>hey thanks for this great post. only thing i don&#8217;t understand how url do i have to put as landing page in 202? if my wordpress url is <a href="http://www.xyz.com/post1" rel="nofollow">http://www.xyz.com/post1</a></p>
<p>do i post this url there? and how do i pass keyword in wordpress LP? </p>
<p>thanks for help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
