<?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: Wordpress: Solving The YouTube Problem</title>
	<atom:link href="http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/</link>
	<description>Ideas for better blogging</description>
	<lastBuildDate>Wed, 03 Mar 2010 05:45:52 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Colleen</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/comment-page-1/#comment-282</link>
		<dc:creator>Colleen</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-282</guid>
		<description>I&#039;m running WordPress MU for my blog, and my code was stripped too.  Here&#039;s how you can edit MU to keep the code from being stripped.

Open this file:  wp-includes &gt; 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)

	&#039;embed&#039; =&gt; array (
			&#039;style&#039; =&gt; array (),
			&#039;type&#039; =&gt; array (),
			&#039;id&#039; =&gt; array (),
			&#039;height&#039; =&gt; array (),
			&#039;width&#039; =&gt; array (),
			&#039;src&#039; =&gt; array ()),
			&#039;object&#039; =&gt; array (
			&#039;height&#039; =&gt; array (),
			&#039;width&#039; =&gt; array ()),
			&#039;param&#039; =&gt; array (
			&#039;name&#039; =&gt; array (),
			&#039;value&#039; =&gt; array ()),

		&#039;object&#039; =&gt; array(
			&#039;width&#039; =&gt; array (),
			&#039;height&#039; =&gt; array (),
			&#039;movie&#039; =&gt; array (),
			&#039;allowFullScreen&#039; =&gt; array (),
			&#039;embed src&#039; =&gt; array(),
			&#039;application/x-shockwave-flash&#039; =&gt; 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-page-1/#comment-281</link>
		<dc:creator>prashant</dc:creator>
		<pubDate>Tue, 15 Jul 2008 12:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-281</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-page-1/#comment-277</link>
		<dc:creator>youtube traffic</dc:creator>
		<pubDate>Mon, 14 Jul 2008 03:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-277</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-page-1/#comment-280</link>
		<dc:creator>fudge.org &#187; Blog Archive &#187; Embedding YouTube video in WordPress</dc:creator>
		<pubDate>Tue, 26 Feb 2008 20:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-280</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>[...] 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. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.portakal.in</title>
		<link>http://blogsolid.com/ideas/2007/wordpress-solving-the-youtube-problem/comment-page-1/#comment-279</link>
		<dc:creator>www.portakal.in</dc:creator>
		<pubDate>Wed, 20 Feb 2008 12:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-279</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-page-1/#comment-278</link>
		<dc:creator>rest</dc:creator>
		<pubDate>Sat, 09 Feb 2008 10:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-278</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-page-1/#comment-274</link>
		<dc:creator>Googlelady</dc:creator>
		<pubDate>Sat, 22 Sep 2007 10:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-274</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-page-1/#comment-276</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 17 Sep 2007 20:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-276</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 &#039;save and continue editing&#039;.  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-page-1/#comment-275</link>
		<dc:creator>Myo Kyaw Htun</dc:creator>
		<pubDate>Sat, 15 Sep 2007 03:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-275</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&#039;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-page-1/#comment-269</link>
		<dc:creator>Blogsolid</dc:creator>
		<pubDate>Mon, 10 Sep 2007 07:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogsolid.com/?p=38#comment-269</guid>
		<description>I did not manage to download Viper&#039;s Video Quicktags plugin from the link above, so here&#039;s a &lt;a href=&quot;http://wordpress.org/extend/plugins/vipers-video-quicktags/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;link to the wordpress plugin page for Viper&#039;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>
</channel>
</rss>
