X-Mailocator makes it very easy to dynamically generate QR codes for any purpose, from discount codes to business cards and marketing URLs to online payments.
This functionality requires the "QR codes" plugin to be enabled.
Creating a QR code
Add a QR code element anywhere in your campaign content or create a QR-CODE
element in HTML and place the content you wish to interpret with a QR code, for example:
<qr-code>http://example.com</qr-code>
This will create a code in the qr-code container with a link to example.com
For the content of QR codes, you can of course use all the dynamic abbreviations that Mailocator supports and that are commonly used in input
tags.
Tips for formatting QR codes:
Forwarding a promo code:
example.com?code={{PROMO_CODE}}
Phone number:
tel:420123456789
Prescribed SMS:
SMSTO:420123456789:text message...
GEO Location:
geo:50.210872, 15.832607
Business card:
BEGIN:VCARD
VERSION:2.1
FN:FirstName LastName
N:LastName;FirstName
TITLE:Funkce
TEL;CELL:420123456789
TEL;WORK;VOICE:420123456789
TEL;HOME;VOICE:420123456789
EMAIL;HOME;INTERNET:email-home@example.com
EMAIL;WORK;INTERNET:email-work@example.com
URL:http://example.com
ADR:;;Street;City;;ZIP;Country
ORG:Organization
END:VCARD