wordpress的mp3音乐播放插件

我们的博客网站在用文字和图片不断丰富着的时候,对于喜欢听音乐的朋友们而言,自然也不能缺少一个音乐播放器。下面这款MP3音乐播放器插件是WP最为流行的一款,简单易用,且小巧,放在文章里、评论里、边栏内都可以,很灵活实用。

插件名称:Wordpress Audio Player (目前最新版本是2.0 beta 6)

下载链接地址http://wpaudioplayer.com/

主要功能

播放一首或多首MP3音乐;

音量控制;

前一首后一首曲目选择;

颜色、长度可以定制;

显示曲目信息。

安装插件:进入WP控制面版的“添加新插件”功能,通过上传方式安装,激活后即可开始使用。

设置:插件激活后,你会看到在WP控制面版的“设置”项目里多了一条“Audio Player”,你可以进去定制。保持缺省设置也可以。

使用方法

1)在文章中插入播放一首音乐

在需要插入音乐的地方加入如下代码:
[audio:your_mp3_file.mp3]

如果需要显示歌曲信息,用这样的方式实现:
[audio:your_mp3_file.mp3|titles=The title|artists=The artist]

2)在文章中播放多首音乐
[audio:your_mp3_file_1.mp3,your_mp3_file_2.mp3|titles=The title 1,The title 2|artists=The artist 1,The artist 2]

举例
播放一首,不显示曲目信息
[audio:http://cdn1-14.projectplaylist.com/e1/static10/349/397962.mp3]

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

播放一首,显示曲目信息
[audio:http://cdn1-14.projectplaylist.com/e1/static10/349/397962.mp3|titles=lady and bird|artists=Keren Ann]

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

播放多首,显示曲目信息
[audio:http://cdn1-14.projectplaylist.com/e1/static10/349/397962.mp3,http://cdn1-71.projectplaylist.com/e1/files/cdn6/mp3_new/2624168.mp3|titles=lady and bird,end of may|artists=Keren Ann,Keren Ann]

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

  1. No comments yet.

  1. No trackbacks yet.