<?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/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/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/</link>
	<description>Zen-Dreams.com</description>
	<lastBuildDate>Thu, 04 Mar 2010 19:44:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Amit</title>
		<link>http://blog.zen-dreams.com/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-7418</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-7418</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/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-6264</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-6264</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/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-6229</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-6229</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/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-6227</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-6227</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/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-6218</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-6218</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/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-6212</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-6212</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 />
<span class="cluv"> 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> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://blog.zen-dreams.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php trivandrum</title>
		<link>http://blog.zen-dreams.com/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-6015</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-6015</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 />
<span class="cluv"> 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> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://blog.zen-dreams.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php trivandrum</title>
		<link>http://blog.zen-dreams.com/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-6014</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-6014</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 />
<span class="cluv"> 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> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://blog.zen-dreams.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integrate tinyMCE into your wordpress plugins &#124; Zen-Dreams</title>
		<link>http://blog.zen-dreams.com/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-5857</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-5857</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>
	<item>
		<title>By: guigouz</title>
		<link>http://blog.zen-dreams.com/en/2008/11/06/how-to-include-tinymce-in-your-wp-plugin/#comment-5852</link>
		<dc:creator>guigouz</dc:creator>
		<pubDate>Tue, 30 Jun 2009 18:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen-dreams.com/en/?p=543#comment-5852</guid>
		<description>I do have the same question.... any way to make this work with 2.8 ?</description>
		<content:encoded><![CDATA[<p>I do have the same question&#8230;. any way to make this work with 2.8 ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
