<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MarkTeipe.com &#187; Wordpress MU</title>
	<atom:link href="http://markteipe.com/category/code/wordpress/wordpress-mu/feed/" rel="self" type="application/rss+xml" />
	<link>http://markteipe.com</link>
	<description>New Media Development</description>
	<lastBuildDate>Wed, 18 Apr 2012 04:34:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Brightcove and Youtube embed code in WordPress MU</title>
		<link>http://markteipe.com/2008/08/25/brightcove-and-youtube-embed-code-in-wordpress-mu/</link>
		<comments>http://markteipe.com/2008/08/25/brightcove-and-youtube-embed-code-in-wordpress-mu/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 19:52:53 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>

		<guid isPermaLink="false">http://markteipe.com/?p=63</guid>
		<description><![CDATA[By default WordPress MU does not allow embed code even when using the HTML post feature. This is different from singe WordPress instances that do allow embedding. The fix: Edit wp-include/kses.php. In that file search for “Post filtering” and then &#8230; <a href="http://markteipe.com/2008/08/25/brightcove-and-youtube-embed-code-in-wordpress-mu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>By default WordPress MU does not allow embed code even when using the HTML post feature. This is different from singe WordPress instances that do allow embedding.</p>
<p>The fix: Edit wp-include/kses.php. In that file search for “Post filtering” and then comment out the following lines:<br />
<code><br />
// Post filtering<br />
//add_filter(’content_save_pre’, ‘wp_filter_post_kses’);<br />
</code></p>
<p>Please note this will affect all blog instances within the WordPress MU installation.</p>
<p>This fix came from  <a href="http://simply-basic.com/posts/194160" target="_blank">Simply-Basic.com</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/08/25/brightcove-and-youtube-embed-code-in-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

