Mô tả
Some WordPress audio plugins inject JavaScript into every page of your website, even pages that don’t have any audio on them. PlayPress doesn’t need any JavaScript.
Other plugins rely on Adobe’s displeasing Flash technology. PlayPress can fall back or default to HTML5 audio – without any JavaScript voodoo wizardry.
Other plugins can play videos and make you tea. PlayPress has a laser focus on just one thing: it lets you put an audio player in blog posts and pages.
You use a standard WordPress shortcode like this:
[audio mp3="http://example.com/bells.mp3" ogg="http://example.com/bells.ogg"]
Users of most modern browsers will see a native HTML5 audio player. In older browsers, an adequate Flash-based one will be shown.
You don’t even need an Ogg Vorbis file:
[audio mp3="http://example.com/bells.mp3"]
In this case, PlayPress will first attempt to show the Flash player. If Flash isn’t installed, readers will see the HTML5 audio player – but it won’t work in Firefox or Opera. (Most Firefox and Opera users should have Flash installed.)
In either case, if neither Flash nor HTML5 are supported by the browser, users will see a link to download the audio file. Graceful degradation.
Optionally, specify a title and/or artist for display in the Flash player (this will override the ID3 metadata embedded in your MP3 file, which is otherwise used if present):
[audio mp3="http://example.com/bells.mp3" title="Imagine" artist="John Lennon"]
The author’s website has PlayPress running live right there on it.
Ảnh màn hình
Cài đặt
You should really use the plugin browser and installer built into your WordPress admin panel. But you can do it the old way:
- Upload the
/playpress/
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
For optimal results, place a copy of htaccess.txt
wherever you will be hosting audio files, and rename this .htaccess
.
Now enjoy using the shortcode syntax in your posts and pages:
[audio mp3="http://example.com/bells.mp3" ogg="http://example.com/bells.ogg" title="Winnie the Pooh" artist="AA Milne"]
[audio mp3="http://example.com/bells.mp3"]
Hỏi đáp
- Installation Instructions
-
You should really use the plugin browser and installer built into your WordPress admin panel. But you can do it the old way:
- Upload the
/playpress/
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
For optimal results, place a copy of
htaccess.txt
wherever you will be hosting audio files, and rename this.htaccess
.Now enjoy using the shortcode syntax in your posts and pages:
[audio mp3="http://example.com/bells.mp3" ogg="http://example.com/bells.ogg" title="Winnie the Pooh" artist="AA Milne"] [audio mp3="http://example.com/bells.mp3"]
- Upload the
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“PlayPress” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “PlayPress” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.2.1
- If either
artist=""
ortitle=""
, no text is shown on the Flash player.
1.2
- Added optional
artist
andtitle
shortcode attributes.
1.1.1
- Fixed misleading typo in code comments.
1.1
- Rearranged the code to make lots more sense.
- Made it easier for more confident users to customise the Flash player.
1.0
- Is the loneliest number. The very first version of PlayPress.