Title: Copy Link and QR Code
Author: Kishan Parmar
Published: <strong>2025 年 9 月 13 日</strong>
Last modified: 2025 年 10 月 3 日

---

搜索插件

![](https://ps.w.org/copy-link-and-qr-code/assets/banner-772x250.png?rev=3372505)

![](https://ps.w.org/copy-link-and-qr-code/assets/icon-256x256.png?rev=3372505)

# Copy Link and QR Code

 作者：[Kishan Parmar](https://profiles.wordpress.org/kishanparmar/)

[下载](https://downloads.wordpress.org/plugin/copy-link-and-qr-code.1.1.zip)

[实时预览](https://cn.wordpress.org/plugins/copy-link-and-qr-code/?preview=1)

 * [详情](https://cn.wordpress.org/plugins/copy-link-and-qr-code/#description)
 * [评价](https://cn.wordpress.org/plugins/copy-link-and-qr-code/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/copy-link-and-qr-code/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/copy-link-and-qr-code/#developers)

 [支持](https://wordpress.org/support/plugin/copy-link-and-qr-code/)

## 描述

**Copy Link and QR Code** allows you to add shareable buttons to posts, pages, and
WooCommerce products:

 * Copy the current page URL to the clipboard.
 * Generate a QR code on the fly (no external API required).
 * Configure post types, button placement, and toggle admin QR column via settings
   page.
 * Shortcode: `[copy_link_and_qr_code]`
 * Gutenberg block for easy insertion.
 * Lightweight and privacy-friendly (no data collection).

This plugin bundles the **[qrcode-generator](https://www.npmjs.com/package/qrcode-generator)**
library.

 * Repository: [https://github.com/kazuhikoarase/qrcode-generator](https://github.com/kazuhikoarase/qrcode-generator)
 * Homepage: [https://github.com/kazuhikoarase/qrcode-generator#readme](https://github.com/kazuhikoarase/qrcode-generator#readme)
 * Documentation: [https://docs.npmjs.com/](https://docs.npmjs.com/)
 * License: MIT

This implementation is based on **JIS X 0510:1999**.

The term “QR Code” is a registered trademark of [DENSO WAVE INCORPORATED](http://www.denso-wave.com/qrcode/faqpatent-e.html).

### Privacy

This plugin does not collect, store, or transmit any personal data.

## 屏幕截图

[⌊Copy Link & Show QR buttons on a post/page/product.⌉⌊Copy Link & Show QR buttons
on a post/page/product.⌉[

Copy Link & Show QR buttons on a post/page/product.

[⌊Plugin settings page.⌉⌊Plugin settings page.⌉[

Plugin settings page.

[[

## 区块

该插件提供了 1 个区块.

 *   Copy Link & QR

## 安装

 1. Upload the plugin files to `/wp-content/plugins/copy-link-and-qr-code/`.
 2. Activate the plugin through the “Plugins” screen in WordPress.
 3. Configure settings under **Settings  Copy Link & QR Code**.

## 常见问题

### Does this plugin collect user data?

No. It does not collect, store, or send any data to external servers.

### Can I use it with WooCommerce?

Yes. It works on products as well as posts and pages.

### Can I show QR codes in the admin post list?

Yes. Enable the **Show QR Code Column in Admin** toggle in the plugin settings to
display a QR code column in post/page/custom post type lists.

## 评价

![](https://secure.gravatar.com/avatar/1fbf81af01052ccbb59acb824eb369346a7a5bdf5c8666d32bef0749e2078278?
s=60&d=retro&r=g)

### 󠀁[Simple, Fast, and Reliable Plugins](https://wordpress.org/support/topic/simple-fast-and-reliable-plugins/)󠁿

 [Kishan Parmar](https://profiles.wordpress.org/kishanparmar/) 2025 年 9 月 16 日

Great plugin! Makes sharing links and QR codes simple, fast, and lightweight. Easy
to set up, no bloat, and works exactly as expected.”

![](https://secure.gravatar.com/avatar/6743413e54394eb0ac7f632bfc047b463d57bd657215301c1eac5e88395b1c27?
s=60&d=retro&r=g)

### 󠀁[Very Simple, Very Useful — Instant Link & QR Code Copying](https://wordpress.org/support/topic/very-simple-very-useful-instant-link-qr-code-copying/)󠁿

 [Dipakkumar Parmar](https://profiles.wordpress.org/dipakparmar443/) 2025 年 9 月
14 日

As a WordPress developer, I often need to share post links or QR codes quickly. 
This plugin delivers exactly that: reliable, fast, and with no bloat. Integration
is smooth, settings are intuitive, and performance remains clean. A clean addition
to any site that needs easy link sharing.

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/copy-link-and-qr-code/reviews/)

## 贡献者及开发者

「Copy Link and QR Code」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Kishan Parmar ](https://profiles.wordpress.org/kishanparmar/)

「Copy Link and QR Code」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/copy-link-and-qr-code/contributors)
为本插件所做的贡献。

[帮助将「Copy Link and QR Code」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/copy-link-and-qr-code)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/copy-link-and-qr-code/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/copy-link-and-qr-code/)，或通过[RSS](https://plugins.trac.wordpress.org/log/copy-link-and-qr-code/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/copy-link-and-qr-code/)。

## 更新日志

#### 1.1

 * Added admin setting toggle to enable/disable QR Code column in post/page/custom
   post type list tables.
 * Updated settings page to include the new toggle.
 * Refactored `CLQRC_Admin` class for better maintainability.
 * Minor HTML and formatting improvements in the settings page.
 * Ensured compatibility with WordPress 6.1+ and PHP 7.4+.

#### 1.0

 * Initial release.
 * Adds Copy Link & Show QR buttons on single posts, pages, and CPTs.
 * Settings page for post types & button position.
 * Shortcode `[copy_link_and_qr_code]` and Gutenberg block.
 * Privacy-friendly: no data collection.

## 额外信息

 *  版本 **1.1**
 *  最后更新：**8 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.1 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/copy-link-and-qr-code/) 和 [Gujarati](https://gu.wordpress.org/plugins/copy-link-and-qr-code/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/copy-link-and-qr-code)
 * 标签
 * [copy link](https://cn.wordpress.org/plugins/tags/copy-link/)[Gutenberg block](https://cn.wordpress.org/plugins/tags/gutenberg-block/)
   [qr code](https://cn.wordpress.org/plugins/tags/qr-code/)[share](https://cn.wordpress.org/plugins/tags/share/)
   [shortcode](https://cn.wordpress.org/plugins/tags/shortcode/)
 *  [高级视图](https://cn.wordpress.org/plugins/copy-link-and-qr-code/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/copy-link-and-qr-code/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/copy-link-and-qr-code/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/copy-link-and-qr-code/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/copy-link-and-qr-code/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/copy-link-and-qr-code/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/copy-link-and-qr-code/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/copy-link-and-qr-code/reviews/)

## 贡献者

 *   [ Kishan Parmar ](https://profiles.wordpress.org/kishanparmar/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/copy-link-and-qr-code/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/paypalme/kishanparmar4951)