Pages

Monday, May 13, 2013

Add QR Code for wordpress post

To add QR code for wordpress post, use the following code


    < img src="http://api.qrserver.com/v1/create-qr-code/?size=200x200&data="<?php the_permalink() ?>" alt="QR Code for <?php the_title(); ?>" />

No comments:

Post a Comment