<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Development on a shoestring - Latest Comments in New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://slaven.disqus.com/</link><description></description><language>en</language><lastBuildDate>Tue, 03 Jun 2008 10:29:56 -0000</lastBuildDate><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-578150</link><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;&amp;lt;?php get_header(); ?&amp;gt;&lt;br&gt;&lt;br&gt;    &amp;lt;div id="content"&amp;gt;&lt;br&gt;&lt;br&gt;	&amp;lt;?php if (have_posts()) : ?&amp;gt;&lt;br&gt;&lt;br&gt;		&amp;lt;?php while (have_posts()) : the_post(); ?&amp;gt;&lt;br&gt;&lt;br&gt;        &amp;lt;div class="post" id="post-&amp;lt;?php the_ID(); ?&amp;gt;"&amp;gt;&lt;br&gt;		  &amp;lt;div class="date"&amp;gt;&amp;lt;span&amp;gt;&amp;lt;?php the_time('M') ?&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;?php the_time('d') ?&amp;gt;&amp;lt;/div&amp;gt;&lt;br&gt;		  &amp;lt;div class="title"&amp;gt;&lt;br&gt;          &amp;lt;h2&amp;gt;&amp;lt;a href="&amp;lt;?php the_permalink() ?&amp;gt;" rel="bookmark" title="Permanent link til &amp;lt;?php the_title(); ?&amp;gt;"&amp;gt;&amp;lt;?php the_title(); ?&amp;gt;&lt;/a&gt;&amp;lt;/h2&amp;gt;&lt;br&gt;          &amp;lt;div class="postdata"&amp;gt;&amp;lt;span class="category"&amp;gt;&amp;lt;?php the_category(', ') ?&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class="comments"&amp;gt;&amp;lt;?php comments_popup_link('Ingen kommentarer &amp;#187;', '1 Kommentar &amp;#187;', '% Kommentarer &amp;#187;'); ?&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br&gt;		  &amp;lt;/div&amp;gt;&lt;br&gt;          &amp;lt;div class="entry"&amp;gt;&lt;br&gt;&lt;p&gt;Skrevet af &lt;strong&gt;&amp;lt;?php the_author(); ?&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;br&gt;            &amp;lt;?php the_content('Continue reading &amp;raquo;'); ?&amp;gt;&lt;br&gt;            &lt;br&gt;           &lt;p class="submeta"&gt;&lt;br&gt;			&amp;lt;?php &lt;br&gt;				if(function_exists("the_tags"))&lt;br&gt;					the_tags('\\\\ tags: ', ', ', '&lt;br /&gt;'); 					&lt;br&gt;			?&amp;gt;&lt;br&gt;Trackback URL: &amp;lt;?php the_permalink() ?&amp;gt;trackback/&lt;br&gt;&amp;lt;?php wp_ffcomments() ?&amp;gt;&lt;br&gt;            &lt;/p&gt;&lt;br&gt;&lt;br&gt;          &amp;lt;/div&amp;gt;&amp;lt;!--/entry --&amp;gt;&lt;br&gt;          &lt;br&gt;        &amp;lt;/div&amp;gt;&amp;lt;!--/post --&amp;gt;&lt;br&gt;&lt;br&gt;		&amp;lt;?php endwhile; ?&amp;gt;&lt;br&gt;&lt;br&gt;I am not the most skilled programmer, so i don't know what i'm doing wrong ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Damgaard Nielsen</dc:creator><pubDate>Tue, 03 Jun 2008 10:29:56 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-532326</link><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 &amp;lt;&amp;gt;:</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dalziel</dc:creator><pubDate>Mon, 26 May 2008 23:25:03 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-531809</link><description>Got it to work finally. Had to do a string replace in friendfeed-comments.php, to change "&amp;lt;?=" to "&amp;lt;?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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mastermaq</dc:creator><pubDate>Mon, 26 May 2008 20:55:50 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-530733</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mastermaq</dc:creator><pubDate>Mon, 26 May 2008 16:13:23 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-503144</link><description>The change is a crude hack: I merely commented everything after the &amp;&amp; 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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adapar</dc:creator><pubDate>Wed, 21 May 2008 15:15:30 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-500424</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dalziel</dc:creator><pubDate>Wed, 21 May 2008 01:33:24 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-499236</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adapar</dc:creator><pubDate>Tue, 20 May 2008 21:39:51 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-487854</link><description>Awesome, sorry 'bout that</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dalziel</dc:creator><pubDate>Mon, 19 May 2008 00:43:54 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-487852</link><description>Well I guess you just need to 'lean' on Matt to get him to add it to the service :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dalziel</dc:creator><pubDate>Mon, 19 May 2008 00:43:37 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-487478</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">colinwalker</dc:creator><pubDate>Sun, 18 May 2008 22:24:01 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-487396</link><description>Nope, it was me.  I missed something.  It only showed up if you didn't have the comments &amp; likes form turned on.  My fault for not testing properly before releasing!  1.5.2 is up on the Wordpress pugins site now</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dalziel</dc:creator><pubDate>Sun, 18 May 2008 21:50:10 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-487046</link><description>I wonder if it's something to do with my theme. 1.5.1 isn't working either</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">colinwalker</dc:creator><pubDate>Sun, 18 May 2008 19:37:28 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-486084</link><description>Odd.   None of the javascript that is supposed to be included on the page is&lt;br&gt;being rendered and prototype isn't being included either, it's like the&lt;br&gt;header function isn't being called at all.&lt;br&gt;&lt;br&gt;I've just checked in an update that may help, give the WordPress plugin site&lt;br&gt;10 minutes or so to refresh &amp; then update to version 1.5.1 and hopefully&lt;br&gt;that will help&lt;br&gt;&lt;br&gt;cheers&lt;br&gt;&lt;br&gt;2008/5/18 Disqus &amp;lt;&amp;gt;:</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dalziel</dc:creator><pubDate>Sun, 18 May 2008 13:30:02 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-485761</link><description>Yes, the wp_head call is there. Everything else works just not the show/hide toggle.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">colinwalker</dc:creator><pubDate>Sun, 18 May 2008 09:14:52 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-485593</link><description>Colin, could you check out your site's template &amp; check whether it implements the wp_head(); hook in the header template?&lt;br&gt;&lt;br&gt;I'm inserting javascript methods into the page header with that hook &amp; if it doesn't run the plugin will fail</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dalziel</dc:creator><pubDate>Sun, 18 May 2008 06:28:35 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-484384</link><description>Glenn, I'm getting an error "toggleFriendFeedDiscussions is undefined" with this version. It's been completely removed/reinstalled and still happening.&lt;br&gt;&lt;br&gt;Gone back to 1.4.7 for now</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">colinwalker</dc:creator><pubDate>Sat, 17 May 2008 21:25:14 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-476903</link><description>This looks great! I am in the middle of a redesign and I was looking for something like this... I will test it this weekend and let you know how it goes. Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adapar</dc:creator><pubDate>Fri, 16 May 2008 13:19:24 -0000</pubDate></item><item><title>Re: New release for the FriendFeed Comments WordPress plugin - remembering your details</title><link>http://blog.slaven.net.au/archives/2008/05/16/new-release-for-the-friendfeed-comments-wordpress-plugin-remembering-your-details/#comment-476126</link><description>I can't wait to use this on my &lt;a href="http://wordpress.com"&gt;wordpress.com&lt;/a&gt; blog. Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scobleizer</dc:creator><pubDate>Fri, 16 May 2008 08:24:23 -0000</pubDate></item></channel></rss>