<?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>memolica * 小さな会社で働いている人のメモ &#187; FC2</title>
	<atom:link href="http://www.memolica.com/tag/fc2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memolica.com</link>
	<description>事務経理から仕事中のおやつに息抜きまで：ひとり十役</description>
	<lastBuildDate>Fri, 05 Mar 2010 09:42:53 +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>fc2.Vicuna でブログ拍手を表示させる</title>
		<link>http://www.memolica.com/200905/entry413.html</link>
		<comments>http://www.memolica.com/200905/entry413.html#comments</comments>
		<pubDate>Fri, 08 May 2009 10:22:29 +0000</pubDate>
		<dc:creator>masaki</dc:creator>
				<category><![CDATA[CMSのアレコレ]]></category>
		<category><![CDATA[FC2]]></category>
		<category><![CDATA[Vicuna]]></category>

		<guid isPermaLink="false">http://www.memolica.com/?p=413</guid>
		<description><![CDATA[				最近、またVicunaと格闘（ソーシャルブックマークへの登録アイコンをスムーズに付けたいのです）しています。
				このVicuna、MTやWP以外にも移植されているのですが、別で書いているFC2でもVicun [...]]]></description>
			<content:encoded><![CDATA[				<p><a rel="lightbox" href="/wp-content/uploads/etc/fc2vicuna.jpg"><img style="float: right;" title="fc2vicuna.jpg" src="/wp-content/uploads/etc/.thumbs/.fc2vicuna.jpg" border="0" alt="fc2vicuna.jpg" width="180" height="144" /></a>最近、またVicunaと格闘（ソーシャルブックマークへの登録アイコンをスムーズに付けたいのです）しています。<br />
				このVicuna、MTやWP以外にも移植されているのですが、別で書いているFC2でもVicunaを使いたいと思い早速、テンプレートを適用してみたところ、ブログ拍手のボタンが表示されませんでした。</p>
				<p>困ったなと思いつつ、BlackVicunaさんで配布されているプラグイン対応版に変更してみてもうまくいきません。</p>
				<p>なにか必要な記述があるのではと思い、公式マニュアルのテンプレート用変数一覧を見てみたのですが、ブログ拍手を表示させるための直接的な変数は存在しません。</p>
				<p>そこで別のブログ拍手を表示できる別のテンプレートと見比べつつ、試行錯誤を繰り返した結果、どうやら追記本文の表示ブロックと変数（&lt;%topentry_more&gt;）を入れることが必要だと判明しました。<br />
				<span id="more-413"></span><br />
				多くのスキンが個別記事もアーカイブページも、基本的に本文の出力のテンプレートをひとつにまとめているのに対し、fc2.Vicunaでは各ページをそれぞれ分けて記述してあります。<br />
				そんなわけで個別ページ以外には、当然のことながら追記本文の表示は必要でないので、書かれていないのですが、どうやらそれが原因だったようです。</p>
				<p>そこで、各ページの続きを読むための変数の後に、下記の追記本文のブロックを挿入します。</p>
				<div style="width: 90%; margin-left: 30px;">
				[html gutter="false"]<br />
				<!--more--><br />
				<%topentry_more><br />
				<!--/more--><br />
				[/html]
				</div>
				<p>具体的には、管理ページのテンプレートのHTML編集から、</p>
				<div style="width: 90%; margin-left: 30px;">
				[html gutter="false"]<br />
				<!--more_link--></p>
				<p class="continue"><a href="<%topentry_link>#extended&#8221; title=&#8221;<%topentry_title> 全文を読む&#8221; rel=&#8221;nofollow&#8221;>Continue reading</a></p>
				<p><!--/more_link-->
				</div>
				<p>[/html]
				</p></div>
				<p>&lt;!&#8211;more_link&#8211;&gt;ブロックの後ろ、最後の&lt;!&#8211;/more_link&#8211;&gt; と &lt;/div&gt; の間に記述します。</p>
				<div style="width: 90%; margin-left: 30px;">
				[html gutter="false"]<br />
				<!--more_link--></p>
				<p class="continue"><a href="<%topentry_link>#extended&#8221; title=&#8221;<%topentry_title> 全文を読む&#8221; rel=&#8221;nofollow&#8221;>Continue reading</a></p>
				<p><!--/more_link--><br />
				<!--more--><br />
				<%topentry_more><br />
				<!--/more-->
				</div>
				<p>[/html]
				</p></div>
				<p>ちょっと説明がわかりにくいかもしれませんが、テンプレートのHTMLにある、トップページ部分、カテゴリページ部分、アーカイブページ部分、その他ページ部分の各4箇所に挿入してください。<br />
				各エリアには、<!-- ★トップページはじまり -->のようにコメントがしてありますので、参考にしてください。</p>
				<p><a href="http://blackvicuna.blog39.fc2.com/blog-entry-3.html" target="_blank">black.vicunaさんが直接配布しているプラグイン対応版</a>でも同じ方法で表示されるようになります。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.memolica.com/200905/entry413.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
