作者: 狒狒
分类: wordpress |
Tags:
1、代码引用
3、在运行代码框中默认显示的代码添加在之间即可。
2、无插件插入flv播放器
3、音频MP3播放器调用
[audio:地址]
4、nextgen-gallery调用
相册调用{album= id, compact/extend} {}改为[]
如果想要在任意页面中插入幻灯显示的相册照片,也可以按照如下格式,插入php代码:
if (function_exists(’nggSlideshowWidget’))
{nggSlideshowWidget($galleryID,$Width,$Height);}
?>
5、WordPress Video Plugin调用
Youtube上面的视频调用方法:[”youtube” id]
MyVideo上面的视频调用方法: [”myvideo” id]
Google Video上面的视频调用方法: [”google” id]
Clipfish上面的视频调用方法: [”clipfish” id]