<?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: New release for the FriendFeed Comments WordPress plugin - 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>
	<pubDate>Fri, 29 Aug 2008 05:50:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-bleeding</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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-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;&#60;?php get_header(); ?&#62;&lt;br&gt;&lt;br&gt;    &#60;div id="content"&#62;&lt;br&gt;&lt;br&gt;	&#60;?php if (have_posts()) : ?&#62;&lt;br&gt;&lt;br&gt;		&#60;?php while (have_posts()) : the_post(); ?&#62;&lt;br&gt;&lt;br&gt;        &#60;div class="post" id="post-&#60;?php the_ID(); ?&#62;"&#62;&lt;br&gt;		  &#60;div class="date"&#62;&#60;span&#62;&#60;?php the_time('M') ?&#62;&#60;/span&#62; &#60;?php the_time('d') ?&#62;&#60;/div&#62;&lt;br&gt;		  &#60;div class="title"&#62;&lt;br&gt;          &#60;h2&#62;&#60;a href="&#60;?php the_permalink() ?&#62;" rel="bookmark" title="Permanent link til &#60;?php the_title(); ?&#62;"&#62;&#60;?php the_title(); ?&#62;&lt;/a&gt;&#60;/h2&#62;&lt;br&gt;          &#60;div class="postdata"&#62;&#60;span class="category"&#62;&#60;?php the_category(', ') ?&#62;&#60;/span&#62; &#60;span class="comments"&#62;&#60;?php comments_popup_link('Ingen kommentarer &#187;', '1 Kommentar &#187;', '% Kommentarer &#187;'); ?&#62;&#60;/span&#62;&#60;/div&#62;&lt;br&gt;		  &#60;/div&#62;&lt;br&gt;          &#60;div class="entry"&#62;&lt;br&gt;&lt;p&gt;Skrevet af &lt;strong&gt;&#60;?php the_author(); ?&#62;&lt;/strong&gt;&lt;/p&gt;&lt;br&gt;            &#60;?php the_content('Continue reading &#187;'); ?&#62;&lt;br&gt;            &lt;br&gt;           &lt;p class="submeta"&gt;&lt;br&gt;			&#60;?php &lt;br&gt;				if(function_exists("the_tags"))&lt;br&gt;					the_tags('\\ tags: ', ', ', '&lt;br /&gt;'); 					&lt;br&gt;			?&#62;&lt;br&gt;Trackback URL: &#60;?php the_permalink() ?&#62;trackback/&lt;br&gt;&#60;?php wp_ffcomments() ?&#62;&lt;br&gt;            &lt;/p&gt;&lt;br&gt;&lt;br&gt;          &#60;/div&#62;&#60;!--/entry --&#62;&lt;br&gt;          &lt;br&gt;        &#60;/div&#62;&#60;!--/post --&#62;&lt;br&gt;&lt;br&gt;		&#60;?php endwhile; ?&#62;&lt;br&gt;&lt;br&gt;I am not the most skilled programmer, so i don't know what i'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(&#8217;M') ?&gt;&lt;/span&gt; &lt;?php the_time(&#8217;d') ?&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(&#8217;, &#8216;) ?&gt;&lt;/span&gt; &lt;span class=&#8221;comments&#8221;&gt;&lt;?php comments_popup_link(&#8217;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(&#8217;Continue reading &raquo;&#8217;); ?&gt;</p>
<p class="submeta">			&lt;?php <br />				if(function_exists(&#8221;the_tags&#8221;))<br />					the_tags(&#8217;\\ 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-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't thought of that.  I really shouldn't be using those&lt;br&gt;shortcuts.  I'll get rid of them in the next release&lt;br&gt;&lt;br&gt;2008/5/27 Disqus &#60;&#62;:</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-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 "&#60;?=" to "&#60;?php echo", 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-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'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="http://blog.mastermaq.ca/images/ffcomments1.gif"&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="http://blog.mastermaq.ca/images/ffcomments2.gif"&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-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 &#038;&#038; in this line that begins with "$is_same_blog = ($blog_url['host'] == $post_url['host'])". 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'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-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'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-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 'blog_url' matched but, as the language is appended to the url, the 'path' part didn'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'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-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 '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-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 'lean' 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-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's sorted it :) Thanks.&lt;br&gt;You go and design a new feature and I don'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 - 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>

<!-- Dynamic Page Served (once) in 0.427 seconds -->
