內容簡介
WP Youtube Player 可以使用單一的快速標籤 [tube] 在 WordPress 上插入 YouTube 影片。
特點
容易安裝
使用簡單的程式碼嵌入 YouTube 影片
易於配置的面板
配置播放器版本(AS2 和 AS3)
支援配置播放器主題
支援 HTML5 播放器
支援 tubePlayer(http://blog.unijimpe.net/tubeplayer/)播放影片。
生成供「Feed」相容的 <object> 代碼
生成優化適用於 iPhone 的 <object> 代碼
要在文章內容或文本小工具中插入單個 YouTube 影片,您可以使用「YouTube 網址」、「YouTube 嵌入網址」或「YouTube 影片 ID」:
[tube]http://www.youtube.com/watch?v=AFVlJAi3Cso[/tube]
[tube]http://www.youtube.com/v/AFVlJAi3Cso[/tube]
[tube]AFVlJAi3Cso[/tube]
要插入具有特定大小的影片,可以使用寬度和高度:
[tube]http://www.youtube.com/watch?v=AFVlJAi3Cso, 500, 290[/tube]
要在模板中插入影片,請使用 PHP 代碼:
<?php wp_youtubeplayer("movie.swf", "width", "height"); ?>
有關更多信息,請訪問插件網站
外掛標籤
開發者團隊
原文外掛簡介
WP Youtube Player allow insert Youtube videos on WordPress using a single quicktag [tube][/tube]
Features
Easy install
Embed Youtube movies with simple code
Panel for easy configuration
Config Player version (AS2 & AS3)
Support config themes for player
Support HTML5 Player
Support tubePlayer (http://blog.unijimpe.net/tubeplayer/) for play videos.
Generate
For insert single youtube video on Post Content or Text Widget you can use ‘Youtube URL’, ‘Youtube Embed URL’ or ‘Youtube Video ID’:
[tube]http://www.youtube.com/watch?v=AFVlJAi3Cso[/tube]
[tube]http://www.youtube.com/v/AFVlJAi3Cso[/tube]
[tube]AFVlJAi3Cso[/tube]
To insert video with specific size can user width and height:
[tube]http://www.youtube.com/watch?v=AFVlJAi3Cso, 500, 290[/tube]
To insert video on template, use the php code:
For more information visit plugin website
