本帖最後由 Fly_Bird 於 2013-10-21 13:44 編輯
6 W& }' }- P, m( Q6 J q% I+ y3 Y* u9 @9 N
一、將下面代碼加到Wordpress主題functions.php模板文件中:- function youku_video($atts, $content=null){ ' ]1 e0 _0 d/ w( F
- return '<p style="text-align: center;"><embed src=[flash]http://static.youku.com/v1.0.0149/v/swf/loader.swf?VideoIDS='.$content.'ID&winType=adshow&isAutoPlay=true[/flash] quality="high" width="610" height="460" align="middle" wmode="transparent" allowScriptAccess="never" allowNetworking="internal" autostart="0" type="application/x-shockwave-flash"></embed></p>'; . `5 P' \6 |! |% X1 l) t
- } 1 U' X; T3 O7 v
- add_shortcode('youku','youku_video');
複製代碼 其中: width="610" height="460" 是視頻的大小,可根據需要修改。, i s4 C& C' |! n: b t0 t8 p% v! c
二、編輯文章時在準備插入優酷視頻的位置輸入:- {youku]XMjM2OTE3ODg4[/youku}
複製代碼 中間的「XMjM2OTE3ODg4」是這首 ]Need You Now[/url] 音樂視頻地址的ID:9 t0 B" o) V* _/ P2 J3 h
[flash]http://player.youku.com/player.php/sid/[/url]XMjM2OTE3ODg4/v.swf[/flash]
/ D: b0 V7 h8 E3 c% U獲得視頻地址後,只需要複製最後的紅色部即可。
5 s. ?2 w4 F. V8 S點擊播放下面的視頻,看看煩人廣告是不是真的沒了,再也不會因看一分鐘的視頻,卻因為前面30秒的廣告而抓狂!. E( ^! E/ N: w4 x/ M* l
3 p1 w7 E' N" c! ?! A/ S+ [
本文的目的只是為了實踐應用一下WP短代碼而已,如果你是Firefox或者chrome瀏覽器用戶,可以安裝Adblock擴展屏蔽視頻廣告,更為方便實用。2 v6 q8 ?4 z7 ~9 R) b! p
另外,OpenGG.Clean.Player 去視頻廣告腳本也不錯
/ z5 d* c: F/ Z F補充:另有童鞋在此代碼基礎上添加了可以自定義視頻大小的短代碼供大家參考:- /優酷開始
8 D. W; p1 q' s+ [+ w$ q, s - function youku_video($atts, $content=null){
( E2 ?7 n8 {2 ? - extract(shortcode_atts(array("w"=>'0',"h"=>'0',),$atts));
$ D( H# _$ ]4 k4 x - return '<p style="text-align: center;"><embed src=[flash]http://static.youku.com/v1.0.0149/v/swf/loader.swf?VideoIDS='.$content.'ID&winType=adshow[/flash] quality="high" width="'.$w.'" height="'.$h.'" align="middle" wmode="transparent" allowScriptAccess="never" allowNetworking="internal" autostart="0" type="application/x-shockwave-flash"></embed></p>';
2 N: i" W& H3 \2 E$ e: [ - }7 O6 t$ G& W( g$ C: I o( k. w
- add_shortcode('youku','youku_video');; }: w1 f$ y" o+ p. c1 n- I- @
- //優酷結束
複製代碼 編輯文章時在準備插入優酷視頻的位置輸入:- {youku w=630 h=370]XMzMyMzgzNjI4[/youku}
複製代碼 註:前後的 { } 用 [ ] 替換。/ V% Z; w" _( L' V, z( t
其中 w=630 h=370是視頻尺寸大小
! @ k4 V) Z t/ W8 z6 L1 l* f9 {
& z! O7 G8 S/ h' K- J- y--------------------------------------------------------------------------------------------------
0 [' A2 q6 p6 g+ _註:上面的視頻還是有廣告,因為只有在該方法只是針對wordpress上發視頻,我通過firefox瀏覽器瀏覽wordpress上的該視頻時確實是沒廣告的。9 K2 I* F3 J9 Z# Z3 q, @& r. h1 Q
最後我是 轉載自 http://zmingcx.com/youku-wordpress-code-ad.html
4 {/ d0 W& w. P" j. Y* B
3 U" e' _7 d1 k& [8 U: f
5 v$ b" U8 W5 H" `5 ~' Z3 {* }+ C# \9 j0 ^( H* q0 e
1 D n$ p2 x9 S% u+ i, i" h! l
" {' x1 {; V- v. v2 ]1 j2 L
|