
內容簡介
使用 Wa QRcode 外掛可在文章內容或小工具區域中使用 QR 碼簡短碼,無需編輯主題檔案
使用方式:使用 [qrcode]
或
[qrcode content=”將呈現 QR 碼的內容” size=”80″ alt=”ALT_TEXT” class=”classname”]
在您的文章內容中使用簡短碼以顯示 QR 碼,無需編輯主題檔案
範例:[qrcode]會製作出目前頁面 URL 的 QR 碼
或
[qrcode content=”將呈現 QR 碼的內容” size=”80″ alt=”ALT_TEXT” class=”classname”]
size = 呈現的 QR 碼大小,以像素為單位。
alt = 在生成的 QR 碼上顯示的工具提示 => 預設值為「掃描 QR 碼」
Classname = 使用者自訂的 CSS 類別,以更好的控制引用樣式
Shadow = true
或
將以下功能放置在您希望顯示 QR 碼的主題檔案中:
‘您的自訂內容’,’size’=>75))
?>
或
透過編輯器中的 QR 碼按鈕使用
外掛標籤
開發者團隊
原文外掛簡介
Use Wa QRcode as shortcode in post content or widget area without editing your theme files
USAGE: Use [qrcode]
OR
[qrcode content=”Put your content for QR code” size=”80″ alt=”ALT_TEXT” class=”classname”]
shortcode in your post content to show the QR Code without editing your theme files
EXAMPLE: [qrcode] it will qr code of current page url
OR
[qrcode content=”Put your content for QR code” size=”80″ alt=”ALT_TEXT” class=”classname”]
size = Size is given for the size of QR Code it should be in Pixel
alt = tool tip on Generated QR code => Default Value “Scan the QR Code”
Classname = it will user defined class to Captcha for better css controll
Shadow = true
OR
Place below function in your theme file where you want to display QR code.
‘your custom content’,’size’=>75))
?>
OR
By using QR code button in Editor
