
內容簡介
這個外掛可以產生以你的聯絡資訊為基礎的 vCard 或 MeCard 格式 QR 碼。
使用 shortcode、小工具,或者直接連結,透過 QR 碼分享你的聯絡資訊,像是電子郵件、電話號碼等等。外掛使用 MeCard 格式和 vCard 版本 3 格式,這些格式最常被使用且相容度很高。
你可以在 這裡閱讀更多關於 vCard 的詳細資訊,或是在 這裡閱讀更多關於 MeCard 的相關資訊。
外掛標籤
開發者團隊
② 後台搜尋「QR code MeCard/vCard generator」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
Plugin Generate QR code in vCard or MeCard format with your contact information.
Share your contact information such as emails and phone numbers and much more through QR code with WordPress using shortcode, widget or everywhere else by direct link.
That plugin use MeCard format and vCard version 3 format as most compatible and frequently used.
You can read detailed information about vCard here, and about MeCard here.
How to increase photo size in QR code vcf file
You can override qr-code thumbnail with following code in your theme functions.php file
`add_action( ‘after_setup_theme’, ‘change_qr_code_photo_size’ );
function change_qr_code_photo_size() {
// Override the image size
add_image_size( ‘qr-code-photo’, 600, 600 );
}“`
