<?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: About Me Widget for WordPress 2.8.x, or Embeding tinyMCE in a WordPress Widget</title>
	<atom:link href="http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/</link>
	<description>the personal blog of John BouAntoun</description>
	<lastBuildDate>Thu, 24 Nov 2011 16:24:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jba</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-1212</link>
		<dc:creator>jba</dc:creator>
		<pubDate>Tue, 22 Feb 2011 06:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-1212</guid>
		<description>Hi Norbel,

Sounds like the jPlugin is designed to make tinyMCE play nice with jQuery systems, which is a good thing.

But like you I still don&#039;t think that will work effectively with the way the Wordpress designed the widget page. I think the approach I took, though incredibly hacky, is the cleanest with respect to orphan controls and rogue drag and drop events etc.</description>
		<content:encoded><![CDATA[<p>Hi Norbel,</p>
<p>Sounds like the jPlugin is designed to make tinyMCE play nice with jQuery systems, which is a good thing.</p>
<p>But like you I still don&#8217;t think that will work effectively with the way the WordPress designed the widget page. I think the approach I took, though incredibly hacky, is the cleanest with respect to orphan controls and rogue drag and drop events etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: norbel</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-1210</link>
		<dc:creator>norbel</dc:creator>
		<pubDate>Fri, 18 Feb 2011 20:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-1210</guid>
		<description>Hi, jba,
seems to me, that a lot of people are working on the same problem. In my case, I found out, that tinymce in a widget is only working with the tinymce jPlugin, that takes care of the AJAX.
That means:
enqueue your tinymce plugin on the website and do a lazy load in the form() sub of your widget.

Remaining problems: wordpress does call form() serveral times during drag&amp;drop. That might be easy for textareas, but is dangerous for js scripts in your widget.

You may observe, if your widget works, if you switch accessablity mode (that disables drag and drop. 

Currently, I haven&#039;t found a way to init tinymce when it&#039;s safe to do so.

For my widget, I have to save, and afterwards tinymce is ready to accept input, due to tinymce zombies created by drag and drop

Greetings norbel</description>
		<content:encoded><![CDATA[<p>Hi, jba,<br />
seems to me, that a lot of people are working on the same problem. In my case, I found out, that tinymce in a widget is only working with the tinymce jPlugin, that takes care of the AJAX.<br />
That means:<br />
enqueue your tinymce plugin on the website and do a lazy load in the form() sub of your widget.</p>
<p>Remaining problems: wordpress does call form() serveral times during drag&amp;drop. That might be easy for textareas, but is dangerous for js scripts in your widget.</p>
<p>You may observe, if your widget works, if you switch accessablity mode (that disables drag and drop. </p>
<p>Currently, I haven&#8217;t found a way to init tinymce when it&#8217;s safe to do so.</p>
<p>For my widget, I have to save, and afterwards tinymce is ready to accept input, due to tinymce zombies created by drag and drop</p>
<p>Greetings norbel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jba</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-720</link>
		<dc:creator>jba</dc:creator>
		<pubDate>Fri, 08 Jan 2010 01:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-720</guid>
		<description>As per &lt;a href=&quot;/2010/01/about-me-widget-working-in-wordpress-2-9-x/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt;, I now have published the changes to make the widget work in WordPress 2.9, and bumped the plugin version to 2.1. Enjoy.</description>
		<content:encoded><![CDATA[<p>As per <a href="/2010/01/about-me-widget-working-in-wordpress-2-9-x/" rel="nofollow">this post</a>, I now have published the changes to make the widget work in WordPress 2.9, and bumped the plugin version to 2.1. Enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jba</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-699</link>
		<dc:creator>jba</dc:creator>
		<pubDate>Mon, 04 Jan 2010 05:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-699</guid>
		<description>Think I have a local fix. It now involves 3 dirty hacks and it&#039;s likely the next release will break it. I&#039;m going to try and make contact with the WP devs instead and try and get them to design the widget screen to facilitate the binding of custom edit and save events. It&#039;s the cleaner solution.</description>
		<content:encoded><![CDATA[<p>Think I have a local fix. It now involves 3 dirty hacks and it&#8217;s likely the next release will break it. I&#8217;m going to try and make contact with the WP devs instead and try and get them to design the widget screen to facilitate the binding of custom edit and save events. It&#8217;s the cleaner solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey Allan Plauché</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-674</link>
		<dc:creator>Geoffrey Allan Plauché</dc:creator>
		<pubDate>Thu, 24 Dec 2009 21:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-674</guid>
		<description>Looks like the update to 2.9 broke the widget.</description>
		<content:encoded><![CDATA[<p>Looks like the update to 2.9 broke the widget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidebar widget for text - Webforumet.no</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-662</link>
		<dc:creator>Sidebar widget for text - Webforumet.no</dc:creator>
		<pubDate>Thu, 26 Nov 2009 10:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-662</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: About Me widget for WordPress &#187; Sam Devol</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-658</link>
		<dc:creator>About Me widget for WordPress &#187; Sam Devol</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-658</guid>
		<description>[...] This widget is working in current versions of WordPress (2.8+). Please note link to the WP Plugin Directory below&#8230; Here is a current working version: About Me Widget Thanks to John BouAntoun! [...]</description>
		<content:encoded><![CDATA[<p>[...] This widget is working in current versions of WordPress (2.8+). Please note link to the WP Plugin Directory below&#8230; Here is a current working version: About Me Widget Thanks to John BouAntoun! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey Allan  Plauché</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-580</link>
		<dc:creator>Geoffrey Allan  Plauché</dc:creator>
		<pubDate>Sat, 24 Oct 2009 22:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-580</guid>
		<description>Thanks, JBA. I refreshed the browser and everything seems to be working now except the &quot;Style&quot; dropdown menu. I&#039;m using Google Chrome (not Chromium) for Linux.</description>
		<content:encoded><![CDATA[<p>Thanks, JBA. I refreshed the browser and everything seems to be working now except the &#8220;Style&#8221; dropdown menu. I&#8217;m using Google Chrome (not Chromium) for Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jba</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-573</link>
		<dc:creator>jba</dc:creator>
		<pubDate>Thu, 22 Oct 2009 21:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-573</guid>
		<description>The title field is designed to be rendered in exactly the same style as all the other sidebar titles to keep it looking consistent.

So if you want to change the title style, you&#039;re going to have to modify your theme style.</description>
		<content:encoded><![CDATA[<p>The title field is designed to be rendered in exactly the same style as all the other sidebar titles to keep it looking consistent.</p>
<p>So if you want to change the title style, you&#8217;re going to have to modify your theme style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salvatore</title>
		<link>http://jbablog.com/2009/10/about-me-widget-for-wordpress-2-8-x-or-embeding-tinymce-in-a-wordpress-widget/comment-page-1/#comment-569</link>
		<dc:creator>Salvatore</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://jbablog.com/?p=361#comment-569</guid>
		<description>Thanks, thanks, thanks for this plugin!
It works very well. The only proplem is the styles button... It not import so much.
A question: can I personalized the title styles of the text? I intend where there is &quot;about me&quot; defoult write.

Thanks again,
Salvatore.</description>
		<content:encoded><![CDATA[<p>Thanks, thanks, thanks for this plugin!<br />
It works very well. The only proplem is the styles button&#8230; It not import so much.<br />
A question: can I personalized the title styles of the text? I intend where there is &#8220;about me&#8221; defoult write.</p>
<p>Thanks again,<br />
Salvatore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

