<?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>ace's blog &#187; facebook</title>
	<atom:link href="http://acedanger.com/category/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://acedanger.com</link>
	<description>a place for me to record events in my life.</description>
	<lastBuildDate>Wed, 18 Jan 2012 05:01:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='acedanger.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>How to embed facebook video on your self-hosted wordpress blog</title>
		<link>http://acedanger.com/2009/11/23/how-to-embed-facebook-video-on-your-self-hosted-wordpress-blog/</link>
		<comments>http://acedanger.com/2009/11/23/how-to-embed-facebook-video-on-your-self-hosted-wordpress-blog/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 02:34:24 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://acedanger.com/?p=557</guid>
		<description><![CDATA[I just had to finagle the &#8220;embed&#8221; code that Facebook provides when you select the option for it. Here is the code that Facebook provided when I selected the &#8220;embed video&#8221; link on one of my videos: &#60;object width="576" height="324" &#62;&#60;param name="allowfullscreen" value="true" /&#62;&#60;param name="allowscriptaccess" value="always" /&#62;&#60;param name="movie" value="http://www.facebook.com/v/xyz" /&#62;&#60;embed src="http://www.facebook.com/v/xyz" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="576" [...]]]></description>
			<content:encoded><![CDATA[<p>I just had to finagle the &#8220;embed&#8221; code that Facebook provides when you select the option for it. Here is the code that Facebook provided when I selected the &#8220;embed video&#8221; link on one of my videos:</p>
<p><code>&lt;object width="576" height="324" &gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://www.facebook.com/v/xyz" /&gt;&lt;embed src="http://www.facebook.com/v/xyz" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="576" height="324"&gt;&lt;/embed&gt;&lt;/object&gt;</code></p>
<p>When I previewed my post, I noticed that the video didn&#8217;t show up. Since I had success in the past with embedding a video in a blog post, I reviewed the source of that post. What I noticed was that some of the parameters were moved around. When I moved the parameters into the what I&#8217;ll call the correct order, my video automagically™ appeared! Here is the &#8220;correct&#8221; code to embed a Facebook video into your self-hosted wordpress blog post.</p>
<p><code>&lt;object width="400" height="224" &gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://www.facebook.com/v/abc" /&gt;&lt;embed src="http://www.facebook.com/v/abc" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224"&gt;&lt;/embed&gt;&lt;/object&gt;</code></p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2009. |
<a href="http://acedanger.com/2009/11/23/how-to-embed-facebook-video-on-your-self-hosted-wordpress-blog/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2009/11/23/how-to-embed-facebook-video-on-your-self-hosted-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
