Plugin:WP flash img show
Author: Xwjie
Link: http://xwjie.com/post/wp-flash-img-show.html
Description (简介): http://xwjie.com/post/wp-flash-img-show-v1-1.html
Demo (演示): http://xwjie.com/demo/wp-flash-img-show-demo.php
Download 1 : http://wordpress.org/extend/plugins/wp-flash-img-show/
Download 2 : http://code.google.com/p/wp-flash-img-show/downloads/detail?name=wp-flash-img-show-v1.2.zip
安装方法(简体中文)
步骤1. 解压 wp-flash-img-show.zip
步骤2. 上传 wp-flash-img-show 文件夹到你的网站 /wp-content/plugins/ 目录内
步骤3. 用管理员身份登录,在’插件’选项内激活 ‘WP flash img show’ 插件
步骤4 方法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>
步骤4 方法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');} ?>
这里有一些例子:
步骤5. 在 ‘设置’ — ‘WP flash img show’ 设置图片地址和显示参数
注意:确保你的主题模板文件中有一个 wp_head() 在 </head> 之前, 而切尔有一个 wp_footer() 在 </body> 标签之前, 否则很多插件无法使用,包括本插件(请手动添加到主题模板文件中).
= Installation (English) =
step 1: Extract wp-flash-img-show.zip
step 2: Upload wp-flash-img-show older to the /wp-content/plugins/ directory
step 3: Activate ‘wp flash img show’ in your Admin Panel (‘Plugins’ menu )
step 4 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>
step 4 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:
step 5: Change the Setting by navigating to ‘Settings’–‘wp flash img show’ and complete the form
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.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
== Frequently Asked Questions ==
= Can not Display ? =
1. 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.)
2. image URL Image URL is not allow cross-domain. e.g. Blog URL is “http://blog.xwjie.com” ,Image URL should begin with “http://blog.xwjie.com”
= How to display 2 or more Flash =
JUST Creat a new config.
== Translations ==
= English =
The plugin comes with various translations, You can submit your translations here: [http://xwjie.com/post/wp-flash-img-show.html](http://xwjie.com/post/wp-flash-img-show.html) or Email to xwjwind{[AT]}gmail.com
How To? please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language “Installing WordPress in Your Language”) for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all defintions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Windows).
= Chinese =
此插件支持多语言,含有语言包模版。欢迎您来翻译。你可以在此提交你的翻译 [http://xwjie.com/post/wp-flash-img-show.html](http://xwjie.com/post/wp-flash-img-show.html) 或者发送Email到xwjwind#gmail.com
= Translators =
zh-CN:Tojary (gx**wj@gmail.com)
tr-TR:Weeebdesign (i**o@weeebhosting.com)
vi-VN:Minh Lâm (minhl***r@gmail.com)
== Changelog ==
> v1.2 support edit and display more flash slideshow(only one before).rebuild the code,all option save to a array.
> v1.11 build 2010-09-27 Fixed the BUG in multisite network.
> v1.1 build 2010-08-14 Add Preview to the Admin Panel.Add another way to inset the Flash Show.
> v1.0 build 2010-08-06 The first Ver.
== Notice ==
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 ( http://www.apache.org/licenses/LICENSE-2.0 ).
好东西,感谢分享!
话说有时候用jq的幻灯片出现各种js冲突,有了flash的后世界终于清静了~
有个小问题,虽然不影响前台界面,但每次后台上传附件都会在右下角出现JS错误提示。
是这样的:安装了您的插件后发现在wordpress的后台-添加新文章-添加一个图像(出现上传图像界面)后就出现JS冲突了,查看了一下:部分有您插件加载的swfobject.js.出错的部分是在部分,是因为wordpress自身加载了JS,看了代码后发现加载的是flash上传附件所必须的JS文件(位于wp-includes\js\swfupload)。不知道这个如何解决,多谢!
@Frank Lv:
非常抱歉,我没有留言到这个冲突的问题
请你转到插件管理界面,点击本插件的“修改”链接
查找
//添加到 footer
把这行的上一行的
add_action('admin_head', 'wp_flash_img_show_header');
删除,然后保存,这样应该不会引起冲突了。因为被你的评论被AK反SPAM插件拦截了,回复迟了,非常感谢你的反馈和支持
感谢博主提供这个插件,非常的好用,真的很棒,再次感谢你!
上海网站建设公司
请能再详细点么…..如何将它自定义到头部位置显示呢….咱是小白….
@浅蓝:
用记事本或者Dreamweaver或者其他文本编辑软件打开你的主题文件夹(一般在:主目录/wp-content/themes/主题名)内的文件,粘贴插件显示的代码即可。
你说的头部应该是在“header.php”这个文件粘贴代码即可,插入到其他页面位置可以编辑主题文件夹下的“index.php”、“sidebar.php”等文件。
这里还有1个在线编辑主题index.php文件的例子,点击查看:http://file.xwjie.com/wfis-eg3.png
请问用html 的方法怎么能把轮播图插入到导航栏下方呢?
@Gavin:
在主题文件找到导航栏的代码(应该在header.php),粘贴代码即可。
如果熟悉PHP的话,可以在模板文件(single.php,page.php,archive.php等等)的开始处插入代码。