TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Generating a HTML QR code

14 pointsby pa7over 13 years ago

3 comments

blhackover 13 years ago
If you're looking to generate QR codes, you can also use google charts api:<p><a href="https://chart.googleapis.com/chart?chs=150x150&#38;cht=qr&#38;chl=http%3A%2F%2Fnews.ycombinator.com%2F&#38;choe=UTF-8" rel="nofollow">https://chart.googleapis.com/chart?chs=150x150&#38;cht=qr&#3...</a><p>You can embed this into your webpages as images.
评论 #3278852 未加载
nigmaover 13 years ago
On Chrome 15 Win there seems to be some tiles alignment issue when browser zoom is set to something else than the default value. On the other hand recent FF and IE render just fine.
machinespitover 13 years ago
saving the qr code doesn't add the .png extension (it just downloads a "download" file, not "download.png"). I'm using Chrome 15 on Win7.
评论 #3278633 未加载