• tried to include the <?php showQRCode(); ?> in the page.php, also tried it through a php enabling plugin to include in the post directly, no result ..
    No QR code showing.
    Anything missing by the instructions or smth?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The code should go into your the top of your templates not the posts. I made the code you give above as the second line.

    I had the same difficulty but all works now.

    You should post the code within WordPress loop ! Not anywhere else.

    Or If you want to use QR-CODE in sidebar(Show image in sidebar), create a text-widget and paste following JavaScript code into it.

    <script type="text/javascript">
    //<![CDATA[
    var url=window.location.href;
    document.write("<img src=\"https://chart.apis.google.com/chart?cht=qr&chs=100x100&chl="+encodeURI(url)+"\" alt=\"qrcode\" />");
    //]]>
    </script>

    QR-CODE will be seen on All your posts/pages and index page. You can restrict this from appearing using some conditions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: ZonaW QR Codes] not showing any code’ is closed to new replies.