
外掛標籤
開發者團隊
原文外掛簡介
LeCouponCopy is a lightweight WordPress plugin that displays coupon codes with a shortcode. Visitors can copy a coupon code with one click, and you can optionally redirect users to a target URL after the copy action.
Features
One-click coupon copy
Customizable button, text, and border styles
Optional redirect URL after copy
Responsive layout compatible with most themes
Supports Classic Editor and Gutenberg with an insert-shortcode toolbar button
Supports Quicktags insertion in text mode
Color and font-size options available in Settings
Shortcode Usage
Basic usage (coupon code only):
[le_coupon_copy code="COUPON123"]
Full parameters (display text + redirect URL):
[le_coupon_copy code="COUPON123" text="点击复制优惠码" url="https://example.com"]
code: Coupon code to copy (required)
text: Frontend display text (optional, defaults to code)
url: Redirect URL after copy (optional)
