插件名:wp flash img show
插件URI:http://xwjie.com/post/wp-flash-img-show.html
插件作者:Tojary
最新版本: v1.4
作者主页:http://xwjie.com
描述:wp flash img show是一个flash图片幻灯片轮换wordpress插件,你可以利用它展示热门日志、艺术图片、商品、产品。通过改变用户设置,还可以用来做图片广告、宣传标语等等。请发挥创意。
演示:http://xwjie.com/demo/wp-flash-img-show-demo.php
下载:http://wordpress.org/extend/plugins/wp-flash-img-show/
安装方法(简体中文)
步骤1. 下载解压 wp-flash-img-show.zip(如果是在Wordpress后台“添加插件”处安装,跳过步骤1和2)
步骤2. 上传 wp-flash-img-show 文件夹到你的网站 /wp-content/plugins/ 目录内
步骤3. 用管理员身份登录,在“插件”选项内激活 “WP flash img show” 插件
步骤4. 在 ‘设置’ — ‘WP flash img show’ 设置图片地址和显示参数,这时候通过预览你可以看到效果
步骤5.(这里可以分2中添加方式,一种是HTML:方便而且那里都可以加,另一种是PHP代码:效果一样,也许加载会快一点。从v1.3版本开始,你可以直接在后台“WP flash img show”设置页面的预览下面找到并点击“获取代码”直接复制可用,可以免去自己改下面两种代码的麻烦了)
方法1: 把这句HTML代码复制到你的主题文件/文章/边栏小工具(文本小工具): <div id="wp_flash_img_show_here">wp_flash_img_show will diaplay here</div> , 用这样的代码显示你的自定义配置(替换 COMFIGNAME):<div id="wp_flash_img_show_here_COMFIGNAME">wp_flash_img_show will diaplay here</div>
方法2: 把这句PHP代码复制到你的主题文件中: <?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show();} ?> 用这样的代码显示你的自定义配置(替换 COMFIGNAME): <?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show('COMFIGNAME');} ?>
这里还有一些关于如何使用代码的例子(点击显示大图):
注意:要使插件正常运行确保你的主题模板文件中有一个 wp_head() 在 </head> 之前, 而且有一个 wp_footer() 在 </body> 标签之前(wp_footer()函数仅会影响使用HTML代码的情况), 否则很多插件无法使用,包括本插件(请手动添加到主题模板文件中).点击上面相应的链接有官方的说明以及自己添加这个标签到主题文件的教程。
重要说明
因为v1.3的某个svn的版本出现了一个停用插件时备份图片文件出错的缺陷,可能导致无法正常卸载、停用本插件的问题,这时候你只需要登陆网站管理后台的文件管理,或者用FTP工具管理文件,把网站的 “wp-content/plugins/wp_flash_img_show/” 整个文件夹删除掉,重新安装就可以解决这个问题。
也有另外一种解决这个问题的方法:点击插件下的“编辑”,此时应该有提示在编辑文件“wp-flash-img-show/wp-flash-img-show.php” , 全选内容然后粘贴一下代码,就可以停用、卸载插件了,对您造成的不便表示歉意。
<?php
/*
Plugin Name: WP flash img show
Plugin URI: http://xwjie.com/post/wp-flash-img-show.html
Version: 0.1
Author: Tojary
Author URI: http://xwjie.com
Description: wp-flash-img-show
*/
?>
另外,如果发现后台有提示本插件有 “ Headers already sent… ” 这样的错误的话 ,你可以在插件管理页面编辑本插件的“wp-flash-img-show/wp-flash-img-show.php”文件,把最后的一个“?>”之后的换行符删除掉。
关于版权:
1. 本插件在 GPL. 协议下发布,关于该协议的相信内容请查看插件压缩包内的 license.txt 文件。
2. 本插件使用的FLASH播放器(.swf) 是 ‘bcastr flash image player’,作者: zhangruochi
该项目主页 http://code.google.com/p/bcastr/ 发布于 Apache License 2.0 协议
最后提醒:如果旧版本已经运行良好,满足你的需求的话,不要尝试更新到最新版,可能这样会让你浪费不少时间去重新设置,而且WP的后台一键更新会导致放在插件文件夹内的所有内容被删除(当然也包括image文件夹下的图片。)
截图:
点击这里查看: http://file.xwjie.com/wp_flash_img_show_screenshot_v1.3.png
plugin name: wp flash img show
Plugin URI: http://xwjie.com/post/wp-flash-img-show.html
Author: Tojary
latest version: v1.4
Author home page: http://xwjie.com
wp flash img show is a FLASH Image Slide plugin for WordPress.You can show your articles , photo,goods,product and other ad. or introduction .
The Options include:Round Corner,Auto Play Time,Is Height Quality,Window Open,Button Margin,Button Distance,Description Bg Color,Description Bg Alpha,Description Text Color,Description Text Font,Description Move Duration,Button Alpha,Button Text Color,Button Default Color,Button Hover Color,Button Focus Color,Chang Image Mode,Is Show button,Is Show Description,Scale Mode,Transform Mode.There are 4 scale mode(No Border/Show All/Exact Filte/No Scale) and 8 transform mode (alpha/blur/left/right/top/bottom/breathe/breathe+Blur). Just enjoy it.
Demo:http://xwjie.com/demo/wp-flash-img-show-demo.php
Download :http://wordpress.org/extend/plugins/wp-flash-img-show/
Installation
step 1: Extract wp-flash-img-show.zip
step 2: Upload wp-flash-img-show folder to the /wp-content/plugins/ directory
step 3: Activate ‘wp flash img show’ in your Admin Panel (‘Plugins’ menu )
step 4: Change the Settings and you will see the Preview.
step 5: Click Get code link which under the Preview , there are two method (PHP Code/HTML Chde) to make this plugin work for you.
Method 1: Put this HTML code in your Template / Post / Widgets(text-widgets). <div id="wp_flash_img_show_here">wp_flash_img_show will diaplay here</div> , to display your new custom config (Replace CONFIGNAME): <div id="wp_flash_img_show_here_CONFIGNAME">wp_flash_img_show will diaplay here</div>
Method 2: Put this PHP code in your template: <?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show();} ?> , to display your new custom config (Replace CONFIGNAME): <?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show('CONFIGNAME');} ?>
here is some example:
Notice: Make sure have wp_head() just before the closing </head> tag of your theme AND have wp_footer() just before the closing </body> tag of your theme, or you will break many plugins.(You can edit and add those function to your theme file. Click the link of that two tags link will help you solve the problem)
Translations:
The plugin comes with various translations, You can submit your translations here or Email to xwjie.com@gmail.com
Translator:
Chinese(简体中文)(zh_CN): Xwjie
Vietnam(Tiếng Việt)(vi_VN): Minh Lâm
Turkish(tr_TR): Weeebdesign
Notice:
NEVER try to update this plugin to the latest version if it work well for you now. It will delete all of the images under “wp-content/plugins/wp_flash_img_show/images/” through the automatic update of WORDPRESS,and it may take you some time to change the setting again.
If you can not update/stop/remove this plugin , you neet to Delete folder “wp-content/plugins/wp_flash_img_show/”,refresh the wp-admin page,And then reinstall WP flash img show.
An other way is Go to the plugin editor. Select WP flash img show from the dropdown. Edit the file wp-flash-img-show/wp-flash-img-show.php , Select all -> paste this code and save. And then reinstall WP flash img show
<?php
/*
Plugin Name: WP flash img show
Plugin URI: http://xwjie.com/post/wp-flash-img-show.html
Version: 0.1
Author: Tojary
Author URI: http://xwjie.com
Description: wp-flash-img-show
*/
?>
if it display warning “Headers already sent… ” ,Click Here: http://wordpress.org/support/topic/plugin-wp-flash-img-show-headers-already-sent?replies=3
Copyright
1. This Plugin Released under GPL. For More:license.txt
2. The Flash Player(.swf) is base on ‘bcastr flash image player’,Author: zhangruochi
http://code.google.com/p/bcastr/ Released under Apache License 2.0
screenshot
Click: http://file.xwjie.com/wp_flash_img_show_screenshot_v1.3.png
题 外 话
第一次写wordpress的插件,耗时2天,找了几个简单的实例和2篇文章,发现介绍WP插件开发的中文文章挺少的哈,官方文档的E文看得头晕脑 胀的。这次第一次写WP插件深感WP的强大,插件机制和接口都非常成熟,没有专门学过PHP的我居然也能写出个有点像样的插件出来,这点相比以前用 pjblog的时候连官方插件开发文档都看不懂的情况好多了。嗯,以后要多找点灵感,折腾多几个插件炫耀炫耀才行,哈哈。






你好!很高兴能够使用此插件!谢谢!
但是我遇到两个问题:
1、在网站首页点击幻灯片,根本无法打开在后台设置好的LINK页面,这是为什么呢?
2、此插件在IPAD上无法显示,有办法解决吗?
再次感谢!
@mybestvideo:
第一个问题也许是浏览器拦截了弹出窗口了
第二个问题是因为苹果设备都已经抛弃对Flash的支持了,所以无法播放,所以无法从根源上解决, 可以用基于JS的插件代替本插件
@xwjie(风待): THANKS
“如果发现后台有提示本插件有 “ Headers already sent… ” 这样的错误的话 ,你可以在插件管理页面编辑本插件的“wp-flash-img-show/wp-flash-img-show.php”文件,把最后的一个“?>”之后的换行符删除掉。”
我对这句话真的不太了解,看不大明白,因为我就出现了这个错误
@hengheng:
点下面的链接解压里面的php文件覆盖原来的试试看~
http://wp-flash-img-show.googlecode.com/files/wp-flash-img-show-v1.4-fix.zip
插件非常的棒,我很喜欢,一直在用着呢!过来支持一下!有更新记得一定要通知噢,呵呵!
博主您好,为什么我升级了wordpress之后,幻灯片就不能用了,看不到 后台也不能预览。网站首页也是空白的。 我是插入文本工具显示的
@创意吧:
3.3.1下测试没问题,请尝试在本插件的设置页面全部重新保存一遍应该就好了,不行的话麻烦告知WP版本和插件版本吧
“如果发现后台有提示本插件有 “ Headers already sent… ” 这样的错误的话 ,你可以在插件管理页面编辑本插件的“wp-flash-img-show/wp-flash-img-show.php”文件,把最后的一个“?>”之后的换行符删除掉。”
”点下面的链接解压里面的php文件覆盖原来的试试看~
http://wp-flash-img-show.googlecode.com/files/wp-flash-img-show-v1.4-fix.zip”还是无效
@sql:
你好,麻烦在出现提示的页面,在浏览器鼠标右击→查看源代码,然后把源代码保存发到这个邮箱 gdouxwj@gmail.com ,尽力帮你排除问题
你好,我填写了PHP代码(HTML的不行).页面上显示This movie requires Flash Player 9,谢谢!
@Danny:
在插件配置页面底部 勾选
启用“排错模式”,然后打开网站首页看看有没有提示@Danny:
不好意思,加了wp-head可以了.
博主那,这插件我用了两天好好的,第三天为什么不显示了,是不是我操作不当
@飞仔客博客:
是不是升级了WP版本或者换了主题?
可以试试在后台全部配置重新保存一次。
再不行的话可以勾选插件配置页面底部的
启用“排错模式”保存后,打开主页看弹出什么提示吧~My slideshow only shows 5 of 9 images… ¿why?
@Gerardo:
I guess the SIXTH image url is broken.
No, it is not…
@Gerardo:
You were right, the problem was in the sixth image.
Thanks.
WP version 3.3.1
WP flash img show version 1.4
用了。 在后台显示图片和文字都正常。
但是 前台显示不出来 前台显示的还是之前的。。 请问是什么原因呢。
@用了。 在后台显示图片和文字都正常。:
解决了。。
启用时出现Fatal error: Class ‘DOMDocument’ not found in /users/web2454917/wwwroot/wp-content/plugins/wp-flash-img-show/wp-flash-img-show.php on line 938 怎么的呢?
@www:
很抱歉,因为你的服务器不支持DOMDocument所以暂时无法使用这个插件。
也许以后,如果实在找不到其他可替代的插件的话请留言,我试着用别的办法使他可以工作。
Dear xwjie,
Thanks for an amazing plugin. I have installed it on my site, but there is an issue it appears sometimes only. When it doesnt appear, if you refresh the page it appears.
Thanks for your help in advance.
@Vaz:
I need more details about the issue, please COPY the Warning Reporting when it appear.
你好,WP version 3.3.1
WP flash img show version 1.4
设置都没有问题,排错模式也显示配置正确,可是就是不显示图片,预览也无法使用,请问为什么?
@zhang:
是不是图片不是放在当前的服务器上(外链)?只要有外链图片是会导致所有图片都无法显示的。
With the Adobe Flash 11.2 upgrade, my flash_ing_show will not display. This is the key part of our homepage. Please help!!!!!!!!!!!!!!
Ok, thanks. I’ve got it. I must clear my cache.
Thank you so much.