Category archives: link

 

 

0

Create QR Codes For Your WordPress Posts

QR can be used by mobile devices to scan and get bits of data, they can even be used to display a web page. They are starting to become more and more popular the more mobile devices are being used. But creating your own QR codes can be difficult and if you want one for each post of your blog it can be very time consuming. There is a company called QR-Server which provide an API to create QR codes, all you have to do is query this API with the width and height of the QR code you want, the website you want it to redirect to and it will generate a QR code for you. http://api.qrserver.com/v1/create-qr-code/?size=150×150&data=url-or-text WordPress Shortcode Using this API we can create a QR code for any page, now we are going a WordPress shortcode to generate the QR of the current page. Just copy and paste the following into your […]

Read more