[wordpress插件] (a) QR Code(a)二维码

wordpress 插件 文章 2020-01-23 00:40 725 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

QR Code for your blog

博客的QR码

Changes in QR Code library

QR代码库中的更改

http://www.swetake.com/qr/qr_cgi_e.html

http://www.swetake.com/qr/qr_cgi_e.html

remove perl directory

删除perl目录

changes in php/qr_img.php file:

php / qr_img.php文件中的更改:

    • set path in setting area
    • 在设置区域中设置路径

    • rem options from $_GET
    • $ _ GET中的rem选项

    • rem image header
    • rem图片标题

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

e.g.

例如

    1. Upload a-qr-code to the /wp-content/plugins/ directory
    2. a-qr-code 上载到 / wp-content / plugins / 目录

    3. Set write permissions for /wp-content/plugins/a-qr-code/cache directory
    4. 设置 / wp-content / plugins / a-qr-code / cache 目录的写权限

    5. Activate the plugin through the ‘Plugins’ menu in WordPress
    6. 通过WordPress中的“插件”菜单激活插件

    Change your templates

    更改模板

    For only link to image with post URL:

    仅链接到带有帖子网址的图片:

      <?php if(function_exists('aQRCode')){echo aQRCode(get_permalink()); 

    }?>

    }?>

    For image with post URL:

    对于带有帖子网址的图片:

      <?php if(function_exists('aQRCode')){echo'“

    '',false).'"/> ';

    '',false)。'“ />';

    }?>

    }?>

下载地址

https://downloads.wordpress.org/plugin/a-qr-code.zip

https://downloads.wordpress.org/plugin/a-qr-code.zip

-EOF-

AI助手支持GPT4.0