<?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: WP Favorite Posts</title>
	<atom:link href="http://nxsn.com/projects/wp-favorite-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://nxsn.com</link>
	<description>I develop Wordpress things for you.</description>
	<lastBuildDate>Sat, 07 Jan 2012 16:02:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: tiaurus</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8850</link>
		<dc:creator>tiaurus</dc:creator>
		<pubDate>Sat, 07 Jan 2012 16:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8850</guid>
		<description>In the plugin does not work on my blog.
 Animated gif all the time in plain sight. Links are not added. Page updated country - is inserted into a copy.

Screencast: http://screenr.com/Jh3s

WordPress 3.1.4</description>
		<content:encoded><![CDATA[<p>In the plugin does not work on my blog.<br />
 Animated gif all the time in plain sight. Links are not added. Page updated country &#8211; is inserted into a copy.</p>
<p>Screencast: <a href="http://screenr.com/Jh3s" rel="nofollow">http://screenr.com/Jh3s</a></p>
<p>WordPress 3.1.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Fortin</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8824</link>
		<dc:creator>Michel Fortin</dc:creator>
		<pubDate>Wed, 04 Jan 2012 19:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8824</guid>
		<description>Let me try this again. Before the fix...

href=&quot;?wpfpaction=remove&amp;page=1&amp;postid=3640&#039;

After I added the fix, it added the domain in the link and a double quote to properly close it.

href=&quot;http://mydomain.com/?wpfpaction=remove&amp;page=1&amp;postid=3640&quot;</description>
		<content:encoded><![CDATA[<p>Let me try this again. Before the fix&#8230;</p>
<p>href=&#8221;?wpfpaction=remove&amp;page=1&amp;postid=3640&#8242;</p>
<p>After I added the fix, it added the domain in the link and a double quote to properly close it.</p>
<p>href=&#8221;http://mydomain.com/?wpfpaction=remove&amp;page=1&amp;postid=3640&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Fortin</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8823</link>
		<dc:creator>Michel Fortin</dc:creator>
		<pubDate>Wed, 04 Jan 2012 19:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8823</guid>
		<description>Yes, when you don&#039;t add /? it turns the single quote &#039; into a double &quot; in my wordpress installations. Since it starts with a double quote &quot; and ends with a single quote &#039; it creates havoc for installations with redirect plugins that force a trailing slash on categories, for example.

Here&#039;s before I added the slash on line 417:

&lt;a id=&quot;rem_4080&quot; class=&quot;wpfp-link remove-parent&quot; href=&quot;?wpfpaction=remove&amp;page=1&amp;postid=3640&#039; title=&#039;X&#039; rel=&#039;nofollow&#039;&gt;X&lt;/a&gt;

And now, AFTER I added the fix...

&lt;a href=&quot;http://mydomain.com/?wpfpaction=remove&amp;page=1&amp;postid=3829&quot; title=&quot;X&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Yes, when you don&#8217;t add /? it turns the single quote &#8216; into a double &#8221; in my wordpress installations. Since it starts with a double quote &#8221; and ends with a single quote &#8216; it creates havoc for installations with redirect plugins that force a trailing slash on categories, for example.</p>
<p>Here&#8217;s before I added the slash on line 417:</p>
<p>&lt;a id=&quot;rem_4080&quot; class=&quot;wpfp-link remove-parent&quot; href=&quot;?wpfpaction=remove&amp;page=1&amp;postid=3640&#039; title=&#039;X&#039; rel=&#039;nofollow&#039;&gt;X&lt;/a&gt;</p>
<p>And now, AFTER I added the fix&#8230;</p>
<p><a href="http://mydomain.com/?wpfpaction=remove&amp;page=1&amp;postid=3829" title="X" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hüseyin Berberoglu</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8822</link>
		<dc:creator>Hüseyin Berberoglu</dc:creator>
		<pubDate>Wed, 04 Jan 2012 19:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8822</guid>
		<description>@Michel are you sure ? Because I don&#039;t see any problem, there is no double quote at html output.</description>
		<content:encoded><![CDATA[<p>@Michel are you sure ? Because I don&#8217;t see any problem, there is no double quote at html output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Fortin</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8817</link>
		<dc:creator>Michel Fortin</dc:creator>
		<pubDate>Tue, 03 Jan 2012 20:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8817</guid>
		<description>Bug report: in wp-favorite.posts.php line 417, you need to add a backslash before the ? query as the WP output will be wrong (it issues a double quote instead of single).</description>
		<content:encoded><![CDATA[<p>Bug report: in wp-favorite.posts.php line 417, you need to add a backslash before the ? query as the WP output will be wrong (it issues a double quote instead of single).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huseyin Berberoglu</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8473</link>
		<dc:creator>Huseyin Berberoglu</dc:creator>
		<pubDate>Fri, 09 Dec 2011 21:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8473</guid>
		<description>@Ciprian with latest verison of plugin this feature is default. You should update your plugin.</description>
		<content:encoded><![CDATA[<p>@Ciprian with latest verison of plugin this feature is default. You should update your plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciprian</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8219</link>
		<dc:creator>Ciprian</dc:creator>
		<pubDate>Sat, 26 Nov 2011 22:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8219</guid>
		<description>Since I just did this, I might as well help Charlie out. Select &quot;no image&quot; and add html in the &quot;Text for add link&quot; option  and do the same for the remove link.

Now for my question: I want to show the from latest to oldest favorite posts on the Favorites page. So the latest favorited post should be on top. How can I do that? Should be a user option. A clickable title.

Thank you!</description>
		<content:encoded><![CDATA[<p>Since I just did this, I might as well help Charlie out. Select &#8220;no image&#8221; and add html in the &#8220;Text for add link&#8221; option  and do the same for the remove link.</p>
<p>Now for my question: I want to show the from latest to oldest favorite posts on the Favorites page. So the latest favorited post should be on top. How can I do that? Should be a user option. A clickable title.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8215</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Sat, 26 Nov 2011 14:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8215</guid>
		<description>Hey, love the plugin. Great work!
However, I want the icon (heart etc) to be clickable instead of the text, so when you click the heart it lights up from grey to color. 

How can I do this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey, love the plugin. Great work!<br />
However, I want the icon (heart etc) to be clickable instead of the text, so when you click the heart it lights up from grey to color. </p>
<p>How can I do this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stixman</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8202</link>
		<dc:creator>Stixman</dc:creator>
		<pubDate>Thu, 24 Nov 2011 09:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8202</guid>
		<description>Hi all, it is possible to show the category and the image of the post in the favorite page and order by ASC ?
like : Actiongames : [ Image ] Black Ops Korean   

Thx</description>
		<content:encoded><![CDATA[<p>Hi all, it is possible to show the category and the image of the post in the favorite page and order by ASC ?<br />
like : Actiongames : [ Image ] Black Ops Korean   </p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://nxsn.com/projects/wp-favorite-posts/comment-page-11/#comment-8171</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Fri, 18 Nov 2011 13:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/blog/?page_id=9#comment-8171</guid>
		<description>I tried this plugin and doesn&#039;t work at all. deleting it now.</description>
		<content:encoded><![CDATA[<p>I tried this plugin and doesn&#8217;t work at all. deleting it now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

