<?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 for Sascha Kimmel - Living The Web Experience Since 1996</title>
	<atom:link href="http://www.saschakimmel.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saschakimmel.com</link>
	<description>Entrepreneur, internet marketer, full-scale web developer, media production, love SEO, SEM, AJAX, PHP - Living the web experience since 1996</description>
	<pubDate>Thu, 17 May 2012 20:59:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How To Capture And Track Clicks On The Facebook &#8220;Like&#8221; Button by Pham Hoang</title>
		<link>http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/comment-page-2/#comment-131477</link>
		<dc:creator>Pham Hoang</dc:creator>
		<pubDate>Fri, 20 Apr 2012 06:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=615#comment-131477</guid>
		<description>Hello Kimmel,

I did use the your code before it worked for me, but now, it is not okie.

Look likes FB.Event.subscribe("edge.create") method doesn't work anymore.

this is my full code:



    window.fbAsyncInit = function () {
        FB.init({ appId: '188319724546440', status: true, cookie: true, xfbml: true });
        FB.Event.subscribe("edge.create", function (targetUrl) {
            alert('liked');
        });
        FB.Event.subscribe("edge.remove", function (targetUrl) {
            alert('unliked');
        });
    };
    (function () {
        var e = document.createElement('script'); e.async = true;
        e.src = document.location.protocol +
      '//connect.facebook.net/en_US/all.js';
        document.getElementById('fb-root').appendChild(e);
    } ());



I see I liked this page on my profile Facebook, but I didn't see alert('liked');

I don't know what things wrong. I wish it could as well as I did before. Could you please help me?</description>
		<content:encoded><![CDATA[<p>Hello Kimmel,</p>
<p>I did use the your code before it worked for me, but now, it is not okie.</p>
<p>Look likes FB.Event.subscribe(&#8221;edge.create&#8221;) method doesn&#8217;t work anymore.</p>
<p>this is my full code:</p>
<p>    window.fbAsyncInit = function () {<br />
        FB.init({ appId: &#8216;188319724546440&#8242;, status: true, cookie: true, xfbml: true });<br />
        FB.Event.subscribe(&#8221;edge.create&#8221;, function (targetUrl) {<br />
            alert(&#8217;liked&#8217;);<br />
        });<br />
        FB.Event.subscribe(&#8221;edge.remove&#8221;, function (targetUrl) {<br />
            alert(&#8217;unliked&#8217;);<br />
        });<br />
    };<br />
    (function () {<br />
        var e = document.createElement(&#8217;script&#8217;); e.async = true;<br />
        e.src = document.location.protocol +<br />
      &#8216;//connect.facebook.net/en_US/all.js&#8217;;<br />
        document.getElementById(&#8217;fb-root&#8217;).appendChild(e);<br />
    } ());</p>
<p>I see I liked this page on my profile Facebook, but I didn&#8217;t see alert(&#8217;liked&#8217;);</p>
<p>I don&#8217;t know what things wrong. I wish it could as well as I did before. Could you please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Hide Links To Avoid NoFollow PageRank Sculpting Issues by Steve</title>
		<link>http://www.saschakimmel.com/2009/06/how-to-hide-links-to-avoid-nofollow-pagerank-sculpting-issues/comment-page-1/#comment-115654</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 17 Feb 2012 10:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=521#comment-115654</guid>
		<description>Very good script but i need to open my link in a new window.
I am not good in javascript so someone could help me ?
Thank you :o)</description>
		<content:encoded><![CDATA[<p>Very good script but i need to open my link in a new window.<br />
I am not good in javascript so someone could help me ?<br />
Thank you :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Capture And Track Clicks On The Facebook &#8220;Like&#8221; Button by admin</title>
		<link>http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/comment-page-2/#comment-66020</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 25 Aug 2011 15:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=615#comment-66020</guid>
		<description>@pierre: You just have to set a cookie which you can either do on the server - if you send an AJAX request when the user clicks on the "Like" button - or via JavaScript. Then you can read that cookie - either via JavaScript or again on the server.</description>
		<content:encoded><![CDATA[<p>@pierre: You just have to set a cookie which you can either do on the server - if you send an AJAX request when the user clicks on the &#8220;Like&#8221; button - or via JavaScript. Then you can read that cookie - either via JavaScript or again on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Capture And Track Clicks On The Facebook &#8220;Like&#8221; Button by pierre</title>
		<link>http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/comment-page-2/#comment-66017</link>
		<dc:creator>pierre</dc:creator>
		<pubDate>Thu, 25 Aug 2011 15:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=615#comment-66017</guid>
		<description>hi great tuto, and works great, 

would like ask you if is a possibility to check wen a user have click on like btn, and went he come back on the web site , to memorize this for the next visit on the site, because i have a text who said "thank you" went  it click, and went the user comme back he the text is like before the click.
see on http://www.socialike.eu

sorry my english is very bad. 

tanks</description>
		<content:encoded><![CDATA[<p>hi great tuto, and works great, </p>
<p>would like ask you if is a possibility to check wen a user have click on like btn, and went he come back on the web site , to memorize this for the next visit on the site, because i have a text who said &#8220;thank you&#8221; went  it click, and went the user comme back he the text is like before the click.<br />
see on <a href="http://www.socialike.eu" rel="nofollow">http://www.socialike.eu</a></p>
<p>sorry my english is very bad. </p>
<p>tanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Capture And Track Clicks On The Facebook &#8220;Like&#8221; Button by Ralf</title>
		<link>http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/comment-page-2/#comment-59670</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Wed, 03 Aug 2011 12:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=615#comment-59670</guid>
		<description>Hi is there a way to make this work true e-mail? to capture the likes?

Mail chimp works that way but i cant find anywhere info how to make this work true e-mail

http://mashable.com/2010/07/09/mailchimp-facebook-like/
http://emailexpert.org/adding-a-facebook-like-button-to-your-email-template/</description>
		<content:encoded><![CDATA[<p>Hi is there a way to make this work true e-mail? to capture the likes?</p>
<p>Mail chimp works that way but i cant find anywhere info how to make this work true e-mail</p>
<p><a href="http://mashable.com/2010/07/09/mailchimp-facebook-like/" rel="nofollow">http://mashable.com/2010/07/09/mailchimp-facebook-like/</a><br />
<a href="http://emailexpert.org/adding-a-facebook-like-button-to-your-email-template/" rel="nofollow">http://emailexpert.org/adding-a-facebook-like-button-to-your-email-template/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Capture And Track Clicks On The Facebook &#8220;Like&#8221; Button by admin</title>
		<link>http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/comment-page-2/#comment-59599</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Aug 2011 03:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=615#comment-59599</guid>
		<description>@shani: Because this is not a very ethical (and probably not even legal) method I'm not going to help you with that, sorry. Anyway, thanks for taking the time to read this post and add your comment.</description>
		<content:encoded><![CDATA[<p>@shani: Because this is not a very ethical (and probably not even legal) method I&#8217;m not going to help you with that, sorry. Anyway, thanks for taking the time to read this post and add your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Capture And Track Clicks On The Facebook &#8220;Like&#8221; Button by shani</title>
		<link>http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/comment-page-2/#comment-59529</link>
		<dc:creator>shani</dc:creator>
		<pubDate>Tue, 02 Aug 2011 20:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=615#comment-59529</guid>
		<description>hi i want to like facebook but not on click when a user comes to my website it automatically likes. sir can you help me regarding this?
please send me mail
advance thanx</description>
		<content:encoded><![CDATA[<p>hi i want to like facebook but not on click when a user comes to my website it automatically likes. sir can you help me regarding this?<br />
please send me mail<br />
advance thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Capture And Track Clicks On The Facebook &#8220;Like&#8221; Button by Dian</title>
		<link>http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/comment-page-2/#comment-48921</link>
		<dc:creator>Dian</dc:creator>
		<pubDate>Sat, 25 Jun 2011 10:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=615#comment-48921</guid>
		<description>Hi there ,

This is a great article, but the link to facebook.js seems to be dead. Please repost.</description>
		<content:encoded><![CDATA[<p>Hi there ,</p>
<p>This is a great article, but the link to facebook.js seems to be dead. Please repost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Capture And Track Clicks On The Facebook &#8220;Like&#8221; Button by Paolo Brocco</title>
		<link>http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/comment-page-2/#comment-48537</link>
		<dc:creator>Paolo Brocco</dc:creator>
		<pubDate>Thu, 23 Jun 2011 16:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=615#comment-48537</guid>
		<description>This technique works also inside a Tab (facebook app). However facebook is on the process of deprecating FBML. In this tutorial you show how to capture the "likes" from a fb:like button (FBML). I tried to use the recommended (by facebook) way tro create the like button (iframe) as you see here: http://developers.facebook.com/docs/reference/plugins/like/

By using the facebook way + edge.create as explained in this tutorial, the like click is not captured. Do you know why or what to do to make it work? Thanks.</description>
		<content:encoded><![CDATA[<p>This technique works also inside a Tab (facebook app). However facebook is on the process of deprecating FBML. In this tutorial you show how to capture the &#8220;likes&#8221; from a fb:like button (FBML). I tried to use the recommended (by facebook) way tro create the like button (iframe) as you see here: <a href="http://developers.facebook.com/docs/reference/plugins/like/" rel="nofollow">http://developers.facebook.com/docs/reference/plugins/like/</a></p>
<p>By using the facebook way + edge.create as explained in this tutorial, the like click is not captured. Do you know why or what to do to make it work? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Capture And Track Clicks On The Facebook &#8220;Like&#8221; Button by Bruce</title>
		<link>http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/comment-page-2/#comment-47066</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 15 Jun 2011 17:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.saschakimmel.com/?p=615#comment-47066</guid>
		<description>Thanks for a great article! The iframe version allows me to specify the page I want Liked, as opposed to the current page the visitor user is on. (e.g iframe  src="http://www. facebook . com/plugins/like.php?href=www. facebook . com/MYPAGE)

Is there any way to specify the page to like using your approach and still track Likes?</description>
		<content:encoded><![CDATA[<p>Thanks for a great article! The iframe version allows me to specify the page I want Liked, as opposed to the current page the visitor user is on. (e.g iframe  src=&#8221;http://www. facebook . com/plugins/like.php?href=www. facebook . com/MYPAGE)</p>
<p>Is there any way to specify the page to like using your approach and still track Likes?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
