<?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/"
		>
<channel>
	<title>Comments on: How-To include tinyMCE in your WP plugin</title>
	<atom:link href="http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/</link>
	<description>Blog&#039;s Archives</description>
	<lastBuildDate>Sun, 12 Dec 2010 12:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: suso</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1255</link>
		<dc:creator>suso</dc:creator>
		<pubDate>Tue, 22 Jun 2010 12:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1255</guid>
		<description>Hi Anthony,
i have lot of troubles with a script error on visual editor.
I&#039;ve installed wordpress 3.0 version, and ZdMultiLang Version 1.2.5.
English is my default language, italian is second language.
When i click on the flag to translate page/post, i have the following error:
Script: http://mysitename/wp-includes/js/tinymce/wp-tinymce.php?c=1&amp;ver=327-1235:2

i tryed to follow your instruction above:
added
add_filter(&#039;admin_head&#039;,&#039;zd_multilang_tinymce&#039;);

function zd_multilang_tinymce() {
	wp_admin_css(&#039;thickbox&#039;);
	wp_print_scripts(&#039;post&#039;);
	wp_print_scripts(&#039;editor&#039;);
	add_thickbox();
	wp_print_scripts(&#039;media-upload&#039;);
	wp_print_scripts(&#039;jquery&#039;);
	wp_print_scripts(&#039;jquery-ui-core&#039;);
	wp_print_scripts(&#039;jquery-ui-tabs&#039;);
}
on zd_multilang.php instead of
add_filter(&#039;admin_head&#039;,&#039;zd_multilang_tinymce&#039;);
but still have the same problem.

can you help me?
i installed you plungin on lot of websites i develop, and would like to continue.

thanks,
suso.</description>
		<content:encoded><![CDATA[<p>Hi Anthony,<br />
i have lot of troubles with a script error on visual editor.<br />
I&#8217;ve installed wordpress 3.0 version, and ZdMultiLang Version 1.2.5.<br />
English is my default language, italian is second language.<br />
When i click on the flag to translate page/post, i have the following error:<br />
Script: <a href="http://mysitename/wp-includes/js/tinymce/wp-tinymce.php?c=1&#038;ver=327-1235:2" rel="nofollow">http://mysitename/wp-includes/js/tinymce/wp-tinymce.php?c=1&#038;ver=327-1235:2</a></p>
<p>i tryed to follow your instruction above:<br />
added<br />
add_filter(&#8216;admin_head&#8217;,'zd_multilang_tinymce&#8217;);</p>
<p>function zd_multilang_tinymce() {<br />
	wp_admin_css(&#8216;thickbox&#8217;);<br />
	wp_print_scripts(&#8216;post&#8217;);<br />
	wp_print_scripts(&#8216;editor&#8217;);<br />
	add_thickbox();<br />
	wp_print_scripts(&#8216;media-upload&#8217;);<br />
	wp_print_scripts(&#8216;jquery&#8217;);<br />
	wp_print_scripts(&#8216;jquery-ui-core&#8217;);<br />
	wp_print_scripts(&#8216;jquery-ui-tabs&#8217;);<br />
}<br />
on zd_multilang.php instead of<br />
add_filter(&#8216;admin_head&#8217;,'zd_multilang_tinymce&#8217;);<br />
but still have the same problem.</p>
<p>can you help me?<br />
i installed you plungin on lot of websites i develop, and would like to continue.</p>
<p>thanks,<br />
suso.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1254</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1254</guid>
		<description>Hi Anthony,

I followed your post and tinyMCE shows up well in my plugin for wordpress 2.8. I was earlier using the following statement to save content of my textarea to my DB but now I have no clue how to save tinyMCE&#039;s content to DB...





$settings[&quot;template&quot;] = stripslashes($_POST[&quot;textareaContent&quot;]);
ajaxNewsletter::saveSettings($settings);



I&#039;ll really appreciate if you may kindly guide me on this...

Thanks a lot,
ak</description>
		<content:encoded><![CDATA[<p>Hi Anthony,</p>
<p>I followed your post and tinyMCE shows up well in my plugin for wordpress 2.8. I was earlier using the following statement to save content of my textarea to my DB but now I have no clue how to save tinyMCE&#8217;s content to DB&#8230;</p>
<p>$settings["template"] = stripslashes($_POST["textareaContent"]);<br />
ajaxNewsletter::saveSettings($settings);</p>
<p>I&#8217;ll really appreciate if you may kindly guide me on this&#8230;</p>
<p>Thanks a lot,<br />
ak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zquest</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1253</link>
		<dc:creator>zquest</dc:creator>
		<pubDate>Wed, 12 Aug 2009 07:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1253</guid>
		<description>Hi Anthony, thankyou for your help. But I think I did not understand it very clearly. Does that mean we could only call the editor in the admin panel? What should I do, if I want to call the tinyMCE in a public page?</description>
		<content:encoded><![CDATA[<p>Hi Anthony, thankyou for your help. But I think I did not understand it very clearly. Does that mean we could only call the editor in the admin panel? What should I do, if I want to call the tinyMCE in a public page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1252</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 30 Jul 2009 19:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1252</guid>
		<description>The post has been updated and there is also a post about 2.8 on my homepage.</description>
		<content:encoded><![CDATA[<p>The post has been updated and there is also a post about 2.8 on my homepage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1251</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 30 Jul 2009 19:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1251</guid>
		<description>I was just wondering if you could add WP 2.8 to this how to, the method listed doesn&#039;t seem to work any more. The editor comes up but you cannot resize it, cannot load content into it through JS, and the media buttons (images,files,etc) do not work.</description>
		<content:encoded><![CDATA[<p>I was just wondering if you could add WP 2.8 to this how to, the method listed doesn&#8217;t seem to work any more. The editor comes up but you cannot resize it, cannot load content into it through JS, and the media buttons (images,files,etc) do not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1250</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Mon, 27 Jul 2009 22:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1250</guid>
		<description>There is a newer post explaining how to do that.</description>
		<content:encoded><![CDATA[<p>There is a newer post explaining how to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1249</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 26 Jul 2009 15:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1249</guid>
		<description>I am also wanting to find out how to make this work with WordPress 2.8
.-= Mike´s last blog ..&lt;a href=&quot;http://rosile.com/2009/07/google-voice-callme-widget-for-wordpress/&quot; rel=&quot;nofollow&quot;&gt;Google Voice CallMe Widget for WordPress&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>I am also wanting to find out how to make this work with WordPress 2.8<br />
.-= Mike´s last blog ..<a href="http://rosile.com/2009/07/google-voice-callme-widget-for-wordpress/" rel="nofollow">Google Voice CallMe Widget for WordPress</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php trivandrum</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1248</link>
		<dc:creator>php trivandrum</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1248</guid>
		<description>also I did change the add_filter to add_action
.-= php trivandrum´s last blog ..&lt;a href=&quot;http://www.php-trivandrum.org/uncategorized/first-taste-of-bbpress-was-sweet-but-getting-sour.html&quot; rel=&quot;nofollow&quot;&gt;First taste of bbpress – was sweet but getting sour&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>also I did change the add_filter to add_action<br />
.-= php trivandrum´s last blog ..<a href="http://www.php-trivandrum.org/uncategorized/first-taste-of-bbpress-was-sweet-but-getting-sour.html" rel="nofollow">First taste of bbpress – was sweet but getting sour</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php trivandrum</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1247</link>
		<dc:creator>php trivandrum</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1247</guid>
		<description>hey all, actually

wp_admin_css(&#039;thickbox&#039;) is not needed in any case if add_thickbox() works, and the fact is that it will not work if it is called from the trigger urged me to pull out the wp_admin_css(&#039;thickbox&#039;), and add_thickbox() from the function, and just added add_thickbox() to the body of the main plugin file, such that the wp_enque-blah will run well ahead, and the thickbox js as well as the css is outputted by the wordpress.
.-= php trivandrum´s last blog ..&lt;a href=&quot;http://www.php-trivandrum.org/uncategorized/first-taste-of-bbpress-was-sweet-but-getting-sour.html&quot; rel=&quot;nofollow&quot;&gt;First taste of bbpress – was sweet but getting sour&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>hey all, actually</p>
<p>wp_admin_css(&#8216;thickbox&#8217;) is not needed in any case if add_thickbox() works, and the fact is that it will not work if it is called from the trigger urged me to pull out the wp_admin_css(&#8216;thickbox&#8217;), and add_thickbox() from the function, and just added add_thickbox() to the body of the main plugin file, such that the wp_enque-blah will run well ahead, and the thickbox js as well as the css is outputted by the wordpress.<br />
.-= php trivandrum´s last blog ..<a href="http://www.php-trivandrum.org/uncategorized/first-taste-of-bbpress-was-sweet-but-getting-sour.html" rel="nofollow">First taste of bbpress – was sweet but getting sour</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integrate tinyMCE into your wordpress plugins &#124; Zen-Dreams</title>
		<link>http://blog.zen-dreams.com/blog-en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-1246</link>
		<dc:creator>Integrate tinyMCE into your wordpress plugins &#124; Zen-Dreams</dc:creator>
		<pubDate>Wed, 01 Jul 2009 01:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-1246</guid>
		<description>[...] the RSS feed for updates on this topic.You might remember that I wrote a previous article about the integration of tinyMCE into your wordpress plugins for version 2.5 to [...]</description>
		<content:encoded><![CDATA[<p>[...] the RSS feed for updates on this topic.You might remember that I wrote a previous article about the integration of tinyMCE into your wordpress plugins for version 2.5 to [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

