Adds a [rqcrcode] shortcode for generating QR codes
- Upload
really-simple-qr-codefolder to the/wp-content/plugins/directory composer install- Activate the plugin The shortcode will now be available
-
Use the shortcode [rsqrcode] within your string to generate the current URL
-
Default parameters (all optional) include:
- string =
- alt = "Scan the QR code"
- width = 256
- height = 256
- inline = false
-
You can pass any other paramters you like, they'll appear as attributes for the
tag.
-
Example usage: [rsqrcode string="your string here" size="80" title="my image title text" id="my_image_id" class="my_image_class"]