<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: New release for the FriendFeed Comments WordPress plugin &#8211; remembering your details</title>
	<atom:link href="http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 14:54:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Lars Damgaard Nielsen</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117840</link>
		<dc:creator>Lars Damgaard Nielsen</dc:creator>
		<pubDate>Wed, 04 Jun 2008 01:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117840</guid>
		<description>I can not get this awesome plugin to work :-(  &lt;br&gt;&lt;br&gt;I have put the wp_ffcomments() in the Main Index Template inside the loop like this (its in the fifth line from the bottom of the code) :&lt;br&gt;&lt;br&gt;&lt;?php get_header(); ?&gt;&lt;br&gt;&lt;br&gt;    &lt;div id=&quot;content&quot;&gt;&lt;br&gt;&lt;br&gt;	&lt;?php if (have_posts()) : ?&gt;&lt;br&gt;&lt;br&gt;		&lt;?php while (have_posts()) : the_post(); ?&gt;&lt;br&gt;&lt;br&gt;        &lt;div class=&quot;post&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;&lt;br&gt;		  &lt;div class=&quot;date&quot;&gt;&lt;span&gt;&lt;?php the_time(&#039;M&#039;) ?&gt;&lt;/span&gt; &lt;?php the_time(&#039;d&#039;) ?&gt;&lt;/div&gt;&lt;br&gt;		  &lt;div class=&quot;title&quot;&gt;&lt;br&gt;          &lt;h2&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent link til &lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;&lt;br&gt;          &lt;div class=&quot;postdata&quot;&gt;&lt;span class=&quot;category&quot;&gt;&lt;?php the_category(&#039;, &#039;) ?&gt;&lt;/span&gt; &lt;span class=&quot;comments&quot;&gt;&lt;?php comments_popup_link(&#039;Ingen kommentarer &#187;&#039;, &#039;1 Kommentar &#187;&#039;, &#039;% Kommentarer &#187;&#039;); ?&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;		  &lt;/div&gt;&lt;br&gt;          &lt;div class=&quot;entry&quot;&gt;&lt;br&gt;&lt;p&gt;Skrevet af &lt;strong&gt;&lt;?php the_author(); ?&gt;&lt;/strong&gt;&lt;/p&gt;&lt;br&gt;            &lt;?php the_content(&#039;Continue reading &#187;&#039;); ?&gt;&lt;br&gt;            &lt;br&gt;           &lt;p class=&quot;submeta&quot;&gt;&lt;br&gt;			&lt;?php &lt;br&gt;				if(function_exists(&quot;the_tags&quot;))&lt;br&gt;					the_tags(&#039;\\ tags: &#039;, &#039;, &#039;, &#039;&lt;br /&gt;&#039;); 					&lt;br&gt;			?&gt;&lt;br&gt;Trackback URL: &lt;?php the_permalink() ?&gt;trackback/&lt;br&gt;&lt;?php wp_ffcomments() ?&gt;&lt;br&gt;            &lt;/p&gt;&lt;br&gt;&lt;br&gt;          &lt;/div&gt;&lt;!--/entry --&gt;&lt;br&gt;          &lt;br&gt;        &lt;/div&gt;&lt;!--/post --&gt;&lt;br&gt;&lt;br&gt;		&lt;?php endwhile; ?&gt;&lt;br&gt;&lt;br&gt;I am not the most skilled programmer, so i don&#039;t know what i&#039;m doing wrong ...</description>
		<content:encoded><![CDATA[<p>I can not get this awesome plugin to work <img src='http://blog.slaven.net.au/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />   </p>
<p>I have put the wp_ffcomments() in the Main Index Template inside the loop like this (its in the fifth line from the bottom of the code) :</p>
<p>&lt;?php get_header(); ?&gt;</p>
<p>    &lt;div id=&#8221;content&#8221;&gt;</p>
<p>	&lt;?php if (have_posts()) : ?&gt;</p>
<p>		&lt;?php while (have_posts()) : the_post(); ?&gt;</p>
<p>        &lt;div class=&#8221;post&#8221; id=&#8221;post-&lt;?php the_ID(); ?&gt;&#8221;&gt;<br />		  &lt;div class=&#8221;date&#8221;&gt;&lt;span&gt;&lt;?php the_time(&#8216;M&#8217;) ?&gt;&lt;/span&gt; &lt;?php the_time(&#8216;d&#8217;) ?&gt;&lt;/div&gt;<br />		  &lt;div class=&#8221;title&#8221;&gt;<br />          &lt;h2&gt;&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Permanent link til &lt;?php the_title(); ?&gt;&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;<br />          &lt;div class=&#8221;postdata&#8221;&gt;&lt;span class=&#8221;category&#8221;&gt;&lt;?php the_category(&#8216;, &#8216;) ?&gt;&lt;/span&gt; &lt;span class=&#8221;comments&#8221;&gt;&lt;?php comments_popup_link(&#8216;Ingen kommentarer &#187;&#8217;, &#8216;1 Kommentar &#187;&#8217;, &#8216;% Kommentarer &#187;&#8217;); ?&gt;&lt;/span&gt;&lt;/div&gt;<br />		  &lt;/div&gt;<br />          &lt;div class=&#8221;entry&#8221;&gt;
<p>Skrevet af <strong>&lt;?php the_author(); ?&gt;</strong></p>
<p>            &lt;?php the_content(&#8216;Continue reading &raquo;&#8217;); ?&gt;</p>
<p class="submeta">			&lt;?php <br />				if(function_exists(&#8220;the_tags&#8221;))<br />					the_tags(&#8216;\\ tags: &#8216;, &#8216;, &#8216;, &#8216;<br />&#8216;); 					<br />			?&gt;<br />Trackback URL: &lt;?php the_permalink() ?&gt;trackback/<br />&lt;?php wp_ffcomments() ?&gt;            </p>
<p>          &lt;/div&gt;&lt;!&#8211;/entry &#8211;&gt;</p>
<p>        &lt;/div&gt;&lt;!&#8211;/post &#8211;&gt;</p>
<p>		&lt;?php endwhile; ?&gt;</p>
<p>I am not the most skilled programmer, so i don&#8217;t know what i&#8217;m doing wrong &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Slaven</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117839</link>
		<dc:creator>Glenn Slaven</dc:creator>
		<pubDate>Tue, 27 May 2008 14:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117839</guid>
		<description>Ah good point, I hadn&#039;t thought of that.  I really shouldn&#039;t be using those&lt;br&gt;shortcuts.  I&#039;ll get rid of them in the next release&lt;br&gt;&lt;br&gt;2008/5/27 Disqus &lt;&gt;:</description>
		<content:encoded><![CDATA[<p>Ah good point, I hadn&#8217;t thought of that.  I really shouldn&#8217;t be using those<br />shortcuts.  I&#8217;ll get rid of them in the next release</p>
<p>2008/5/27 Disqus &lt;&gt;:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mastermaq</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117838</link>
		<dc:creator>mastermaq</dc:creator>
		<pubDate>Tue, 27 May 2008 11:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117838</guid>
		<description>Got it to work finally. Had to do a string replace in friendfeed-comments.php, to change &quot;&lt;?=&quot; to &quot;&lt;?php echo&quot;, without the quotes obviously. Maybe this is because I am on Windows? Anyway, did that, deleted plugin data, and re-entered the settings and now it works.</description>
		<content:encoded><![CDATA[<p>Got it to work finally. Had to do a string replace in friendfeed-comments.php, to change &#8220;&lt;?=&#8221; to &#8220;&lt;?php echo&#8221;, without the quotes obviously. Maybe this is because I am on Windows? Anyway, did that, deleted plugin data, and re-entered the settings and now it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mastermaq</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117837</link>
		<dc:creator>mastermaq</dc:creator>
		<pubDate>Tue, 27 May 2008 07:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117837</guid>
		<description>I simply can&#039;t get this to work! Whenever I enabled the plugin, and go into the settings, it looks like this:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blog.mastermaq.ca/images/ffcomments1.gif&quot;&gt;http://blog.mastermaq.ca/images/ffcomments1.gif&lt;/a&gt;&lt;br&gt;&lt;br&gt;Then I click save, and the page goes blank, like this:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blog.mastermaq.ca/images/ffcomments2.gif&quot;&gt;http://blog.mastermaq.ca/images/ffcomments2.gif&lt;/a&gt;&lt;br&gt;&lt;br&gt;Any ideas?</description>
		<content:encoded><![CDATA[<p>I simply can&#8217;t get this to work! Whenever I enabled the plugin, and go into the settings, it looks like this:</p>
<p><a href="http://blog.mastermaq.ca/images/ffcomments1.gif">http://blog.mastermaq.ca/images/ffcomments1.gif</a></p>
<p>Then I click save, and the page goes blank, like this:</p>
<p><a href="http://blog.mastermaq.ca/images/ffcomments2.gif">http://blog.mastermaq.ca/images/ffcomments2.gif</a></p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adapar</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117836</link>
		<dc:creator>adapar</dc:creator>
		<pubDate>Thu, 22 May 2008 06:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117836</guid>
		<description>The change is a crude hack: I merely commented everything after the &amp;&amp; in this line that begins with &quot;$is_same_blog = ($blog_url[&#039;host&#039;] == $post_url[&#039;host&#039;])&quot;. I will change it later to check if Gengo is installed so it can behave accordingly. If you want, I can send the changes later this week.&lt;br&gt;&lt;br&gt;Thanks for updating the post, it&#039;s much clearer now.</description>
		<content:encoded><![CDATA[<p>The change is a crude hack: I merely commented everything after the &#038;&#038; in this line that begins with &#8220;$is_same_blog = ($blog_url['host'] == $post_url['host'])&#8221;. I will change it later to check if Gengo is installed so it can behave accordingly. If you want, I can send the changes later this week.</p>
<p>Thanks for updating the post, it&#8217;s much clearer now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Slaven</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117835</link>
		<dc:creator>Glenn Slaven</dc:creator>
		<pubDate>Wed, 21 May 2008 16:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117835</guid>
		<description>Adapar, what did you need to change in the path matching to make it work?&lt;br&gt;&lt;br&gt;Also, I&#039;ve updated the post to make the security of your API key more clear</description>
		<content:encoded><![CDATA[<p>Adapar, what did you need to change in the path matching to make it work?</p>
<p>Also, I&#8217;ve updated the post to make the security of your API key more clear</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adapar</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117834</link>
		<dc:creator>adapar</dc:creator>
		<pubDate>Wed, 21 May 2008 12:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117834</guid>
		<description>Well, it worked like a charm after a little hack to make it work along with Gengo 2.5.1; both &#039;blog_url&#039; matched but, as the language is appended to the url, the &#039;path&#039; part didn&#039;t match (in line 179 of friendfeed-comments.php).&lt;br&gt;&lt;br&gt;I have a nitpick about the security note in your post: maybe it would be nice if people are warned that their API keys will be stored in the blog&#039;s database in clear text. Otherwise, they might assume a local cookie is handling that bit.&lt;br&gt;&lt;br&gt;Good work!</description>
		<content:encoded><![CDATA[<p>Well, it worked like a charm after a little hack to make it work along with Gengo 2.5.1; both &#8216;blog_url&#8217; matched but, as the language is appended to the url, the &#8216;path&#8217; part didn&#8217;t match (in line 179 of friendfeed-comments.php).</p>
<p>I have a nitpick about the security note in your post: maybe it would be nice if people are warned that their API keys will be stored in the blog&#8217;s database in clear text. Otherwise, they might assume a local cookie is handling that bit.</p>
<p>Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Slaven</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117833</link>
		<dc:creator>Glenn Slaven</dc:creator>
		<pubDate>Mon, 19 May 2008 15:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117833</guid>
		<description>Awesome, sorry &#039;bout that</description>
		<content:encoded><![CDATA[<p>Awesome, sorry &#8217;bout that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Slaven</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117824</link>
		<dc:creator>Glenn Slaven</dc:creator>
		<pubDate>Mon, 19 May 2008 15:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117824</guid>
		<description>Well I guess you just need to &#039;lean&#039; on Matt to get him to add it to the service :)</description>
		<content:encoded><![CDATA[<p>Well I guess you just need to &#8216;lean&#8217; on Matt to get him to add it to the service <img src='http://blog.slaven.net.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colinwalker</title>
		<link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/comment-page-1/#comment-117832</link>
		<dc:creator>colinwalker</dc:creator>
		<pubDate>Mon, 19 May 2008 13:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-117832</guid>
		<description>Yep, that&#039;s sorted it :) Thanks.&lt;br&gt;You go and design a new feature and I don&#039;t even use it - typical ;)</description>
		<content:encoded><![CDATA[<p>Yep, that&#8217;s sorted it <img src='http://blog.slaven.net.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks.<br />You go and design a new feature and I don&#8217;t even use it &#8211; typical <img src='http://blog.slaven.net.au/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
