Plugin Author
kosh30
(@kosh30)
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 😛
source : use QR-CODE in wordpress
Plugin Author
kosh30
(@kosh30)
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 …