Linux 软件免费装

WP flash img show

开发者 xwjie
Tojary
更新时间 2012年12月9日 03:57
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 3.0.1

标签

photo Flash image images CMS Slide Slideshow 图片 WP flash img show WP-flash-img-show WP_flash_img_show 幻灯片 轮换

下载

1.0 1.1 1.2 1.2.7 1.3

详情介绍:

English 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 Chinese 这是一个flash图片幻灯片轮换wordpress插件,你可以利用它展示热门日志、艺术图片、商品、产品。通过改变用户设置,还可以用来做图片广告、宣传标语等等。请发挥创意。 你可以自由设置:图片切换时间、是否采用高质量、链接打开方式、按钮的位置、按钮的距离、描述的背景颜色、描述的背景透明、描述的文字颜色、描述的字体(名)、描述背景动画的时间、按钮的透明度、按钮文字的颜色、按钮的默认颜色、按钮的掠过颜色、按钮当前颜色、图片切换模式、是否显示关于信息、是否显示描述、图片放缩模式、图片切换模式。图片放缩模式包括No Border/Show All/Exact Filte/No Scale四种,图片切换模式包括alpha/blur/left/right/top/bottom/breathe/breathe+Blur八种。 演示: http://xwjie.com/demo/wp-flash-img-show-demo.php

安装:

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');} ?> 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.) ``` 简体中文: 步骤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> 标签之前, 否则很多插件无法使用,包括本插件(请手动添加到主题模板文件中). == Frequently Asked Questions == Submit bug Just Click :Xwjie 微风的等待 and leave a message. Can not Display ?
  1. Make sure have wp_head() just before the closing tag of your theme AND have wp_footer() just before the closing 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 or Email to gxxywj{[AT]}gmail.com How To? please refer to the WordPress Codex 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 editor like Poedit (Windows). Chinese 此插件支持多语言,含有语言包模版。欢迎您来翻译。你可以在此提交你的翻译 http://xwjie.com/post/wp-flash-img-show.html 或者发送Email到gxxywj#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.3 build 2010-11-27 Get images from Recent post automatic // Add color picker // Background Transparent // Get code shortcut . v1.2 build 2010-10-17 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.
== Screenshots ==
  1. Setting (English). do as your wishes.
  2. Setting (Chinese). 中文设置面板.
== 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 ).
== Upgrade Notice == none ```