Fog Fence (OP)
Member
Offline
Activity: 105
Merit: 10
|
|
December 21, 2010, 08:19:10 AM |
|
Sorry for the newb question but I couldn't find it in a websearch.
I'm making a documentary about positive open source systems for the future, and want to include a section about Bitcoin. We want to accept Bitcoin donations on Facebook, and have a place where people can donate.
We know a bit about film but not too much about computers, and were looking for a step by step guide on how to install a donate button, especially on Facebook.
If there's a guide somewhere please let us know...
And we'll let you know once the trailer is online...
Thx
|
|
|
|
BioMike
Legendary
Offline
Activity: 1658
Merit: 1001
|
|
December 21, 2010, 08:21:43 AM |
|
|
|
|
|
Fog Fence (OP)
Member
Offline
Activity: 105
Merit: 10
|
|
December 21, 2010, 08:26:54 AM |
|
I've got half a brain on me, speak a few languages, play music, know how to edit film etc... but if there isn't an idiots guide on how to do these things I get lost. We're releasing in under a week so there's a bit of pressure.
We'll use another site in the meantime if there's nothing easy from BC.
I saw a discussion on an easy to install Facebook app, but there was disagreement on which was the best.
Hope we can raise your profile.
Thanks for the prompt reply and I'll check the thread.
Peace
|
|
|
|
Timo Y
Legendary
Offline
Activity: 938
Merit: 1001
bitcoin - the aerogel of money
|
|
December 21, 2010, 09:08:16 AM |
|
We're releasing in under a week so there's a bit of pressure.
I suggest you stick to the 80/20 rule and simply publish your Bitcoin address on Facebook. Chances are that if someone knows how the get hold of more than 0.05 Bitcoins, they know how to copy and paste a Bitcoin address.
|
|
|
|
Fog Fence (OP)
Member
Offline
Activity: 105
Merit: 10
|
|
December 21, 2010, 09:19:22 AM |
|
I see what you're saying forever...
If that's all it takes that makes sense...
|
|
|
|
Hal
VIP
Sr. Member
Offline
Activity: 314
Merit: 4176
|
|
December 21, 2010, 08:49:29 PM |
|
That's what EFF did for accepting donations. See http://www.eff.org/helpout, about 12-15 lines down the page.
|
Hal Finney
|
|
|
jgarzik
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
December 21, 2010, 09:33:10 PM |
|
There still needs to be an easy, standard way to associate a DNS name with a bitcoin address.
On a business card, you need something human readable like "donations.bitcoinwatch.com" that can be translated by software into a bitcoin address.
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
genjix
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
December 22, 2010, 12:47:09 AM |
|
There still needs to be an easy, standard way to associate a DNS name with a bitcoin address.
On a business card, you need something human readable like "donations.bitcoinwatch.com" that can be translated by software into a bitcoin address.
What's to stop me using an ipv6 DNS with leading zeroes? obviously the protocol would have to know it's bitcoin ( bitcoin://donations.bitcoinwatch.com)
|
|
|
|
jib
Member
Offline
Activity: 92
Merit: 10
|
|
December 22, 2010, 12:54:24 AM |
|
I don't think a Bitcoin address even fits in an IPv6 address. Even if it did, it'd probably be better to use a DNS TXT record instead.
|
|
|
|
jgarzik
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
December 22, 2010, 03:46:59 AM |
|
Yes, a TXT record would be much more appropriate than trying to cram data into network addresses.
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
davux
|
|
December 22, 2010, 08:10:11 AM |
|
What about a <link> line in the HTML page? On my homepage, I put the following lines, just for the sake of experimentation: <link rel="bitcoin.address" href="bitcoin:1MYaBk1s6jjtJyXsErDU9F9JBLZLeihVit" title="Send me coins for anything" /> <link rel="bitcoin.address" href="bitcoin:16AquDrvnJ49sUBeyR4Q4SmiLCvB6QGAMW" title="my address for the Pay It Forward thing" />
After all, if the point is just to associate a bitcoin address to a short name in an easy way, <link/> is a fine way to go. There can be others as well, but this one sounds just fit, and it's not even a hack.
|
1DavuxH9tLqU4c7zvG387aTG4mA7BcRpp2 México (Oaxaca) – France - Leeds
|
|
|
Fog Fence (OP)
Member
Offline
Activity: 105
Merit: 10
|
|
December 22, 2010, 10:12:05 AM |
|
Thanks for the ideas everyone.
I'll probably just go with a small jpg with the BC address, but I'll have to think every aspect through...
This is so new that I guess a lot of ideas and components are still in beta.
|
|
|
|
Anonymous
Guest
|
|
December 22, 2010, 11:10:50 AM |
|
See how it was done at http://lmptfy.com with a popup. Can you have popups on facebook?
|
|
|
|
ribuck
Donator
Hero Member
Offline
Activity: 826
Merit: 1060
|
|
December 22, 2010, 11:14:19 AM |
|
I'll probably just go with a small jpg with the BC address
Why a jpg? Who is going to type out a BC address from an image? What's the problem with putting the BC address in plain text?
|
|
|
|
FreeMoney
Legendary
Offline
Activity: 1246
Merit: 1016
Strength in numbers
|
|
December 22, 2010, 11:30:26 AM |
|
I'll probably just go with a small jpg with the BC address
Why a jpg? Who is going to type out a BC address from an image? What's the problem with putting the BC address in plain text? Maybe he means have a bitcoin image and the address in text under it? That would make the most sense.
|
Play Bitcoin Poker at sealswithclubs.eu. We're active and open to everyone.
|
|
|
pj
Newbie
Offline
Activity: 24
Merit: 0
|
|
December 23, 2010, 04:28:24 AM |
|
What about a <link> line in the HTML page? On my homepage, I put the following lines, just for the sake of experimentation: That resembles one of the ways that one can bind a domain (URL) you control with an Openid, as explained at https://www.myopenid.com/help#own_domain
|
|
|
|
|