<?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>PHPプログラマのバリ・ポジ情報ブログ &#187; plugin</title>
	<atom:link href="http://blog.veryposi.info/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.veryposi.info</link>
	<description>PHP,JavaScriptやサーバーの設定などのプログラミングに関する情報をバリ・ポジティブに発信しているプログラマのブログ、『バリ・ポジ』</description>
	<lastBuildDate>Thu, 10 May 2012 06:23:01 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>FCKEditorのプラグインGeshiProを改造</title>
		<link>http://blog.veryposi.info/programing/cms/wordpress/fckeditor-plugin-geshipro/</link>
		<comments>http://blog.veryposi.info/programing/cms/wordpress/fckeditor-plugin-geshipro/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 20:37:36 +0000</pubDate>
		<dc:creator>gensan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[fckeditor]]></category>
		<category><![CDATA[geshipro]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.veryposi.info/?p=58</guid>
		<description><![CDATA[&#160; FCKEditorのプラグインGeghiProを改造しました。 行番号とソースコードをテーブル組みに変えてソースコードのみを選択コピーできるようにしました。 &#160; 例えば &#160; 1 2 3  [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>FCKEditorのプラグインGeghiProを改造しました。</p>
<p>行番号とソースコードをテーブル組みに変えてソースコードのみを選択コピーできるようにしました。</p>
<p>&nbsp;</p>
<p>例えば</p>
<p>&nbsp;</p>
<div class="syntax">
<table>
<tbody>
<tr>
<td class="line_numbers">
<pre>
1
2
3
4
5
</pre>
</td>
<td class="code">
<pre class="html4strict"><span style="color: rgb(0, 153, 0);"><a href="http://december.com/html/4/element/div.html"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;div</span></a> <span style="color: rgb(0, 0, 102);">style</span>=<span style="color: rgb(255, 0, 0);">&quot;width: 300px;&quot;</span><span style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
    <span style="color: rgb(0, 153, 0);"><a href="http://december.com/html/4/element/div.html"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;div</span></a> <span style="color: rgb(0, 0, 102);">style</span>=<span style="color: rgb(255, 0, 0);">&quot;margin: 0px auto; width:20px; border:1px solid red;&quot;</span><span style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
        ○
    <span style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/div&gt;</span></span>
<span style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/div&gt;</span></span></pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<p>こんな感じです。</p>
<p>後は、スタイルシートでデザインすればOK！！</p>
<p>その他、行数を1以外からもはじめられるように修正しました。</p>
<p>&nbsp;</p>
<div class="syntax">
<table>
<tbody>
<tr>
<td class="line_numbers">
<pre>
100
101
102
103
104
</pre>
</td>
<td class="code">
<pre class="html4strict"><span style="color: rgb(0, 153, 0);"><a href="http://december.com/html/4/element/div.html"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;div</span></a> <span style="color: rgb(0, 0, 102);">style</span>=<span style="color: rgb(255, 0, 0);">&quot;width: 300px;&quot;</span><span style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
    <span style="color: rgb(0, 153, 0);"><a href="http://december.com/html/4/element/div.html"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;div</span></a> <span style="color: rgb(0, 0, 102);">style</span>=<span style="color: rgb(255, 0, 0);">&quot;margin: 0px auto; width:20px; border:1px solid red;&quot;</span><span style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
        ○
    <span style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/div&gt;</span></span>
<span style="color: rgb(0, 153, 0);"><span style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/div&gt;</span></span></pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<p>こんな感じです。</p>
<p>よかったら使ってみてください<img src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/happy01.gif" alt="" /></p>
<p>ダウンロードファイルは、「<a href="http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/">Dean&rsquo;s FCKEditor for WordPress plugin</a>」というプラグインにGeshiProを同梱してあります。</p>
<p>インストール方法：</p>
<p><span id="more-58"></span></p>
<ol>
<li>以下のリンクからWordPressのプラグインの圧縮ファイルをダウンロードします。</li>
<li>ダウンロードした圧縮したダウンロードファイルを解凍します。</li>
<li>解凍してできたフォルダをWordPressのプラグインのフォルダにまるごとアップロードします（「wp-content\plugins」へアップロード)</li>
<li>WordPressの管理画面から「Dean&#8217;s FCKEditor For WordPress」のプラグインを有効にします。</li>
<li>これで完了です。</li>
</ol>
<p>あとは、新規作成ボタンを押下するとFCKEditorが立ち上がるので、</p>
<p><a href="http://blog.veryposi.info/wp-content/uploads/2009/02/geshipro.jpg" rel="lightbox[58]"><img height="88" width="300" class="aligncenter size-medium wp-image-60" title="geshipro" alt="geshipro" src="http://blog.veryposi.info/wp-content/uploads/2009/02/geshipro-300x88.jpg" /></a></p>
<p>このアイコンをクリックするとGeshiProの改造版が使用できます。</p>
<p>ダウンロードファイル：<a href="http://blog.veryposi.info/wp-content/uploads/2009/02/fckeditor-for-wordpress-plugin.zip">GeshiPro(改造版)</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.veryposi.info/programing/cms/wordpress/fckeditor-plugin-geshipro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TinyMCE AdvancedっていうプラグインにTypePad絵文字追加したよ</title>
		<link>http://blog.veryposi.info/programing/cms/wordpress/tintmceadvanced-typepad-emoji/</link>
		<comments>http://blog.veryposi.info/programing/cms/wordpress/tintmceadvanced-typepad-emoji/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 09:50:18 +0000</pubDate>
		<dc:creator>gensan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.veryposi.info/blog/programing/cms/wordpress/41/</guid>
		<description><![CDATA[前の投稿で紹介した、TinyMCE用TypePad絵文字プラグインを「TinyMCE Advanced」っていうプラグインで簡単にボタン追加できるようにしたよ こんな感じ この絵文字追加プラグインのファイルは、以下からダ [...]]]></description>
			<content:encoded><![CDATA[<p>前の投稿で紹介した、TinyMCE用TypePad絵文字プラグインを「<a href="http://www.laptoptips.ca/projects/tinymce-advanced/">TinyMCE Advanced</a>」っていうプラグインで簡単にボタン追加できるようにしたよ<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/happy02.gif" /><img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/up.gif" /><img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/up.gif" /></p>
<p>こんな感じ</p>
<p><a href="http://blog.veryposi.info/wp-content/uploads/2009/02/tinymce-advanced.png" rel="lightbox[41]"><img height="149" width="300" src="http://blog.veryposi.info/wp-content/uploads/2009/02/tinymce-advanced-300x149.png" alt="TinyMCE Advancedのスナップショット" title="TinyMCE Advancedのスナップショット" class="alignnone size-medium wp-image-39" /></a></p>
<p><span id="more-41"></span>この絵文字追加プラグインのファイルは、以下からダウンロードできます。</p>
<p>Download：<a href="http://blog.veryposi.info/wp-content/uploads/2009/02/tinymce-advancedemoji.zip">tinymce-advancedemoji.zip</a></p>
<p>インストール方法：</p>
<ol>
<li>上記ダウンロードファイルを解凍してできたフォルダを、全てWordPressのプラグインフォルダに入れます<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/up.gif" /></li>
<li>管理画面のプラグインの設定から「TinyMCE Advanced」のプラグインを有効にします<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/sign01.gif" /></li>
</ol>
<p>これで、インストール完了です<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/good.gif" /></p>
<p>あとは、プラグインの設定画面を見てもらうと「Typepad Emoji」という項目が追加されていますので、<br />
それを、上の「Drag and Drop領域」にドラッグアンドドロップして「Save Changes」を押下してください。そうすると編集画面のTinyMCEに新しいアイコンが表示されるようになります。</p>
<p>これで編集画面にアイコンが表示されない場合は、ブラウザのキャッシュを一度削除してから再度編集画面を表示してみてください。</p>
<p>よかったら使ってみてください。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.veryposi.info/programing/cms/wordpress/tintmceadvanced-typepad-emoji/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>WordPressのTinyMCEにTypePadの絵文字を追加したよ！！</title>
		<link>http://blog.veryposi.info/programing/cms/wordpress/wordpress-tinymce-typepad/</link>
		<comments>http://blog.veryposi.info/programing/cms/wordpress/wordpress-tinymce-typepad/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 09:22:03 +0000</pubDate>
		<dc:creator>gensan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.veryposi.info/blog/?p=29</guid>
		<description><![CDATA[この記事の内容は「TinyMCE Advanced」で簡単に絵文字を追加できるようになりました。 詳しくは、記事：TinyMCE AdvancedっていうプラグインにTypePad絵文字追加したよをご覧ください。 Wor [...]]]></description>
			<content:encoded><![CDATA[<h4>この記事の内容は「TinyMCE Advanced」で簡単に絵文字を追加できるようになりました。<br />
詳しくは、記事：<a href="http://blog.veryposi.info/programing/cms/wordpress/tintmceadvanced-typepad-emoji/">TinyMCE AdvancedっていうプラグインにTypePad絵文字追加したよ</a>をご覧ください。</h4>
<p>WordPressの現在のデフォルトの投稿用エディタ「TinyMCE」にTypePadを追加しました<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/up.gif" /><img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/up.gif" /><img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/note.gif" /></p>
<p>最初は、FCKEditorを使用しようかと思ったのですが「iG:Syntax Hiliter」というプラグインとの相性が悪く記事のメンテナンス性が著しく低下した為にデフォルトのエディタTinyMCEを使用することにしました。</p>
<p>FCKEditorを使用していた時に、TypePadの絵文字を追加し使用していたのでTinyMCEでも同じように絵文字を追加したいなと思ってサイトにソースが落ちてない探していたのですが&hellip;ない<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/crying.gif" /></p>
<p>なので、作っちゃいました<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/happy01.gif" />（実際は、FCKEditor用の落ちてたソースをTinyMCE用にカスタマイズしただけだけどね）</p>
<p>こんな感じです。</p>
<p style="text-align: center;"><a href="http://blog.veryposi.info/wp-content/uploads/2009/02/typepadimg.png" rel="lightbox[29]"><img height="181" width="300" src="http://blog.veryposi.info/wp-content/uploads/2009/02/typepadimg-300x181.png" alt="TInyMCEにTypePadの絵文字を表示" title="TInyMCEにTypePadの絵文字を表示" class="alignnone size-medium wp-image-30" /></a></p>
<p>で、これがソースになります。</p>
<p>Download：<a href="http://blog.veryposi.info/wp-content/uploads/2009/02/emoji.zip">TinyMCEでTypePadの絵文字を使う為のTinyMCE用プラグイン</a></p>
<p>設定方法：</p>
<p><span id="more-29"></span></p>
<ol>
<li>「WordPressのインストールフォルダwp-includes\js\tinymce\plugins」のフォルダに解凍してできた「emoji」フォルダをそのままアップロードします。</li>
<li>「WordPressのインストールフォルダwp-admin\includes\post.php」の1130～1134行、1217～1233行を以下の内容で修正しアップロードします。(変更している行は、1130、1134、1218、1222の4行のみです)</li>
</ol>
<p>【1130～1134行の修正内容】</p>
<div class="syntax">
<table>
<tbody>
<tr>
<td class="line_numbers">
<pre>
1130
1131
1132
1133
1134
</pre>
</td>
<td class="code">
<pre class="javascript"><span style="color: rgb(0, 0, 102); font-weight: bold;">if</span> <span style="color: rgb(102, 204, 102);">(</span> $teeny <span style="color: rgb(102, 204, 102);">)</span> <span style="color: rgb(102, 204, 102);">{</span>
	$plugins = apply_filters<span style="color: rgb(102, 204, 102);">(</span> <span style="color: rgb(51, 102, 204);">'teeny_mce_plugins'</span>, array<span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(51, 102, 204);">'safari'</span>, <span style="color: rgb(51, 102, 204);">'inlinepopups'</span>, <span style="color: rgb(51, 102, 204);">'media'</span>, <span style="color: rgb(51, 102, 204);">'autosave'</span>, <span style="color: rgb(51, 102, 204);">'fullscreen'</span>, <span style="color: rgb(51, 102, 204);">'emoji'</span><span style="color: rgb(102, 204, 102);">)</span> <span style="color: rgb(102, 204, 102);">)</span>;
	$ext_plugins = <span style="color: rgb(51, 102, 204);">''</span>;
<span style="color: rgb(102, 204, 102);">}</span> <span style="color: rgb(0, 0, 102); font-weight: bold;">else</span> <span style="color: rgb(102, 204, 102);">{</span>
	$plugins = array<span style="color: rgb(102, 204, 102);">(</span> <span style="color: rgb(51, 102, 204);">'safari'</span>, <span style="color: rgb(51, 102, 204);">'inlinepopups'</span>, <span style="color: rgb(51, 102, 204);">'autosave'</span>, <span style="color: rgb(51, 102, 204);">'spellchecker'</span>, <span style="color: rgb(51, 102, 204);">'paste'</span>, <span style="color: rgb(51, 102, 204);">'wordpress'</span>, <span style="color: rgb(51, 102, 204);">'media'</span>, <span style="color: rgb(51, 102, 204);">'fullscreen'</span>, <span style="color: rgb(51, 102, 204);">'wpeditimage'</span>, <span style="color: rgb(51, 102, 204);">'wpgallery'</span>, <span style="color: rgb(51, 102, 204);">'emoji'</span> <span style="color: rgb(102, 204, 102);">)</span>;</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<p>【1217～1233行の修正内容】</p>
<pre lang="php" line="1217">
<div class="syntax">
<table>
<tbody>
<tr>
<td class="line_numbers">
<pre>
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
</pre>
</td>
<td class="code">
<pre class="php"><span style="color: rgb(177, 177, 0);">if</span> <span style="color: rgb(102, 204, 102);">(</span> <span style="color: rgb(0, 0, 255);">$teeny</span> <span style="color: rgb(102, 204, 102);">)</span> <span style="color: rgb(102, 204, 102);">{</span>
	<span style="color: rgb(0, 0, 255);">$mce_buttons</span> = apply_filters<span style="color: rgb(102, 204, 102);">(</span> <span style="color: rgb(255, 0, 0);">'teeny_mce_buttons'</span>, <a href="http://www.php.net/array"><span style="color: rgb(0, 0, 102);">array</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(255, 0, 0);">'bold, italic, underline, blockquote, separator, strikethrough, bullist, numlist,justifyleft, justifycenter, justifyright, undo, redo, link, unlink, fullscreen, emoji'</span><span style="color: rgb(102, 204, 102);">)</span> <span style="color: rgb(102, 204, 102);">)</span>;
	<span style="color: rgb(0, 0, 255);">$mce_buttons</span> = <a href="http://www.php.net/implode"><span style="color: rgb(0, 0, 102);">implode</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(0, 0, 255);">$mce_buttons</span>, <span style="color: rgb(255, 0, 0);">','</span><span style="color: rgb(102, 204, 102);">)</span>;
	<span style="color: rgb(0, 0, 255);">$mce_buttons_2</span> = <span style="color: rgb(0, 0, 255);">$mce_buttons_3</span> = <span style="color: rgb(0, 0, 255);">$mce_buttons_4</span> = <span style="color: rgb(255, 0, 0);">''</span>;
<span style="color: rgb(102, 204, 102);">}</span> <span style="color: rgb(177, 177, 0);">else</span> <span style="color: rgb(102, 204, 102);">{</span>
	<span style="color: rgb(0, 0, 255);">$mce_buttons</span> = apply_filters<span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(255, 0, 0);">'mce_buttons'</span>, <a href="http://www.php.net/array"><span style="color: rgb(0, 0, 102);">array</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(255, 0, 0);">'bold'</span>, <span style="color: rgb(255, 0, 0);">'italic'</span>, <span style="color: rgb(255, 0, 0);">'strikethrough'</span>, <span style="color: rgb(255, 0, 0);">'|'</span>, <span style="color: rgb(255, 0, 0);">'bullist'</span>, <span style="color: rgb(255, 0, 0);">'numlist'</span>, <span style="color: rgb(255, 0, 0);">'blockquote'</span>, <span style="color: rgb(255, 0, 0);">'|'</span>, <span style="color: rgb(255, 0, 0);">'justifyleft'</span>, <span style="color: rgb(255, 0, 0);">'justifycenter'</span>, <span style="color: rgb(255, 0, 0);">'justifyright'</span>, <span style="color: rgb(255, 0, 0);">'|'</span>, <span style="color: rgb(255, 0, 0);">'link'</span>, <span style="color: rgb(255, 0, 0);">'unlink'</span>, <span style="color: rgb(255, 0, 0);">'wp_more'</span>, <span style="color: rgb(255, 0, 0);">'|'</span>, <span style="color: rgb(255, 0, 0);">'spellchecker'</span>, <span style="color: rgb(255, 0, 0);">'fullscreen'</span>, <span style="color: rgb(255, 0, 0);">'wp_adv'</span>, <span style="color: rgb(255, 0, 0);">'|'</span>, <span style="color: rgb(255, 0, 0);">'emoji'</span> <span style="color: rgb(102, 204, 102);">)</span><span style="color: rgb(102, 204, 102);">)</span>;
	<span style="color: rgb(0, 0, 255);">$mce_buttons</span> = <a href="http://www.php.net/implode"><span style="color: rgb(0, 0, 102);">implode</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(0, 0, 255);">$mce_buttons</span>, <span style="color: rgb(255, 0, 0);">','</span><span style="color: rgb(102, 204, 102);">)</span>;
&nbsp;
	<span style="color: rgb(0, 0, 255);">$mce_buttons_2</span> = apply_filters<span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(255, 0, 0);">'mce_buttons_2'</span>, <a href="http://www.php.net/array"><span style="color: rgb(0, 0, 102);">array</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(255, 0, 0);">'formatselect'</span>, <span style="color: rgb(255, 0, 0);">'underline'</span>, <span style="color: rgb(255, 0, 0);">'justifyfull'</span>, <span style="color: rgb(255, 0, 0);">'forecolor'</span>, <span style="color: rgb(255, 0, 0);">'|'</span>, <span style="color: rgb(255, 0, 0);">'pastetext'</span>, <span style="color: rgb(255, 0, 0);">'pasteword'</span>, <span style="color: rgb(255, 0, 0);">'removeformat'</span>, <span style="color: rgb(255, 0, 0);">'|'</span>, <span style="color: rgb(255, 0, 0);">'media'</span>, <span style="color: rgb(255, 0, 0);">'charmap'</span>, <span style="color: rgb(255, 0, 0);">'|'</span>, <span style="color: rgb(255, 0, 0);">'outdent'</span>, <span style="color: rgb(255, 0, 0);">'indent'</span>, <span style="color: rgb(255, 0, 0);">'|'</span>, <span style="color: rgb(255, 0, 0);">'undo'</span>, <span style="color: rgb(255, 0, 0);">'redo'</span>, <span style="color: rgb(255, 0, 0);">'wp_help'</span> <span style="color: rgb(102, 204, 102);">)</span><span style="color: rgb(102, 204, 102);">)</span>;
	<span style="color: rgb(0, 0, 255);">$mce_buttons_2</span> = <a href="http://www.php.net/implode"><span style="color: rgb(0, 0, 102);">implode</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(0, 0, 255);">$mce_buttons_2</span>, <span style="color: rgb(255, 0, 0);">','</span><span style="color: rgb(102, 204, 102);">)</span>;
&nbsp;
	<span style="color: rgb(0, 0, 255);">$mce_buttons_3</span> = apply_filters<span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(255, 0, 0);">'mce_buttons_3'</span>, <a href="http://www.php.net/array"><span style="color: rgb(0, 0, 102);">array</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(102, 204, 102);">)</span><span style="color: rgb(102, 204, 102);">)</span>;
	<span style="color: rgb(0, 0, 255);">$mce_buttons_3</span> = <a href="http://www.php.net/implode"><span style="color: rgb(0, 0, 102);">implode</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(0, 0, 255);">$mce_buttons_3</span>, <span style="color: rgb(255, 0, 0);">','</span><span style="color: rgb(102, 204, 102);">)</span>;
&nbsp;
	<span style="color: rgb(0, 0, 255);">$mce_buttons_4</span> = apply_filters<span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(255, 0, 0);">'mce_buttons_4'</span>, <a href="http://www.php.net/array"><span style="color: rgb(0, 0, 102);">array</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(102, 204, 102);">)</span><span style="color: rgb(102, 204, 102);">)</span>;
	<span style="color: rgb(0, 0, 255);">$mce_buttons_4</span> = <a href="http://www.php.net/implode"><span style="color: rgb(0, 0, 102);">implode</span></a><span style="color: rgb(102, 204, 102);">(</span><span style="color: rgb(0, 0, 255);">$mce_buttons_4</span>, <span style="color: rgb(255, 0, 0);">','</span><span style="color: rgb(102, 204, 102);">)</span>;
<span style="color: rgb(102, 204, 102);">}</span></pre>
</td>
</tr>
</tbody>
</table>
</div>
</pre>
<p>設定は、以上でおわりになります。</p>
<p>私は、ver2.7でやったのでもしかすると修正箇所が異なる人がいるかもしれませんがそのときはすみません<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/sweat01.gif" /></p>
<p>WordPressのプラグイン化できたらよかったのですが、やり方がわからないので簡単にできる方法でやってしまいました<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/coldsweats01.gif" /><br />
時間があったらWordPressのプラグイン化も検討したいですが&hellip;今のところ未定です<img alt="" src="http://blog.veryposi.info/wp-content/plugins/fckeditor-for-wordpress-plugin/smiles/typepad/catface.gif" /></p>
<p>もしよかったら使ってみてください。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.veryposi.info/programing/cms/wordpress/wordpress-tinymce-typepad/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.veryposi.info @ 2026-04-21 18:08:48 -->