<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: WordPress OpenID v3.3</title>
	<atom:link href="http://willnorris.com/2009/09/wordpress-openid-v3-3/feed" rel="self" type="application/rss+xml" />
	<link>http://willnorris.com/2009/09/wordpress-openid-v3-3</link>
	<description>there&#039;s more to life than this</description>
	<lastBuildDate>Sun, 31 Jul 2011 08:06:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta3-20574</generator>
	<item>
		<title>By: rn3aoh</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-65011</link>
		<dc:creator>rn3aoh</dc:creator>
		<pubDate>Sun, 31 Jul 2011 08:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-65011</guid>
		<description>&lt;p&gt;As far as I can see, with current Wordpress (and that apparently includes your own site) the latest version of the plugin no longer works. Not to mention that it hasn&#039;t been developed for over a year.&lt;/p&gt;

&lt;p&gt;Is there any chance this will be fixed, or should everyone look for alternatives? I&#039;m afraid while there are several viable alternatives, they all create user records rather than just post identified comments, which I find unacceptable.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As far as I can see, with current WordPress (and that apparently includes your own site) the latest version of the plugin no longer works. Not to mention that it hasn&#8217;t been developed for over a year.</p>

<p>Is there any chance this will be fixed, or should everyone look for alternatives? I&#8217;m afraid while there are several viable alternatives, they all create user records rather than just post identified comments, which I find unacceptable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharath</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-60947</link>
		<dc:creator>Bharath</dc:creator>
		<pubDate>Tue, 31 May 2011 17:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-60947</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I am using wordpress 3.1.3 and the openID checkbox never appears on the comments section. I did notice the jQuery(function(){ add_openid_to_comment_form(&#039;http://domain.com/wptr/index.php&#039;, &#039;xxxxxxxxxx&#039;) }) appear, but the  tags generated by this is probably in the wrong section.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>I am using wordpress 3.1.3 and the openID checkbox never appears on the comments section. I did notice the jQuery(function(){ add_openid_to_comment_form(&#8216;http://domain.com/wptr/index.php&#8217;, &#8216;xxxxxxxxxx&#8217;) }) appear, but the  tags generated by this is probably in the wrong section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cobain</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-51359</link>
		<dc:creator>cobain</dc:creator>
		<pubDate>Thu, 23 Dec 2010 21:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-51359</guid>
		<description>&lt;p&gt;There is a bug in plugin (OpenID v3.3.3) in file wp-content/plugins/openid/common.php on line 543.&lt;/p&gt;

&lt;p&gt;Replace&lt;/p&gt;

&lt;p&gt;echo &#039;{ valid:&#039; . ( is_url_openid( $_REQUEST[&#039;url&#039;] ) ? &#039;true&#039; : &#039;false&#039; ) . &#039;, nonce:&quot;&#039; . wp_create_nonce(&#039;openid_ajax&#039;) . &#039;&quot; }&#039;;&lt;/p&gt;

&lt;p&gt;with&lt;/p&gt;

&lt;p&gt;echo &#039;{ &quot;valid&quot;:&#039; . ( is_url_openid( $_REQUEST[&#039;url&#039;] ) ? &#039;true&#039; : &#039;false&#039; ) . &#039;, &quot;nonce&quot;:&quot;&#039; . wp_create_nonce(&#039;openid_ajax&#039;) . &#039;&quot; }&#039;;&lt;/p&gt;

&lt;p&gt;otherwise when you try to enter OpenID URL you get &quot;errorparse&quot; and checkbox don&#039;t appear.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is a bug in plugin (OpenID v3.3.3) in file wp-content/plugins/openid/common.php on line 543.</p>

<p>Replace</p>

<p>echo &#8216;{ valid:&#8217; . ( is_url_openid( $_REQUEST[&#8216;url&#8217;] ) ? &#8216;true&#8217; : &#8216;false&#8217; ) . &#8216;, nonce:&#8221;&#8217; . wp_create_nonce(&#8216;openid_ajax&#8217;) . &#8216;&#8221; }&#8217;;</p>

<p>with</p>

<p>echo &#8216;{ &#8220;valid&#8221;:&#8217; . ( is_url_openid( $_REQUEST[&#8216;url&#8217;] ) ? &#8216;true&#8217; : &#8216;false&#8217; ) . &#8216;, &#8220;nonce&#8221;:&#8221;&#8217; . wp_create_nonce(&#8216;openid_ajax&#8217;) . &#8216;&#8221; }&#8217;;</p>

<p>otherwise when you try to enter OpenID URL you get &#8220;errorparse&#8221; and checkbox don&#8217;t appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kijana Woodard</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-43674</link>
		<dc:creator>Kijana Woodard</dc:creator>
		<pubDate>Sun, 09 May 2010 22:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-43674</guid>
		<description>&lt;p&gt;I &quot;didn&#039;t get it&quot; either. It&#039;s a bit non-obvious. You have to enter your openid url in the &quot;Website&quot; field and then the &quot;Authenticate this comment using OpenID.&quot; message appears.&lt;/p&gt;

&lt;p&gt;That also makes the Name/Email required markers incorrect...maybe.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I &#8220;didn&#8217;t get it&#8221; either. It&#8217;s a bit non-obvious. You have to enter your openid url in the &#8220;Website&#8221; field and then the &#8220;Authenticate this comment using OpenID.&#8221; message appears.</p>

<p>That also makes the Name/Email required markers incorrect&#8230;maybe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bigmentaldisease</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-39465</link>
		<dc:creator>Bigmentaldisease</dc:creator>
		<pubDate>Sun, 03 Jan 2010 02:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-39465</guid>
		<description>&lt;p&gt;It&#039;s not working for me. I am always redirected to a page with &quot;No input file specified&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s not working for me. I am always redirected to a page with &#8220;No input file specified&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gracie</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-39331</link>
		<dc:creator>Michael Gracie</dc:creator>
		<pubDate>Mon, 28 Dec 2009 18:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-39331</guid>
		<description>&lt;p&gt;Please disregard the last comment - it was WP-Super Cache causing the problem.  I found this, which fixed it: http://code.google.com/p/diso/issues/detail?id=153&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Please disregard the last comment - it was WP-Super Cache causing the problem.  I found this, which fixed it: <a href="http://code.google.com/p/diso/issues/detail?id=153" rel="nofollow">http://code.google.com/p/diso/issues/detail?id=153</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gracie</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-39330</link>
		<dc:creator>Michael Gracie</dc:creator>
		<pubDate>Mon, 28 Dec 2009 17:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-39330</guid>
		<description>&lt;p&gt;Hey Will -&lt;/p&gt;

&lt;p&gt;Hope the holiday season is treating you right!&lt;/p&gt;

&lt;p&gt;I&#039;ve been having problems with my provider, kind of like &quot;admin&quot; above.  Getting error &quot;Could not discover an OpenID identity server endpoint at the url: http://michaelgracie.com&quot; and have found Blogger and a couple of other Wordpress sites can&#039;t verify it either.  XRDS-Simple is in place, the links show in source, and /author/... point to the server.&lt;/p&gt;

&lt;p&gt;I can&#039;t be sure whether this started sometime during an OpenID upgrade, when I moved to 2.9, or when I started using WP-Super Cache, but those are the only changes that have happened.&lt;/p&gt;

&lt;p&gt;Any thoughts would be appreciated.&lt;/p&gt;

&lt;p&gt;Cheers,&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Will -</p>

<p>Hope the holiday season is treating you right!</p>

<p>I&#8217;ve been having problems with my provider, kind of like &#8220;admin&#8221; above.  Getting error &#8220;Could not discover an OpenID identity server endpoint at the url: <a href="http://michaelgracie.com" rel="nofollow">http://michaelgracie.com</a>&#8221; and have found Blogger and a couple of other WordPress sites can&#8217;t verify it either.  XRDS-Simple is in place, the links show in source, and /author/&#8230; point to the server.</p>

<p>I can&#8217;t be sure whether this started sometime during an OpenID upgrade, when I moved to 2.9, or when I started using WP-Super Cache, but those are the only changes that have happened.</p>

<p>Any thoughts would be appreciated.</p>

<p>Cheers,</p>

<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hikari</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-39195</link>
		<dc:creator>Hikari</dc:creator>
		<pubDate>Tue, 22 Dec 2009 03:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-39195</guid>
		<description>&lt;p&gt;I didn&#039;t get it, how can I autenticate my comments with OpenID?&lt;/p&gt;

&lt;p&gt;Should I use OpenID URL in pace of email? I tried it but I got an error...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t get it, how can I autenticate my comments with OpenID?</p>

<p>Should I use OpenID URL in pace of email? I tried it but I got an error&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SIlvinamontes</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-39149</link>
		<dc:creator>SIlvinamontes</dc:creator>
		<pubDate>Sat, 19 Dec 2009 14:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-39149</guid>
		<description>&lt;p&gt;Do you know if your plugin is working for the last release of Wordpress? 2.9&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Do you know if your plugin is working for the last release of WordPress? 2.9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://willnorris.com/2009/09/wordpress-openid-v3-3#comment-37944</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 14 Nov 2009 15:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=876#comment-37944</guid>
		<description>&lt;p&gt;Just wanted to let you know that the &quot;author homepage&quot;-link in the wordpress plugin directory for open id is broken.&lt;/p&gt;

&lt;p&gt;/Erik&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just wanted to let you know that the &#8220;author homepage&#8221;-link in the wordpress plugin directory for open id is broken.</p>

<p>/Erik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

