<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Wordpress: Solving The YouTube Problem</title>
	<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/</link>
	<description>Ideas for better blogging</description>
	<pubDate>Wed, 07 Jan 2009 13:44:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Colleen</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-8012</link>
		<author>Colleen</author>
		<pubDate>Fri, 18 Jul 2008 19:17:10 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-8012</guid>
		<description>I'm running WordPress MU for my blog, and my code was stripped too.  Here's how you can edit MU to keep the code from being stripped.

Open this file:  wp-includes &#62; ksep.php

Look for a line like this:  if (!CUSTOM_TAGS) {

Add the following two (I put them in alphabetical order with the existing allowed tags)

	'embed' =&#62; array (
			'style' =&#62; array (),
			'type' =&#62; array (),
			'id' =&#62; array (),
			'height' =&#62; array (),
			'width' =&#62; array (),
			'src' =&#62; array ()),
			'object' =&#62; array (
			'height' =&#62; array (),
			'width' =&#62; array ()),
			'param' =&#62; array (
			'name' =&#62; array (),
			'value' =&#62; array ()), 

		'object' =&#62; array(
			'width' =&#62; array (),
			'height' =&#62; array (),
			'movie' =&#62; array (),
			'allowFullScreen' =&#62; array (),
			'embed src' =&#62; array(),
			'application/x-shockwave-flash' =&#62; array()),</description>
		<content:encoded><![CDATA[<p>I&#8217;m running WordPress MU for my blog, and my code was stripped too.  Here&#8217;s how you can edit MU to keep the code from being stripped.</p>
<p>Open this file:  wp-includes &gt; ksep.php</p>
<p>Look for a line like this:  if (!CUSTOM_TAGS) {</p>
<p>Add the following two (I put them in alphabetical order with the existing allowed tags)</p>
<p>	&#8216;embed&#8217; =&gt; array (<br />
			&#8217;style&#8217; =&gt; array (),<br />
			&#8216;type&#8217; =&gt; array (),<br />
			&#8216;id&#8217; =&gt; array (),<br />
			&#8216;height&#8217; =&gt; array (),<br />
			&#8216;width&#8217; =&gt; array (),<br />
			&#8217;src&#8217; =&gt; array ()),<br />
			&#8216;object&#8217; =&gt; array (<br />
			&#8216;height&#8217; =&gt; array (),<br />
			&#8216;width&#8217; =&gt; array ()),<br />
			&#8216;param&#8217; =&gt; array (<br />
			&#8216;name&#8217; =&gt; array (),<br />
			&#8216;value&#8217; =&gt; array ()), </p>
<p>		&#8216;object&#8217; =&gt; array(<br />
			&#8216;width&#8217; =&gt; array (),<br />
			&#8216;height&#8217; =&gt; array (),<br />
			&#8216;movie&#8217; =&gt; array (),<br />
			&#8216;allowFullScreen&#8217; =&gt; array (),<br />
			&#8216;embed src&#8217; =&gt; array(),<br />
			&#8216;application/x-shockwave-flash&#8217; =&gt; array()),</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashant</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-7899</link>
		<author>prashant</author>
		<pubDate>Tue, 15 Jul 2008 12:39:14 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-7899</guid>
		<description>Thanks a lot. Used this in my blog, I was facing the same problem.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Used this in my blog, I was facing the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: youtube traffic</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-7870</link>
		<author>youtube traffic</author>
		<pubDate>Mon, 14 Jul 2008 03:11:55 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-7870</guid>
		<description>thank you for  such a great topic. I have learned a lot by reading on this website today.</description>
		<content:encoded><![CDATA[<p>thank you for  such a great topic. I have learned a lot by reading on this website today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fudge.org &#187; Blog Archive &#187; Embedding YouTube video in WordPress</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-3897</link>
		<author>fudge.org &#187; Blog Archive &#187; Embedding YouTube video in WordPress</author>
		<pubDate>Tue, 26 Feb 2008 20:46:09 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-3897</guid>
		<description>[...] Result: Newlines are being added somehow by the editor (and the ampersand converted as well) and crushing out the object tag and impacting a div somewhere else which causes further page rendering to be centered. Ick. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Result: Newlines are being added somehow by the editor (and the ampersand converted as well) and crushing out the object tag and impacting a div somewhere else which causes further page rendering to be centered. Ick. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.portakal.in</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-3837</link>
		<author>www.portakal.in</author>
		<pubDate>Wed, 20 Feb 2008 12:13:47 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-3837</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rest</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-3552</link>
		<author>rest</author>
		<pubDate>Sat, 09 Feb 2008 10:21:30 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-3552</guid>
		<description>an? what you think about teachertube?</description>
		<content:encoded><![CDATA[<p>an? what you think about teachertube?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Googlelady</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-164</link>
		<author>Googlelady</author>
		<pubDate>Sat, 22 Sep 2007 10:01:01 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-164</guid>
		<description>This video step-by-step on how to embeded yourtube videos in wordpress:
http://www.blognetize.com/26/embed-youtube-video-wordpress/

No need of a plugin.</description>
		<content:encoded><![CDATA[<p>This video step-by-step on how to embeded yourtube videos in wordpress:<br />
<a href="http://www.blognetize.com/26/embed-youtube-video-wordpress/" rel="nofollow">http://www.blognetize.com/26/e.....wordpress/</a></p>
<p>No need of a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-140</link>
		<author>Jeff</author>
		<pubDate>Mon, 17 Sep 2007 20:41:37 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-140</guid>
		<description>Hey everybody-
My solution to the issue was first to dl Firefox, which I only use for blog posting, and then the above solution you have is correct.  Whenever I post a video, I click 'save and continue editing'.  You will be able to jump back into the code after that and continue editing.  Hope this helps a little.

-jv</description>
		<content:encoded><![CDATA[<p>Hey everybody-<br />
My solution to the issue was first to dl Firefox, which I only use for blog posting, and then the above solution you have is correct.  Whenever I post a video, I click &#8217;save and continue editing&#8217;.  You will be able to jump back into the code after that and continue editing.  Hope this helps a little.</p>
<p>-jv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myo Kyaw Htun</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-127</link>
		<author>Myo Kyaw Htun</author>
		<pubDate>Sat, 15 Sep 2007 03:52:28 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-127</guid>
		<description>Seriously, Wordpress Tiny MCE editor always change the object embed code every time i paste in editor. That makes my site invalid XHTML. Now what I did it, I embed flash code by using Adsense deluxe plugin. That's pretty work for me.</description>
		<content:encoded><![CDATA[<p>Seriously, Wordpress Tiny MCE editor always change the object embed code every time i paste in editor. That makes my site invalid XHTML. Now what I did it, I embed flash code by using Adsense deluxe plugin. That&#8217;s pretty work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogsolid</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-25</link>
		<author>Blogsolid</author>
		<pubDate>Mon, 10 Sep 2007 07:34:04 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-25</guid>
		<description>I did not manage to download Viper's Video Quicktags plugin from the link above, so here's a &lt;a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/" target="_blank" rel="nofollow"&gt;link to the wordpress plugin page for Viper's Video Quicktags&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I did not manage to download Viper&#8217;s Video Quicktags plugin from the link above, so here&#8217;s a <a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/" target="_blank" rel="nofollow">link to the wordpress plugin page for Viper&#8217;s Video Quicktags</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogBuzz September 8, 2007 &#187; Webmaster-Source</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-29</link>
		<author>BlogBuzz September 8, 2007 &#187; Webmaster-Source</author>
		<pubDate>Sat, 08 Sep 2007 10:26:36 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-29</guid>
		<description>[...] think yesterday was &#8220;Wordpress Irritation Day.&#8221; Blogsolid.com penned a post on making YouTube videos work in Wordpress. Later that day, BookAdvice.net&#8217;s Wordpress installation started acting up. It seems that [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] think yesterday was &#8220;Wordpress Irritation Day.&#8221; Blogsolid.com penned a post on making YouTube videos work in Wordpress. Later that day, BookAdvice.net&#8217;s Wordpress installation started acting up. It seems that [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-28</link>
		<author>redwall_hp</author>
		<pubDate>Fri, 07 Sep 2007 20:37:56 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-28</guid>
		<description>I say we just go over to http://wordpress.org/extend/ideas/ and demand a new WYSIWYG editor. :D

Actually, there have been people doing just that. I believe it's actually being considered, though who knows when we'll get it.</description>
		<content:encoded><![CDATA[<p>I say we just go over to <a href="http://wordpress.org/extend/ideas/" rel="nofollow">http://wordpress.org/extend/ideas/</a> and demand a new WYSIWYG editor. :D</p>
<p>Actually, there have been people doing just that. I believe it&#8217;s actually being considered, though who knows when we&#8217;ll get it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogsolid</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-27</link>
		<author>Blogsolid</author>
		<pubDate>Fri, 07 Sep 2007 17:10:56 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-27</guid>
		<description>Haha, thanks Wes, WYSIWTF is quite accurate!</description>
		<content:encoded><![CDATA[<p>Haha, thanks Wes, WYSIWTF is quite accurate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-24</link>
		<author>Wes</author>
		<pubDate>Fri, 07 Sep 2007 17:04:25 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-24</guid>
		<description>&lt;p&gt;I actually recommend &lt;a href=”http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/” rel=”nofollow” rel="nofollow"&gt;Viper’s Video Quicktags&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It puts in buttons for videos from several video sharing sites. Also, it doesn’t seem to break when you edit it, since it uses its own special tags.&lt;/p&gt;
&lt;p&gt;As for a desktop client for Wordpress, I’ve used &lt;a href=”http://wbloggar.com/” rel=”nofollow” rel="nofollow"&gt;w.Bloggar&lt;/a&gt; with some success, tried out &lt;a href=”http://infinite-sushi.com/software/ecto/” rel=”nofollow” rel="nofollow"&gt;Ecto&lt;/a&gt; liked it, but it wasn’t free; and also tried out &lt;a href="http://www.codingrobots.com/blogjet/" rel="nofollow"&gt;BlogJet&lt;/a&gt; and liked it but once again it wasn’t free.&lt;/p&gt;
&lt;p&gt;In the end, I came to the conclusion that software isn’t really worth the time considering you can disable the WYSIWYG (or WYSIWTF) view.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I actually recommend <a href=”http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/” rel=”nofollow” rel="nofollow">Viper’s Video Quicktags</a>.</p>
<p>It puts in buttons for videos from several video sharing sites. Also, it doesn’t seem to break when you edit it, since it uses its own special tags.</p>
<p>As for a desktop client for Wordpress, I’ve used <a href=”http://wbloggar.com/” rel=”nofollow” rel="nofollow">w.Bloggar</a> with some success, tried out <a href=”http://infinite-sushi.com/software/ecto/” rel=”nofollow” rel="nofollow">Ecto</a> liked it, but it wasn’t free; and also tried out <a href="http://www.codingrobots.com/blogjet/" rel="nofollow">BlogJet</a> and liked it but once again it wasn’t free.</p>
<p>In the end, I came to the conclusion that software isn’t really worth the time considering you can disable the WYSIWYG (or WYSIWTF) view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogsolid</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-23</link>
		<author>Blogsolid</author>
		<pubDate>Fri, 07 Sep 2007 16:48:54 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-23</guid>
		<description>Hi Memo
Can you recommend a desktop client that works well with Wordpress?</description>
		<content:encoded><![CDATA[<p>Hi Memo<br />
Can you recommend a desktop client that works well with Wordpress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Memo</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-26</link>
		<author>Memo</author>
		<pubDate>Fri, 07 Sep 2007 15:59:41 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-26</guid>
		<description>That's one of the reasons why I use a blog desktop client, as I find the WYSIWYG editor included in Wordpress annoying and basically useless. For example, I hate when it refuses to automatically break a line breaking the layout.</description>
		<content:encoded><![CDATA[<p>That&#8217;s one of the reasons why I use a blog desktop client, as I find the WYSIWYG editor included in Wordpress annoying and basically useless. For example, I hate when it refuses to automatically break a line breaking the layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-20</link>
		<author>redwall_hp</author>
		<pubDate>Fri, 07 Sep 2007 15:01:20 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-20</guid>
		<description>Yeah, that's always been one of the most annoying Wordpress "features" (read: bugs). Pretty much every other platform supports YouTube, and any other flash-based video site. It's about time they fix it. Yes, plugins work okay, but you can't see the video in the post editor while you write accompanying text. Wordpress needs a new editor. TinyMCE works okay, but it's a big pain with stuff like videos (it also likes to "fix" code you wrote, replacing DIVs with Ps and things like that).</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;s always been one of the most annoying Wordpress &#8220;features&#8221; (read: bugs). Pretty much every other platform supports YouTube, and any other flash-based video site. It&#8217;s about time they fix it. Yes, plugins work okay, but you can&#8217;t see the video in the post editor while you write accompanying text. Wordpress needs a new editor. TinyMCE works okay, but it&#8217;s a big pain with stuff like videos (it also likes to &#8220;fix&#8221; code you wrote, replacing DIVs with Ps and things like that).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogsolid</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-21</link>
		<author>Blogsolid</author>
		<pubDate>Fri, 07 Sep 2007 13:57:54 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-21</guid>
		<description>I just tested it, and you're right, redwall, if you place the YouTube embed code in the code tab and publish immediately, it does work!
The problem, as you pointed out, is that if you go back and edit the post again, it seems to break...</description>
		<content:encoded><![CDATA[<p>I just tested it, and you&#8217;re right, redwall, if you place the YouTube embed code in the code tab and publish immediately, it does work!<br />
The problem, as you pointed out, is that if you go back and edit the post again, it seems to break&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-22</link>
		<author>redwall_hp</author>
		<pubDate>Fri, 07 Sep 2007 13:34:03 +0000</pubDate>
		<guid>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/#comment-22</guid>
		<description>It's the WYSIWYG editor that's doing it. If you're &lt;i&gt;never&lt;/i&gt; going to edit a post again, than you technically can just paste it into the code tab, then publish. The problem is, if you &lt;i&gt;ever&lt;/i&gt; open the post in WYSIWYG mode again (or just switch the tab after pasting the code), Wordpress will strip it out.

It gets worse in Wordpress MU, where WPMU totally blocks any code it doesn't recognize for "security reasons". That includes YouTube videos.

Plugins seem to be the best option for now. At least until Wordpress supports YouTube natively.</description>
		<content:encoded><![CDATA[<p>It&#8217;s the WYSIWYG editor that&#8217;s doing it. If you&#8217;re <i>never</i> going to edit a post again, than you technically can just paste it into the code tab, then publish. The problem is, if you <i>ever</i> open the post in WYSIWYG mode again (or just switch the tab after pasting the code), Wordpress will strip it out.</p>
<p>It gets worse in Wordpress MU, where WPMU totally blocks any code it doesn&#8217;t recognize for &#8220;security reasons&#8221;. That includes YouTube videos.</p>
<p>Plugins seem to be the best option for now. At least until Wordpress supports YouTube natively.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
