Google Appはウェブサイトのページごとに自動的に二次元コードを生成します.


以下のコードを二次元コードを生成するページにコピーします.
<script type="text/javascript">
document.write("<img style=\"float:left;\" src=\"https://chart.googleapis.com/chart?cht=qr&chs=500x500&choe=UTF-8&chld=L|2&chl=");
document.write(window.location.href);
document.write("\" width=\"120\" height=\"120\" alt=\"   \"/>");
</script>
</div>