<?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: Adding a YouTube Button to FCKeditor in Drupal</title>
	<atom:link href="http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/</link>
	<description>News For Web Developers</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:30:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Michel</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-21368</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Mon, 11 Jan 2010 09:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-21368</guid>
		<description>Thanks 10.000 :D for this article.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks 10.000 :D for this article.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-16642</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 21 Dec 2009 02:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-16642</guid>
		<description>I am also trying to get this to work with the drupal wysiwyg module + fckeditor.  Since the directory structure isn&#039;t the same I&#039;m not sure I&#039;m placing stuff correctly or updating the correct files.  Here&#039;s what I&#039;ve done...

1) Copied youtube folder to: /public_html/sites/all/libraries/fckeditor/editor/plugins/youtube

Note: I also placed a copy here just in case: /public_html/sites/all/modules/wysiwyg/plugins/youtube

2) Updated fckeditor.config.js
Added the line: FCKConfig.Plugins.Add( &#039;youtube&#039;, &#039;en,ja&#039; ) ;
at the end of the file located at: /public_html/sites/all/modules/wysiwyg/editors/js

3) Updated fckconfig.js
added: FCKConfig.ToolbarSets[&quot;Default&quot;] (to add &#039;YouTube&#039;)
to file at: /public_html/sites/all/libraries/fckeditor

Note: fckeditor.config.js (from my step #2) didn&#039;t have the FCKConfig.Plugins.Add line.

I tried just doing the above to see if I could get the button to display.  No luck. 

Any ideas?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I am also trying to get this to work with the drupal wysiwyg module + fckeditor.  Since the directory structure isn&#8217;t the same I&#8217;m not sure I&#8217;m placing stuff correctly or updating the correct files.  Here&#8217;s what I&#8217;ve done&#8230;</p>
<p>1) Copied youtube folder to: /public_html/sites/all/libraries/fckeditor/editor/plugins/youtube</p>
<p>Note: I also placed a copy here just in case: /public_html/sites/all/modules/wysiwyg/plugins/youtube</p>
<p>2) Updated fckeditor.config.js<br />
Added the line: FCKConfig.Plugins.Add( &#8216;youtube&#8217;, &#8216;en,ja&#8217; ) ;<br />
at the end of the file located at: /public_html/sites/all/modules/wysiwyg/editors/js</p>
<p>3) Updated fckconfig.js<br />
added: FCKConfig.ToolbarSets["Default"] (to add &#8216;YouTube&#8217;)<br />
to file at: /public_html/sites/all/libraries/fckeditor</p>
<p>Note: fckeditor.config.js (from my step #2) didn&#8217;t have the FCKConfig.Plugins.Add line.</p>
<p>I tried just doing the above to see if I could get the button to display.  No luck. </p>
<p>Any ideas?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukhjinder</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-12024</link>
		<dc:creator>Sukhjinder</dc:creator>
		<pubDate>Thu, 12 Nov 2009 09:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-12024</guid>
		<description>The proper way to add scripts or links to fckeditor is as follows

var oEditor = window.parent.InnerDialogLoaded() ;
var FCK	= oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig	= oEditor.FCKConfig ;
var FCKRegexLib	= oEditor.FCKRegexLib ;
var FCKTools	= oEditor.FCKTools ;
document.write( &#039;&#039; ) ;
document.write( &#039;&#039; ) ;
</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->The proper way to add scripts or links to fckeditor is as follows</p>
<p>var oEditor = window.parent.InnerDialogLoaded() ;<br />
var FCK	= oEditor.FCK ;<br />
var FCKLang = oEditor.FCKLang ;<br />
var FCKConfig	= oEditor.FCKConfig ;<br />
var FCKRegexLib	= oEditor.FCKRegexLib ;<br />
var FCKTools	= oEditor.FCKTools ;<br />
document.write( &#8221; ) ;<br />
document.write( &#8221; ) ;<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: albanx</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-11903</link>
		<dc:creator>albanx</dc:creator>
		<pubDate>Mon, 09 Nov 2009 23:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-11903</guid>
		<description>very good plugin, i am only asking how to make it similar to youtube code that include also  .... or pherhaps it the same?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->very good plugin, i am only asking how to make it similar to youtube code that include also  &#8230;. or pherhaps it the same?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Griffin</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-8813</link>
		<dc:creator>Jon Griffin</dc:creator>
		<pubDate>Thu, 03 Sep 2009 00:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-8813</guid>
		<description>FYI, this appears to be broken in fckeditor 6.x-2.0-beta1


I don&#039;t have time to look at it, but it basically never loads, the dialog pops up and then the spinner goes forever.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->FYI, this appears to be broken in fckeditor 6.x-2.0-beta1</p>
<p>I don&#8217;t have time to look at it, but it basically never loads, the dialog pops up and then the spinner goes forever.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jihua</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-8385</link>
		<dc:creator>jihua</dc:creator>
		<pubDate>Tue, 18 Aug 2009 08:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-8385</guid>
		<description>when I input the url some text , it will cut off 2 characters , such as if I put &quot;abcde&quot; , then the source code will show &quot;http://www.youtube.com/v/cde&amp;hl=en&amp;fs=1&amp;rel=0&quot; ,can any one help me about this ,as well the filed name &quot;URL&quot; is very confusing, because actually it is a ID of the video ,am i wrong?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->when I input the url some text , it will cut off 2 characters , such as if I put &#8220;abcde&#8221; , then the source code will show &#8220;http://www.youtube.com/v/cde&amp;hl=en&amp;fs=1&amp;rel=0&#8243; ,can any one help me about this ,as well the filed name &#8220;URL&#8221; is very confusing, because actually it is a ID of the video ,am i wrong?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean r</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-8275</link>
		<dc:creator>sean r</dc:creator>
		<pubDate>Thu, 13 Aug 2009 23:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-8275</guid>
		<description>sweet, thanks.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->sweet, thanks.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drupal Addons/Fixes - Archetype Marketing Blog</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-7631</link>
		<dc:creator>Drupal Addons/Fixes - Archetype Marketing Blog</dc:creator>
		<pubDate>Fri, 24 Jul 2009 03:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-7631</guid>
		<description>[...] an insert YouTube Button to FCKEditor.      Share/Save   :CMS, [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] an insert YouTube Button to FCKEditor.      Share/Save   :CMS, [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fenerbahce</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-7477</link>
		<dc:creator>fenerbahce</dc:creator>
		<pubDate>Sat, 18 Jul 2009 13:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-7477</guid>
		<description>fenerbahcenin 12. gücü</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->fenerbahcenin 12. gücü<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fenerbahce</title>
		<link>http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/comment-page-1/#comment-7435</link>
		<dc:creator>fenerbahce</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=275#comment-7435</guid>
		<description>fenerbahçe taraftar sitesi, tenks admin</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->fenerbahçe taraftar sitesi, tenks admin<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
