WordPress插件之Coolplayer
WP的媒体播放功能较弱,翻来翻去研究了半天之后,选定了coolplayer,使用起来蛮简单,但是实际的效果还不够理想。不过还是要感谢andot开发并维护了这个插件。
安装
安装很简单,下载 coolplayer.zip 然后直接解压缩到 WordPress 的插件目录下,然后在后台激活该插件就可以了。
如果想使用自己服务器上的 RPC 服务器的话,可以单独下载 coolplayer_rpc.zip,然后解压缩到 WordPress 的插件目录下,然后将 coolplayer.js 文件中的coolplayer_rpc.use_service(‘http://coolcode.cn/wp-content/plugins/coolplayer/rpc.php’);
这句中的路径改为你网站的中绝对路径即可。
(English)
Install notes:
1. Download coolplayer.zip and extract it to the wordpress plugins directory, and then activate it in administrator’s interface.
2. If you want to install the RPC in your website, you can download a separate RPC server coolplayer_rpc.zip to install in your webserver. To use it you can change the following code in coolplayer.js:
coolplayer_rpc.use_service(‘http://coolcode.cn/wp-content/plugins/coolplayer/rpc.php’);
to your server path, it will be okay.
2条评论 ▼