zonaw_qrcode.php
to the /wp-content/plugins/
directory<?php showQRCode(); ?>
in your templatesThe QR Code image is generated using Google Chart API.
You can set the size of the QR code setting the width and the size in the showQRCOde function. Example:
<?php showQRCode(250); ?>