WP Manifestindependent plugin directory
manifest / utilities / eac_wp_qrcode_generator

EAC WP QRCode Generator

WordPress QR Code generator

by Tom Printy Edison Avenue Consulting LLC · github.com/tprinty/eac_wp_qrcode_generator · website

3stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tprinty/eac_wp_qrcode_generator/archive/refs/heads/main.zip

From the readme

Edison Avenue Consulting LLC QR Code Generator for WordPress This is the public repository for the Edison Avenue Consulting LLC plugin that can be used to generate QR codes for Wordpress. The plugin can be called via a URL argument or Via shortcode. There is a special method for generating VCard formatted data Examples: Shortcode For a random text: [eacqrcodegenerate data="This is so cool"] Shortcode for a URL [eacqrcodegenerate data="https://www.edisonave.com"] This will give you a QR code like the following: Set colors and data [eacqrcodegenerate width="200" height="200" bgcolor="ff0000" spacecolor="00ff00" mcolor="0000ff" data="https://www.edisonave.com"] This will give you a colorized QR Code like the following: Generate VCard QR Code [eacvarcardqrcodegenerate firstname="Tom" lastname="Printy" title="CEO" org="Edison Avenue Consulting LLC" email="info@edisonave.com" tel="+18472356267" url="https://www.edisonave.com"] This will give you a QR Code that has VCard (contact information) QR code: Intallation: 1. Download the plugin or install the plugin from the WordPress.org plugins directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add

Read the full README on GitHub →