<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>shocora &#187; Plug-in</title>
	<atom:link href="http://shocora.com/blog/archives/category/wordpress/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://shocora.com</link>
	<description>だいたい日記。主にiPhone関連の記事を掲載しています。</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:33:41 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://shocora.com/blog/archives/category/wordpress/plugin/feed/" />
		<item>
		<title>Twenty Eleven覚書</title>
		<link>http://shocora.com/wordpress/plugin/4665/</link>
		<comments>http://shocora.com/wordpress/plugin/4665/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 01:22:20 +0000</pubDate>
		<dc:creator>shocora</dc:creator>
				<category><![CDATA[Plug-in]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Twenty Eleven]]></category>

		<guid isPermaLink="false">http://shocora.com/?p=4665</guid>
		<description><![CDATA[<a href="http://shocora.com/wordpress/plugin/4665/"><img align="left" hspace="5" width="150" height="150" src="http://shocora.com/wp-content/uploads/2012/01/TwentyelevenThemeExtension-150x150.png" class="alignleft tfe wp-post-image" alt="TwentyelevenThemeExtension" title="TwentyelevenThemeExtension" /></a>Twenty Elevenの覚書（あとでまた調べたりするのが面倒なので…） 抜粋表示にする（content.phpを変更、子Themeに置いたFileははNGだった） &#60;?php the_content( __(  &#8230; <a href="http://shocora.com/wordpress/plugin/4665/">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Twenty Elevenの覚書（あとでまた調べたりするのが面倒なので…）</p>
<ul>
<li>抜粋表示にする（content.phpを変更、子Themeに置いたFileははNGだった）
<pre class="brush: php; gutter: true">&lt;?php the_content( __( &#039;Continue reading &lt;span class=&quot;meta-nav&quot;&gt;→&lt;/span&gt;&#039;, &#039;twentyeleven&#039; ) ); ?&gt;
↓
&lt;?php the_excerpt(); ?&gt;</pre>
</li>
<li>抜粋表示にする（Plug-in）<br />
<a href="http://wordpress.org/extend/plugins/evermore/" target="_blank">evermore</a>というPlug-inを使用<br />
文字数を設定できる。<br />
thumbnail表示用のPlug-inが有効にならないので却下</li>
</ul>
<ul>
<li>ヘッダー画像の高さを変更＆シングルポストにWidgetを表示<br />
Plug-in使用　TwentyelevenThemeExtension<br />
<a href="http://shocora.com/wp-content/uploads/2012/01/TwentyelevenThemeExtension.png" rel="lightbox[4665]" title="TwentyelevenThemeExtension"><img src="http://shocora.com/wp-content/uploads/2012/01/TwentyelevenThemeExtension-150x150.png" alt="" title="TwentyelevenThemeExtension" width="150" height="150" class="alignnone size-thumbnail wp-image-4670" /></a></li>
<li>PageNavigationの有効化、以下のPHPを変更<br />
archive.php<br />
category.php<br />
index.php<br />
tag.php<br />
search.php</p>
<pre class="brush: php; gutter: true">&lt;?php twentyeleven_content_nav( &#039;nav-below&#039; ); ?&gt;
をコメントアウト
&lt;?php /*twentyeleven_content_nav( &#039;nav-below&#039; );*/ ?&gt;

PageNavigationの記述を上記コードの真下に記入
&lt;?php wp_pagenavi(); ?&gt;</pre>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://shocora.com/wordpress/plugin/4665/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://shocora.com/wordpress/plugin/4665/" />
	</item>
		<item>
		<title>YouTubeプラグイン</title>
		<link>http://shocora.com/wordpress/plugin/3171/</link>
		<comments>http://shocora.com/wordpress/plugin/3171/#comments</comments>
		<pubDate>Sat, 14 May 2011 14:16:40 +0000</pubDate>
		<dc:creator>shocora</dc:creator>
				<category><![CDATA[Plug-in]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://shocora.com/?p=3171</guid>
		<description><![CDATA[<a href="http://shocora.com/wordpress/plugin/3171/"><img align="left" hspace="5" width="150" height="150" src="http://shocora.com/wp-content/uploads/2011/05/screenshot-11-150x150.png" class="alignleft tfe wp-post-image" alt="screenshot-1" title="screenshot-1" /></a>YouTubeって記事を変更したりするとウィンクが壊れてしまうことがよくあります。いいプラグインないかなぁと調べたらViper&#8217;s Video Quicktagsというのがありました。 テストです。 YouT &#8230; <a href="http://shocora.com/wordpress/plugin/3171/">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>YouTubeって記事を変更したりするとウィンクが壊れてしまうことがよくあります。<br />いいプラグインないかなぁと調べたらViper&#8217;s Video Quicktagsというのがありました。</p>
<p>テストです。</p>
<p><a href="http://shocora.com/wordpress/plugin/3171/"><em>Click here to view the embedded video.</em></a></p>
<p>YouTubeのアドレスバーのURLを貼り付ければOKでした。<span id="more-3171"></span></p>
<p>ビジュアルエディターのボタン類<br />ユーチューブ以外でも使えるようです。</p>
<p><a href="http://shocora.com/wp-content/uploads/2011/05/screenshot-1.png" rel="lightbox[3171]" title="screenshot-1"><img src="http://shocora.com/wp-content/uploads/2011/05/screenshot-1-300x191.png" title="screenshot-1" width="300" height="191" class="alignnone size-medium wp-image-3173" /></a></p>
<p>YouTubeの設定画面</p>
<p><a href="http://shocora.com/wp-content/uploads/2011/05/screenshot-2.png" rel="lightbox[3171]" title="screenshot-2"><img src="http://shocora.com/wp-content/uploads/2011/05/screenshot-2-300x293.png" title="screenshot-2" width="300" height="293" class="alignnone size-medium wp-image-3174" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://shocora.com/wordpress/plugin/3171/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://shocora.com/wordpress/plugin/3171/" />
	</item>
		<item>
		<title>画像エフェクトのプラグイン</title>
		<link>http://shocora.com/wordpress/plugin/2809/</link>
		<comments>http://shocora.com/wordpress/plugin/2809/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 16:21:28 +0000</pubDate>
		<dc:creator>shocora</dc:creator>
				<category><![CDATA[Plug-in]]></category>
		<category><![CDATA[Lightbox]]></category>

		<guid isPermaLink="false">http://shocora.com/?p=2809</guid>
		<description><![CDATA[<a href="http://shocora.com/wordpress/plugin/2809/"><img align="left" hspace="5" width="150" height="150" src="http://shocora.com/wp-content/uploads/2011/01/69254775b00d407176f50979b82ea1331-150x150.png" class="alignleft tfe wp-post-image" alt="スクリーンショット（2011-01-02 1.19.56）" title="スクリーンショット（2011-01-02 1.19.56）" /></a>Lightbox２をいままで使っていたのですがMagazineBasicのMenuが隠れず困っていました。 柴犬のブログでPrettyPhotoに切り替えたらうまくいったんですがメインのブログで画像が動かず！ 何でだろう &#8230; <a href="http://shocora.com/wordpress/plugin/2809/">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lightbox２をいままで使っていたのですがMagazineBasicのMenuが隠れず困っていました。 <span id="more-2809"></span>柴犬のブログでPrettyPhotoに切り替えたらうまくいったんですがメインのブログで画像が動かず！ 何でだろうとプラグインを切ってみたりいろいろ試してもだめ <img src='http://shocora.com/wp-includes/images/smilies/icon_confused.gif' alt=':???:' class='wp-smiley' />   仕方がないので違うプラグインを探し<a href="http://www.23systems.net/plugins/lightbox-plus/">LightboxPlus</a>っていうプラグインが良さそうなので使用。 ところが今度は柴犬のブログが記事を表示せずに「ページが見つかりません」？？ なんで？ 記事へのパーマリンクがおかしいみたい。原因不明。 パーマリンク設定を変更したら直りました。 もうよくわかりませんね。とりあえず動くのでOKです。</p>
<p><a href="http://shocora.com/wp-content/uploads/2011/01/69254775b00d407176f50979b82ea133.png" rel="lightbox[2809]" title="スクリーンショット（2011-01-02 1.19.56）"><img src="http://shocora.com/wp-content/uploads/2011/01/69254775b00d407176f50979b82ea133-300x233.png" title="スクリーンショット（2011-01-02 1.19.56）" width="300" height="233" class="alignnone size-medium wp-image-2811" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://shocora.com/wordpress/plugin/2809/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://shocora.com/wordpress/plugin/2809/" />
	</item>
		<item>
		<title>mixiへの投稿テスト</title>
		<link>http://shocora.com/wordpress/116/</link>
		<comments>http://shocora.com/wordpress/116/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 15:49:41 +0000</pubDate>
		<dc:creator>shocora</dc:creator>
				<category><![CDATA[Plug-in]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mixi]]></category>

		<guid isPermaLink="false">http://shocora.com/?p=116</guid>
		<description><![CDATA[<a href="http://shocora.com/wordpress/116/"><img align="left" hspace="5" width="150" height="150" src="http://shocora.com/wp-content/uploads/2010/03/noimage11-150x150.png" class="alignleft tfe wp-post-image" alt="noimage" title="noimage" /></a>publishToMixiというpluginを発見 早速テストです。]]></description>
			<content:encoded><![CDATA[<p><a href="http://ksnn.com/diary/?page_id=2437" target="_blank">publishToMixi</a>というpluginを発見</p>
<p>早速テストです。</p>
]]></content:encoded>
			<wfw:commentRss>http://shocora.com/wordpress/116/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://shocora.com/wordpress/116/" />
	</item>
		<item>
		<title>WP to Twitter</title>
		<link>http://shocora.com/wordpress/1369/</link>
		<comments>http://shocora.com/wordpress/1369/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 17:06:35 +0000</pubDate>
		<dc:creator>shocora</dc:creator>
				<category><![CDATA[Plug-in]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://shocora.com/blog/?p=1369</guid>
		<description><![CDATA[<a href="http://shocora.com/wordpress/1369/"><img align="left" hspace="5" width="150" height="150" src="http://shocora.com/wp-content/uploads/2010/03/twitter11-150x150.png" class="alignleft tfe wp-post-image" alt="twitter" title="twitter" /></a>WP to Twitterっていうプラグインを入れてみました。 テストです。投稿されるかな？ できたらしい。]]></description>
			<content:encoded><![CDATA[<p><a href="http://shocora.com/blog/wp-content/uploads/2010/03/twitters.bmp"></a><a href="http://www.joedolson.com/articles/wp-to-twitter/">WP to Twitter</a>っていうプラグインを入れてみました。<br />
テストです。投稿されるかな？</p>
<p>できたらしい。</p>
<p><a href="http://shocora.com/wp-content/uploads/2010/03/twitter.png" rel="lightbox[1369]" title="WP to Twitter"><img src="http://shocora.com/wp-content/uploads/2010/03/twitter-300x192.png" width="300" height="192" class="alignnone size-medium wp-image-1764" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://shocora.com/wordpress/1369/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://shocora.com/wordpress/1369/" />
	</item>
		<item>
		<title>NextGEN Gallery</title>
		<link>http://shocora.com/wordpress/plugin/1163/</link>
		<comments>http://shocora.com/wordpress/plugin/1163/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 07:54:53 +0000</pubDate>
		<dc:creator>shocora</dc:creator>
				<category><![CDATA[Plug-in]]></category>
		<category><![CDATA[NextGEN Gallery]]></category>

		<guid isPermaLink="false">http://shocora.com/blog/?p=1163</guid>
		<description><![CDATA[<a href="http://shocora.com/wordpress/plugin/1163/"><img align="left" hspace="5" width="150" height="150" src="http://shocora.com/wp-content/uploads/2010/03/screenshot-7-111-150x150.png" class="alignleft tfe wp-post-image" alt="next5" title="next5" /></a>このブログのPhotoのPageで使用しているPlug-in　NextGEN ?Gallery 英語で書いてあったのでなかなかわかりませんでしたが何とか稼働しました。 Download 使い方 日本語化]]></description>
			<content:encoded><![CDATA[<p><a href="http://shocora.com/wp-content/uploads/2009/11/screenshot-7-11.png" rel="lightbox[1163]" title="NextGEN Gallery"><img src="http://shocora.com/wp-content/uploads/2009/11/screenshot-7-11-150x150.png" width="150" height="150" class="alignnone size-thumbnail wp-image-1823" /></a><a href="http://shocora.com/wp-content/uploads/2009/11/screenshot-11.png" rel="lightbox[1163]" title="NextGEN Gallery"><img src="http://shocora.com/wp-content/uploads/2009/11/screenshot-11-150x150.png" width="150" height="150" class="alignnone size-thumbnail wp-image-1820" /></a></p>
<p>このブログのPhotoのPageで使用しているPlug-in　NextGEN ?Gallery</p>
<p>英語で書いてあったのでなかなかわかりませんでしたが何とか稼働しました。</p>
<p><a href="http://alexrabe.de/wordpress-plugins/nextgen-gallery/">Download</a></p>
<p><a href="http://wp.sanmarie.org/wp-27#2">使い方</a></p>
<p><a href="http://www.hope-misari.com/blog/wordpress-and-blog/1456">日本語化</a></p>
<p><a href="http://shocora.com/wp-content/uploads/2009/11/screenshot-41.png" rel="lightbox[1163]" title="NextGEN Gallery"><img src="http://shocora.com/wp-content/uploads/2009/11/screenshot-41-150x150.png" width="150" height="150" class="alignnone size-thumbnail wp-image-1822" /></a><a href="http://shocora.com/wp-content/uploads/2009/11/screenshot-31.png" rel="lightbox[1163]" title="NextGEN Gallery"><img src="http://shocora.com/wp-content/uploads/2009/11/screenshot-31-150x150.png" width="150" height="150" class="alignnone size-thumbnail wp-image-1821" /></a><span id="more-1163"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://shocora.com/wordpress/plugin/1163/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://shocora.com/wordpress/plugin/1163/" />
	</item>
		<item>
		<title>テーマの変更とくるくるＴＡＧ</title>
		<link>http://shocora.com/wordpress/plugin/868/</link>
		<comments>http://shocora.com/wordpress/plugin/868/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 02:56:20 +0000</pubDate>
		<dc:creator>shocora</dc:creator>
				<category><![CDATA[Plug-in]]></category>
		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://shocora.com/blog/?p=868</guid>
		<description><![CDATA[<a href="http://shocora.com/wordpress/plugin/868/"><img align="left" hspace="5" width="150" height="150" src="http://shocora.com/wp-content/uploads/2010/03/427feeba2c3a5b495c286f27ae1fdcc31-150x150.png" class="alignleft tfe wp-post-image" alt="427feeba2c3a5b495c286f27ae1fdcc3" title="427feeba2c3a5b495c286f27ae1fdcc3" /></a>フォトブログっぽいテーマにしましたが、XPのIE８だとなぜか表示ができません。 Windows 7のIEは大丈夫っと思ったら途中でだめになっちゃいました。 マックで更新しているとこういうことがあるんですね。直しかたがわか &#8230; <a href="http://shocora.com/wordpress/plugin/868/">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://shocora.com/wp-content/uploads/2009/08/427feeba2c3a5b495c286f27ae1fdcc3.png" rel="lightbox[868]" title="テーマの変更とくるくるＴＡＧ"><img src="http://shocora.com/wp-content/uploads/2009/08/427feeba2c3a5b495c286f27ae1fdcc3.png" width="303" height="291" class="alignnone size-full wp-image-1888" /></a></p>
<p>フォトブログっぽいテーマにしましたが、XPのIE８だとなぜか表示ができません。<br />
Windows 7のIEは大丈夫っと思ったら途中でだめになっちゃいました。<br />
マックで更新しているとこういうことがあるんですね。直しかたがわかんないのでそのままです。</p>
<blockquote><p>最近見かけるくるくる動くＴＡＧも導入してみました。</p></blockquote>
<p>動画をアップ使用としたんですが、なんかいまいちなのでやめました。<br />
画像みたいに閉じるボタンが出ないので・・・<img src="http://shocora.com/wp-includes/images/smilies/icon_rolleyes.gif" alt=":roll:" /></p>
]]></content:encoded>
			<wfw:commentRss>http://shocora.com/wordpress/plugin/868/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://shocora.com/wordpress/plugin/868/" />
	</item>
	</channel>
</rss>

