2
1
Was wondering is there a javascript widget or library that turns any BTC address on a website into a popup QR code on hover?
2
1
Was wondering is there a javascript widget or library that turns any BTC address on a website into a popup QR code on hover?
1
You can create a QR code for any bitcoin address using Google's QR code maker:
https://chart.googleapis.com/chart?chs=250x250&cht=qr&chl=bitcoin:[your-bitcoin-address-here]
Just point to that as the img src and you'll get something that looks like this:
Note this address is used by a lot of tests as the private key is literally "1".
0
Btcwidget.com allows you to create custom widgets like this with your address.
0
Here is a great browser extention that finds a bitcoin address anywhere on the page including in the head. It can track your browsing time on each website with a btc address and then you can designate tip amounts to be paid to that site every certain period of time by your history. http://protip.is/
how do you also add in an amount into the QR code? – Patoshi パトシ – 2015-11-07T05:58:20.117
Yes, add ?amount=[amount here] to the url – Jimmy Song – 2015-11-07T18:25:41.877