<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vaduz.tk blog &#187; openid</title>
	<atom:link href="http://blog.vaduz.tk/tag/openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vaduz.tk</link>
	<description>Google 大好き</description>
	<lastBuildDate>Thu, 03 Dec 2009 14:12:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenID でコメントできるようになりました</title>
		<link>http://blog.vaduz.tk/2008/11/15/comment-with-openid/</link>
		<comments>http://blog.vaduz.tk/2008/11/15/comment-with-openid/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 14:21:06 +0000</pubDate>
		<dc:creator>Vaduz</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.vaduz.tk/?p=6</guid>
		<description><![CDATA[WordPress の OpenID プラグイン を利用して、OpenID を利用してコメントできる機能を追加してみました。
OpenID プラグインは XRDS-Simple プラグインも必要なので、同時に導入しました [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress の <a href="http://wordpress.org/extend/plugins/openid/">OpenID プラグイン</a> を利用して、OpenID を利用してコメントできる機能を追加してみました。<br />
OpenID プラグインは <a href="http://wordpress.org/extend/plugins/xrds-simple/">XRDS-Simple プラグイン</a>も必要なので、同時に導入しました。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>downloads.wordpress.org<span style="color: #000000; font-weight: bold;">/</span>plugin<span style="color: #000000; font-weight: bold;">/</span>openid.3.1.4.zip
$ <span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>downloads.wordpress.org<span style="color: #000000; font-weight: bold;">/</span>plugin<span style="color: #000000; font-weight: bold;">/</span>xrds-simple.1.0.zip
$ <span style="color: #c20cb9; font-weight: bold;">unzip</span> openid.3.1.4.zip
$ <span style="color: #c20cb9; font-weight: bold;">mv</span> openid <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>wordpress<span style="color: #000000; font-weight: bold;">/</span>wp-content<span style="color: #000000; font-weight: bold;">/</span>plugins
$ <span style="color: #c20cb9; font-weight: bold;">unzip</span> xrds-simple.1.0.zip
$ <span style="color: #c20cb9; font-weight: bold;">mv</span> openid <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>wordpress<span style="color: #000000; font-weight: bold;">/</span>wp-content<span style="color: #000000; font-weight: bold;">/</span>plugins
$ <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-f</span> openid.3.1.4.zip xrds-simple.1.0.zip</pre></div></div>

<p>コメント欄にフォームを追加するためにテンプレートを編集します。<br />
デザイン → テーマエディタ → コメント に行き、Website の後ぐらいに下記の HTML を追加します。</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;input id=&quot;openid_identifier&quot; name=&quot;openid_identifier&quot; type=&quot;text&quot; /&gt;
&lt;label for=&quot;openid_identifier&quot;&gt;&lt;small&gt;OpenID URL&lt;/small&gt;&lt;/label&gt;</pre></td></tr></table></div>

<p>これでコメントページに OpenID フォームが現れるようになります。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vaduz.tk/2008/11/15/comment-with-openid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
