2

Was wondering is there a javascript widget or library that turns any BTC address on a website into a popup QR code on hover?

Patoshi パトシ
  • 11,056
  • 18
  • 84
  • 158

3 Answers3

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".

Jimmy Song
  • 7,759
  • 17
  • 35
0

Btcwidget.com allows you to create custom widgets like this with your address.

m1xolyd1an
  • 5,636
  • 2
  • 14
  • 30
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/

Lindner
  • 1
  • 2