1,audioplay
Once installed, this plugin allows you to insert mp3 audio files into your posts and pages. Use the following syntax:
This code will insert a flash player and will load the file named name_of_mp3_file.mp3 located in your audio files folder. You can store your audio files anywhere in the web root as long as you update the path in the plugin’s options panel. The default is /audio.
You can also use absolute paths to link to files on other servers:
Audio Player can also play a sequence of audio clips. Use commas to separate the files:
You can also pre-append and post-append a clip to all your players. Explained in the Podcasting section.
2,coolcode
使用的语法是:
- <coolcode>
- 代码
- </coolcode>
如果要加亮具体的语言,可以用 lang 属性来指定:
- <coolcode lang="程序设计语言">
- 代码
- </coolcode>
如果不需要行号,可以使用 linenum 属性来指定:
代码
</coolcode>
如果希望可以直接以文件下载代码,可以使用 download 属性来指定:
- <coolcode download="文件名.扩展名" lang="程序设计语言">
- 代码
- </coolcode>
这三个属性可以组合使用,互不影响。
目前支持的程序设计语言有:
- actionscript
- cpp
- css
- diff
- dtd
- html
- java
- javascript
- mysql
- perl
- php
- python
- ruby
- sql
- xml

This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 China Mainland License.

- 郁祉峤 @ Gravatars2显示问题解决方法