copy the code below
______________________________________
<div id="qrcode"></div>
<script>
var img = document.createElement('img');
img.src = 'https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=' + encodeURIComponent(document.location.href);
document.getElementById('qrcode').appendChild(img);
</script>
_________________________________________
put the code 在版面配置→新增小工具→選HTML/JAVASCRIPT→在「豐富文本」中貼上code→儲存→ok
沒有留言:
張貼留言