<?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>Smoothplanet &#187; dailymotion</title>
	<atom:link href="http://www.smoothplanet.com/tag/dailymotion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smoothplanet.com</link>
	<description>It is a smooth world</description>
	<lastBuildDate>Thu, 13 Oct 2011 14:00:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>About videos in posts and comments</title>
		<link>http://www.smoothplanet.com/about-videos-in-posts-and-comments/535/</link>
		<comments>http://www.smoothplanet.com/about-videos-in-posts-and-comments/535/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 18:43:10 +0000</pubDate>
		<dc:creator>jerome</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[dailymotion]]></category>
		<category><![CDATA[seesmic]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.smoothplanet.com/about-videos-in-posts-and-comments/535/</guid>
		<description><![CDATA[Publishing video on your blog is not as easy as a copy-paste of the code propose by the website. I often run into problems mainly because of the editor used by my blog platform. I found it painful enough to think that putting something together for the bloggers on &#8220;Parlons&#8221; might be a good idea&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Publishing video on your blog is not as easy as a copy-paste of the code propose by the website. I often run into problems mainly because of the editor used by my blog platform. I found it painful enough to think that putting something together for the bloggers on &#8220;Parlons&#8221; might be a good idea&#8230; Done. All they need to do now when publishing a video is to put the video link between bracket [ ].<br />
<span id="more-535"></span><br />
<strong>How it is done ?</strong><br />
A few lines of code put together (thanks to a very powerful hooking and plugin system in Wordpess) that transform this:</p>
<blockquote><p><code>&#91;http://www.youtube.com/watch?v=x2x4YmdXwoU&#93;</code></p></blockquote>
<p>into that</p>
<blockquote><p><code>&lt;object width="425" height="355"&gt;<br />
&lt;param name="movie" value="http://www.youtube.com/v/x2x4YmdXwoU&amp;rel=1"&gt; &lt;/param&gt;<br />
&lt;param name="wmode" value="transparent"&gt; &lt;/param&gt;<br />
&lt;embed src="http://www.youtube.com/v/x2x4YmdXwoU&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt; &lt;/embed&gt;<br />
&lt;/object&gt;</code></p></blockquote>
<p>This was done quite easily because the code of the player can be automatically be build with the permalink of the video. Smart.</p>
<p>I tried to do the same then with <a href="http://www.dailymotion.com">Dailymotion</a>, unfortunately they seem to not have think about that one as the URL use as a permalink for the video is not the same as the one to insert in the player code. Too bad!</p>
<p>I have not investigated all video system (I think <a href="http://www.kewego.com">Kewego</a> should be allright) but if I was about to create some sort of <a href="http://www.seesmic.com">Twitter-like video thingy</a>, it is something I would probably like to think about&#8230; :-)</p>
<p><strong>What about the comments ?</strong><br />
Well good question&#8230; so while I was at it I just did the same for the comments (<a href="http://www.parlonsfoot.com/archives/2007/11/23/langleterre-touche-le-fond/#comment-116055">see example</a>), so that it is very easy to share video through the comments, and we are basically one step away for having a discussion through video. Quite easy to shoot its reaction to a post on YouTube, and just post the link as a comment! It will automatically transform the link into the YouTube player and make the video playable in the flow of the discussion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smoothplanet.com/about-videos-in-posts-and-comments/535/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

