<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Personalization of a sales letter</title>
	<link>http://askmichel.icoder.com/2006/06/02/page-personalization/</link>
	<description>i Code to help you profit!</description>
	<pubDate>Tue,  6 Jan 2009 01:21:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-304</link>
		<pubDate>Thu, 01 Jan 2009 13:55:35 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-304</guid>
					<description>Hi Osman,


You can upload the &lt;code&gt;personalize.js&lt;/code&gt; file into the root folder of your blog and insert the script tag into the blog footer template:
&lt;code&gt;&amp;#60;script type=&amp;#34;text/javascript&amp;#34; src=&amp;#34;&lt;span style=&quot;color:red;&quot;&gt;/&lt;/span&gt;personalize.js&amp;#34;&amp;#62;
&amp;#60;/script&amp;#62;&lt;/code&gt;

Note. You need to enter the correct path to the &lt;code&gt;personalize.js&lt;/code&gt; file.
If you upload it into the root folder, use precedent slash befor the file-name.

You also need to use personalization tags like is shown above.
&lt;code&gt;&amp;#60;A name=&amp;#34;first_name&amp;#34;&amp;#62;&amp;#60;/A&amp;#62;&lt;/code&gt;

Hope this helps.
Michel</description>
		<content:encoded><![CDATA[<p>Hi Osman,</p>
<p>You can upload the <code>personalize.js</code> file into the root folder of your blog and insert the script tag into the blog footer template:<br />
<code>&lt;script type=&quot;text/javascript&quot; src=&quot;<span style="color:red;">/</span>personalize.js&quot;&gt;<br />
&lt;/script&gt;</code></p>
<p>Note. You need to enter the correct path to the <code>personalize.js</code> file.<br />
If you upload it into the root folder, use precedent slash befor the file-name.</p>
<p>You also need to use personalization tags like is shown above.<br />
<code>&lt;A name=&quot;first_name&quot;&gt;&lt;/A&gt;</code></p>
<p>Hope this helps.<br />
Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Osman</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-303</link>
		<pubDate>Thu, 01 Jan 2009 12:27:28 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-303</guid>
					<description>oppss..

the  tag doesn't appear.

this is what I'm trying to type in.

:)</description>
		<content:encoded><![CDATA[<p>oppss..</p>
<p>the  tag doesn&#8217;t appear.</p>
<p>this is what I&#8217;m trying to type in.</p>
<p>:)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Osman</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-302</link>
		<pubDate>Thu, 01 Jan 2009 12:26:02 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-302</guid>
					<description>I mean I can't find the  tag to
have the script pasted on.

Ok...</description>
		<content:encoded><![CDATA[<p>I mean I can&#8217;t find the  tag to<br />
have the script pasted on.</p>
<p>Ok&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Osman</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-301</link>
		<pubDate>Thu, 01 Jan 2009 12:24:37 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-301</guid>
					<description>Hi Michel,

Thanks for this script... I've managed to
get it to work on my website.

But how can I get it to work on a blog?
Where should i upload the personalize.js
script on? Is it on the theme folder or the 
main blog folder? 

And I also can't find a 
tag to have the script pasted on.</description>
		<content:encoded><![CDATA[<p>Hi Michel,</p>
<p>Thanks for this script&#8230; I&#8217;ve managed to<br />
get it to work on my website.</p>
<p>But how can I get it to work on a blog?<br />
Where should i upload the personalize.js<br />
script on? Is it on the theme folder or the<br />
main blog folder? </p>
<p>And I also can&#8217;t find a<br />
tag to have the script pasted on.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-290</link>
		<pubDate>Tue, 21 Oct 2008 12:30:41 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-290</guid>
					<description>Hi Osman,

1) You need to include this script into your squeeze page with the form.
So when someone submits the form, their Email and Name would be
saved in cookies.

This could be any form you'd like.
This form could send the data to your autoresponder.

2) You need to include this script into the thank-you page.
Also adjust your thank-you page with the personalize &lt;code&gt;&amp;#60;A name=&amp;#34;firstname&amp;#34;&amp;#62;&lt;/code&gt; tags.
So the script would take the Email and Name from cookies and
substitute the text inside the personalize tags.

By another words, you need to include the script into both
the squeeze page and the thank-you page to get it working.

Hope this helps.

Michel</description>
		<content:encoded><![CDATA[<p>Hi Osman,</p>
<p>1) You need to include this script into your squeeze page with the form.<br />
So when someone submits the form, their Email and Name would be<br />
saved in cookies.</p>
<p>This could be any form you&#8217;d like.<br />
This form could send the data to your autoresponder.</p>
<p>2) You need to include this script into the thank-you page.<br />
Also adjust your thank-you page with the personalize <code>&lt;A name=&quot;firstname&quot;&gt;</code> tags.<br />
So the script would take the Email and Name from cookies and<br />
substitute the text inside the personalize tags.</p>
<p>By another words, you need to include the script into both<br />
the squeeze page and the thank-you page to get it working.</p>
<p>Hope this helps.</p>
<p>Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Osman</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-287</link>
		<pubDate>Sat, 11 Oct 2008 15:29:35 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-287</guid>
					<description>I'm still confused how this thing works.

I've set up a squeeze page which will direct
to a thank you page after someone enter
their name and email address.

But how can the autoresponder script integrate
with your personalisation script.

I tried following the steps shown but it just
don't seem to work.

Please help.

Thanks.

Osman</description>
		<content:encoded><![CDATA[<p>I&#8217;m still confused how this thing works.</p>
<p>I&#8217;ve set up a squeeze page which will direct<br />
to a thank you page after someone enter<br />
their name and email address.</p>
<p>But how can the autoresponder script integrate<br />
with your personalisation script.</p>
<p>I tried following the steps shown but it just<br />
don&#8217;t seem to work.</p>
<p>Please help.</p>
<p>Thanks.</p>
<p>Osman
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sum Gye</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-282</link>
		<pubDate>Thu, 14 Aug 2008 19:02:34 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-282</guid>
					<description>Michael -

When you personalize a page with the page URL, can you then
PULL that info (first name, last name) INTO the the sales page
and avoid having to use a form to grab the data?

I haven't tested this yet, but will it work??? Or is ti obvious that
it WILL work and I'm not seeing it (or obvious that it WON'T work
and I'm not seeing that either).

I am NOT a programmer, just fascinated with webpages, etc...

Sum</description>
		<content:encoded><![CDATA[<p>Michael -</p>
<p>When you personalize a page with the page URL, can you then<br />
PULL that info (first name, last name) INTO the the sales page<br />
and avoid having to use a form to grab the data?</p>
<p>I haven&#8217;t tested this yet, but will it work??? Or is ti obvious that<br />
it WILL work and I&#8217;m not seeing it (or obvious that it WON&#8217;T work<br />
and I&#8217;m not seeing that either).</p>
<p>I am NOT a programmer, just fascinated with webpages, etc&#8230;</p>
<p>Sum
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Larry Keenan</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-265</link>
		<pubDate>Mon, 02 Jun 2008 14:49:28 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-265</guid>
					<description>I have edited the script with the following:

 * Added user field for Autoresponder Unlimited.
 * Added nickname field for Rapid Action Profits.
 * Added f , l and e fields for Infinite Responder.
 * Added category2 and category3 for getresponse.
 * Added affname to allow for affiliate name display
 * Shorten Document Domain to allow script to work across sub domains.

Grab my revised version from:
http://www.mymagicwebutilities.com/p/personalize.js

Have a Great Day!
Larry Keenan</description>
		<content:encoded><![CDATA[<p>I have edited the script with the following:</p>
<p> * Added user field for Autoresponder Unlimited.<br />
 * Added nickname field for Rapid Action Profits.<br />
 * Added f , l and e fields for Infinite Responder.<br />
 * Added category2 and category3 for getresponse.<br />
 * Added affname to allow for affiliate name display<br />
 * Shorten Document Domain to allow script to work across sub domains.</p>
<p>Grab my revised version from:<br />
<a href='http://www.mymagicwebutilities.com/p/personalize.js' rel='nofollow'>http://www.mymagicwebutilities.com/p/personalize.js</a></p>
<p>Have a Great Day!<br />
Larry Keenan
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-73</link>
		<pubDate>Mon, 20 Nov 2006 11:03:03 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-73</guid>
					<description>Hi Richard,
Thanks for your question.

I've just uploaded a new version of this script.
It allows you to use personalization parameters with a page URL.
So you can provide your AWeber subscribers with a personalized link.

Download the script with the same link: &lt;a href=&quot;http://askmichel.icoder.com/wp-content/uploads/2006/06/personalize.js&quot; rel=&quot;nofollow&quot;&gt;personalize.js&lt;/a&gt;
&lt;i&gt;Click the link with the right mouse-button and select the &quot;Save target As...&quot; menu item.&lt;/i&gt;

Use this URL parameters below:
&lt;b&gt;_&lt;/b&gt;_&lt;b&gt;fn&lt;/b&gt; - for the first name,
&lt;b&gt;_&lt;/b&gt;_&lt;b&gt;ln&lt;/b&gt; - for the last name,
&lt;b&gt;_&lt;/b&gt;_&lt;b&gt;n&lt;/b&gt; - for the full name,
&lt;b&gt;_&lt;/b&gt;_&lt;b&gt;e&lt;/b&gt; - for the email address.

So, your link would look like this:

http://www.YourDomainName.com&lt;span style=&quot;color:red&quot;&gt;?&lt;/span&gt;&lt;b&gt;__fn=John&lt;/b&gt;&lt;span style=&quot;color:red&quot;&gt;&amp;#38;&lt;/span&gt;&lt;b&gt;__ln=Doe&lt;/b&gt;
Or with your AWeber Tags:
http://www.YourDomainName.com?__fn={!firstname_fix}&amp;#38;__ln={!lastname}

I hope this helps.

Michel</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
Thanks for your question.</p>
<p>I&#8217;ve just uploaded a new version of this script.<br />
It allows you to use personalization parameters with a page URL.<br />
So you can provide your AWeber subscribers with a personalized link.</p>
<p>Download the script with the same link: <a href="http://askmichel.icoder.com/wp-content/uploads/2006/06/personalize.js" rel="nofollow">personalize.js</a><br />
<i>Click the link with the right mouse-button and select the &#8220;Save target As&#8230;&#8221; menu item.</i></p>
<p>Use this URL parameters below:<br />
<b>_</b>_<b>fn</b> - for the first name,<br />
<b>_</b>_<b>ln</b> - for the last name,<br />
<b>_</b>_<b>n</b> - for the full name,<br />
<b>_</b>_<b>e</b> - for the email address.</p>
<p>So, your link would look like this:</p>
<p><a href='http://www.YourDomainName.com' rel='nofollow'>http://www.YourDomainName.com</a><span style="color:red">?</span><b>__fn=John</b><span style="color:red">&amp;</span><b>__ln=Doe</b><br />
Or with your AWeber Tags:<br />
<a href='http://www.YourDomainName.com?__fn=' rel='nofollow'>http://www.YourDomainName.com?__fn=</a>{!firstname_fix}&amp;__ln={!lastname}</p>
<p>I hope this helps.</p>
<p>Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: rtharp</title>
		<link>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-70</link>
		<pubDate>Fri, 17 Nov 2006 10:40:30 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/02/page-personalization/#comment-70</guid>
					<description>Can this be done in aweber? 

I've got clients that are 4 years old on my list.

It would have to be done through the links on my html either in the email or
on the page..

something like this 

www.YourDomainName.com/{!firstname_fix}     can the js somehow recoginize what Aweber enters?</description>
		<content:encoded><![CDATA[<p>Can this be done in aweber? </p>
<p>I&#8217;ve got clients that are 4 years old on my list.</p>
<p>It would have to be done through the links on my html either in the email or<br />
on the page..</p>
<p>something like this </p>
<p><a href='http://www.YourDomainName.com/' rel='nofollow'>www.YourDomainName.com/</a>{!firstname_fix}     can the js somehow recoginize what Aweber enters?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
