內容簡介
WP jPlayer 提供了一種簡單的方式,將跨平台視頻 jPlayer 嵌入您的網頁。
這個版本只是一個開始,沒有任何可用的配置選項。如果您有建議的功能,請通過 WordPress 論壇提出,我會試著包含它們。
在您的文章/頁面內容中使用以下簡碼:
[wpjplayer src=”您的視頻 URL 位置” title=”您的視頻標題” poster=”您的視頻海報 URL 位置” size=”360p”]
src:視頻 URL,格式必須是 m4v(必需)
title:視頻標題(可選)
poster:視頻海報 URL 位置(可選)
size:視頻畫質(可選)是 270p(默認)或 360p。
外掛標籤
開發者團隊
原文外掛簡介
WP jPlayer provides easy way to embed videos in jPlayer, cross platform video into your web pages.
This version is just a start and does not have any configuration options available. Suggest features you want via WordPress forum and I’ll try to include them.
Use following shortcode in your post/page content,
[wpjplayer src=”your video src url” title=”your video title” poster=”your video poster url” size=”360p”]
src: video url, format must be m4v (required)
title: title of video (optional)
poster: video poster url (optional)
size: resolution of video (optional) Either 270p(default) or 360p.
