Connections-Business-Directory / Connections

Directory Plugin for WordPress
https://connections-pro.com
GNU General Public License v2.0
26 stars 18 forks source link

QR Codes #164

Open shazahm1 opened 11 years ago

shazahm1 commented 11 years ago

Add a QR class to handle generic input of data to be represented by the QR Code with output methods.

shazahm1 commented 11 years ago

Reference this plugin: http://wordpress.org/plugins/contact-vcard/

According to this example, the QR could represent a vCard; cool! http://sourceforge.net/p/phpqrcode/wiki/Common%20usages/

shazahm1 commented 11 years ago

Here's an API I can use: http://sourceforge.net/projects/phpqrcode/

shazahm1 commented 11 years ago

Checkout this site: http://www.qrstuff.com/

shazahm1 commented 11 years ago

NOTE: embedding an entire vCard in a QR code would be unreadable by smartphones. Instead embed the link to the vCard.

shazahm1 commented 11 years ago

Check this out ... use a meCard for the QR Code: http://www.devicemedia.ca/blog/whats-the-difference-between-a-vcard-and-a-mecard/

shazahm1 commented 11 years ago

Neat little snippet: http://stackoverflow.com/questions/14824897/php-mecard-decoder-or-mecard-to-vcard-converter

shazahm1 commented 11 years ago

Ref: http://www.printbusinesscards.com/marketing/qrcode/QR-Code-Quality-Standards-Test.php

shazahm1 commented 11 years ago

Ref: http://wordpress.org/plugins/qrcode-wprhe/

shazahm1 commented 11 years ago

ref: http://keremerkan.net/qr-code-and-2d-code-generator/

shazahm1 commented 10 years ago

Related #99