qrcode 2.0 does not work on wp 3.1
couldn't even downgrade to 1.1.1 (which used to work)
qrcode 2.0 does not work on wp 3.1
couldn't even downgrade to 1.1.1 (which used to work)
just update to 2.0.1...
it's works correctly
Why you guss need plugin to generate QR-CODES ?
It can be done by using a text widget in sidebar and using following java-script code to produce QR-Codes dynamically.
<script type="text/javascript">
//<![CDATA[
var url=window.location.href;
document.write("<img src=\"http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl="+encodeURI(url)+"\" alt=\"qrcode\" />");
//]]>
</script>
Its so simple No need to use a plugin and tons of php scripts :P
source : use QR-CODE in wordpress
Of course, you can use Google API, but then you depend on Google. You haven't saved images on your server. You share your users with Google. You haven't any copyright's on your qr-code images. And you automatically accept the Google Terms with all **** in http://code.google.com/intl/de-DE/apis/chart/interactive/terms.html, http://www.google.com/privacypolicy.html, http://www.google.com/webmasters/gadgets/terms.html and many more.
And and and and ...
sry for my bad English ...
This topic has been closed to new replies.