<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>请输入一个名称！ &#187; 帖子：使用 WordPress 2.9 Embed 功能快速插入优酷视频</title>
		<link>http://home.wpjam.com/wp-content/plugins/buddypress/bp-forums/bbpress/topic/143</link>
		<description>请输入一个名称！ &raquo; 帖子：使用 WordPress 2.9 Embed 功能快速插入优酷视频</description>
		<language>zh-CN</language>
		<pubDate>Sat, 31 Jul 2010 15:01:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[搜索]]></title>
			<description><![CDATA[在这些版面中搜索全部帖子。]]></description>
			<name>q</name>
			<link>http://home.wpjam.com/wp-content/plugins/buddypress/bp-forums/bbpress/search.php</link>
		</textInput>
		<atom:link href="http://home.wpjam.com/wp-content/plugins/buddypress/bp-forums/bbpress/rss/topic/143" rel="self" type="application/rss+xml" />

		<item>
						<title>使用 WordPress 2.9 Embed 功能快速插入优酷视频</title>
			<link>http://home.wpjam.com/wp-content/plugins/buddypress/bp-forums/bbpress/topic/143#post-216</link>
			<pubDate>三, 20 Jan 2010 03:35:13 +0000</pubDate>
			<dc:creator>匿名</dc:creator>
			<guid isPermaLink="false">216@http://home.wpjam.com/wp-content/plugins/buddypress/bp-forums/bbpress/</guid>
			<description>&#60;p&#62;标准控！
&#60;/p&#62;</description>
		</item>
		<item>
						<title>使用 WordPress 2.9 Embed 功能快速插入优酷视频</title>
			<link>http://home.wpjam.com/wp-content/plugins/buddypress/bp-forums/bbpress/topic/143#post-215</link>
			<pubDate>二, 19 Jan 2010 23:54:58 +0000</pubDate>
			<dc:creator>匿名</dc:creator>
			<guid isPermaLink="false">215@http://home.wpjam.com/wp-content/plugins/buddypress/bp-forums/bbpress/</guid>
			<description>&#60;p&#62;大部分FLASH播放器的嵌入代码都不符合标准，搞得我不想插入视频了已经。哈哈、
&#60;/p&#62;</description>
		</item>
		<item>
						<title>使用 WordPress 2.9 Embed 功能快速插入优酷视频</title>
			<link>http://home.wpjam.com/wp-content/plugins/buddypress/bp-forums/bbpress/topic/143#post-212</link>
			<pubDate>二, 19 Jan 2010 15:57:51 +0000</pubDate>
			<dc:creator>匿名</dc:creator>
			<guid isPermaLink="false">212@http://home.wpjam.com/wp-content/plugins/buddypress/bp-forums/bbpress/</guid>
			<description>&#60;p&#62;代码：&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function wp_embed_handler_youku( $matches, $attr, $url, $rawattr ) {
	// If the user supplied a fixed width AND height, use it
	if ( !empty($rawattr[&#38;#39;width&#38;#39;]) &#38;amp;&#38;amp; !empty($rawattr[&#38;#39;height&#38;#39;]) ) {
		$width  = (int) $rawattr[&#38;#39;width&#38;#39;];
		$height = (int) $rawattr[&#38;#39;height&#38;#39;];
	} else {
		list( $width, $height ) = wp_expand_dimensions( 480, 400, $attr[&#38;#39;width&#38;#39;], $attr[&#38;#39;height&#38;#39;] );
	}

	return apply_filters( &#38;#39;embed_youku&#38;#39;, &#38;#39;&#38;lt;embed src=&#38;quot;http://player.youku.com/player.php/sid/&#38;#39; . esc_attr($matches[1]) . &#38;#39;/v.swf&#38;quot; quality=&#38;quot;high&#38;quot; width=&#38;quot;&#38;#39; . esc_attr($width) . &#38;#39;&#38;quot; height=&#38;quot;&#38;#39; . esc_attr($height) . &#38;#39;&#38;quot; align=&#38;quot;middle&#38;quot; allowScriptAccess=&#38;quot;sameDomain&#38;quot; type=&#38;quot;application/x-shockwave-flash&#38;quot;&#38;gt;&#38;lt;/embed&#38;gt;&#38;#39;, $matches, $attr, $url, $rawattr );

}
wp_embed_register_handler( &#38;#39;youku&#38;#39;, &#38;#39;#http://v.youku.com/v_show/id_(.*?).html#i&#38;#39;, &#38;#39;wp_embed_handler_youku&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;使用：&#60;/p&#62;
&#60;p&#62;如：&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://v.youku.com/v_show/id_XXXXXXXXXXXXX.html&#34; rel=&#34;nofollow&#34;&#62;http://v.youku.com/v_show/id_XXXXXXXXXXXXX.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;或者&#60;/p&#62;
&#60;p&#62;[embed]http://v.youku.com/v_show/id_XXXXXXXXXXXXX.html[/embed]&#60;/p&#62;
&#60;p&#62;其中 XXXXXXX 是视频的 ID
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
