冲动是魔鬼!!!
« »

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.

日志信息 »

该日志于2007-04-30 21:30由 aRu 发表在WordPress分类下, 你可以发表评论。除了可以将这个日志以保留源地址及作者的情况下引用到你的网站或博客,还可以通过RSS 2.0订阅这个日志的所有评论。

2条评论

  1. aRu 说道:

    @纪小年,这个js在coolplayer作者的blog上可以下载到,请访问作者blog支持原创

  2. 纪小年 说道:

    能否把那个js发给我的邮箱里面?

发表评论 »

返回顶部