Author

Topic: [Bounty] Donation Widjets (Read 1247 times)

newbie
Activity: 24
Merit: 0
May 28, 2013, 02:21:53 PM
#13
u can have the script from the source code of page of various widgets and combine it to get what you want or use one which suits you. Script copied dis way will be valid for a particular address so one can change the address in script.
newbie
Activity: 30
Merit: 0
May 28, 2013, 07:29:38 AM
#12
The idea behind the widget is that it also would say how many bitcoins the owner has received - and the only way to do that, short of implementing bitcoinqt in Javascript (silly idea), is to use a blockchain explorer like blockchain.info.

Otherwise it really isn't a widget. My widget at bitcointipper.appspot.com is nice and clean, and the only things it uses is a website to generate QR codes, and blockchain.info to find the current balance. Other than that, it doesn't rely on anything else (i.e. me)
full member
Activity: 223
Merit: 100
May 27, 2013, 06:58:49 AM
#11
These solutions are not really what I want.  They all require a third party download, permission, linkback. etc.  I want something completely stand alone that does not depend on another site or service.  I can pay to develop the script but once I do that I want to give it away 100% free with no advertising, linkbacks, or other requirements.  Users should be able to install the script on their server so a call-back to another site is not necessary. 

Okay, I'll build one for you. Send me PM with more details and a list of features you want. I will try my best to make it.
member
Activity: 84
Merit: 10
www.coincloud.tk :)
May 27, 2013, 05:56:30 AM
#10
Bitcoin:


Code:

Donate Bitcoin

Litecoin:


Code:

Donate Litecoin

When Clicked:



You could also use something similar to:
Code:
[url=bitcoin:Address?=AmountToDonate]Click here to donate![/url]
which would open the Bitcoin client with the amount and address filled in, ready to send!
sr. member
Activity: 344
Merit: 250
May 27, 2013, 05:41:22 AM
#9
Please describe what the user should see (UI flow)
full member
Activity: 223
Merit: 100
May 24, 2013, 05:29:07 AM
#8
Consider CoinWidget, this is JS based, so I can easily modify it as per the needs.

I can easily make a web script/app that will give you the code to insert into webpage. I can even create a Wordpress Plugin version that can insert this widget into post/page with a shortcode.

For advance users, the web script/app can contain advance features such as custom styling and code edit, while in WP plugin version, they can use the settings to customize according to their needs.

Will this thing work for you??
hero member
Activity: 772
Merit: 501
May 24, 2013, 03:03:55 AM
#7
There's this tutorial on how to create a donation widget, and a working example, here:

http://leo.bogert.de/2012/02/22/simple-bitcoin-donate-button/

And another donation widget that was recently released:

http://bittip.net78.net/
newbie
Activity: 30
Merit: 0
May 24, 2013, 02:28:02 AM
#6
Hey! I've done this at bitcointipper.appspot.com

Take a look. At the moment, it generates a single script tag that can be entered on any webpage to hold a donation widget, of two different sizes, either for BTC or LTC.

If you wanted the code to be hosted on the user's website, I could make it open-source! (for a tip)

Thanks.
sr. member
Activity: 344
Merit: 250
May 23, 2013, 12:34:59 PM
#5
Take a look at snowcron.com
"Donate" is in the site's wish list, so if you like the way it operates, I will make it first priority (what is the bounty?)

The way it will work:
1. You register, in order to be able to enter a) your receiving bitcoin address and b) the template of a "thank you" e.mail.
2. You generate "donate" buttons.
3. When the person clicks the button, he/she is asked for an e.mail. It will be used to send a "thank you" letter. Then the user gets the "please send money to XXX address" page.
4. Upon receiving money (by you), we automatically send "thank you" e.mail.

Buttons are customizable.

As I said, so far there is no "donate", only "buy", but if you follow the "Tutorial" link from the main page, you will be able to get a pretty good idea of how it will work.

copper member
Activity: 3892
Merit: 2197
Verified awesomeness ✔
May 20, 2013, 12:13:17 PM
#4
Goodluck with building your own system, using one that works is sometimes smarter then trying to invent the weel again.

it doesn't seem to work.  But even if it did it depends on something from a third part and leaks data to them.  I notices your site uses coinwidget which also uses a third party.  They seem to be down at the moment so the donation button is not showing up on your site at the moment.  These are the issues I want to avoid.
Works for me and it is basically just a nice button which shows the donation address. I could remake it, but why should I? If it works 99% of the time, I am happy. And the BlockChain Donation button works. I use it on an other site.

Anyway, goodluck creating a new system, which doesn't use an API from any website. You could just paste your address but that doesn't look fancy, nor does it check if someone send a donation. To check if someone send a donation you will have to use a third party or setup your own bitcoin server.
copper member
Activity: 3892
Merit: 2197
Verified awesomeness ✔
May 20, 2013, 11:20:17 AM
#3
Goodluck with building your own system, using one that works is sometimes smarter then trying to invent the weel again.
copper member
Activity: 3892
Merit: 2197
Verified awesomeness ✔
May 20, 2013, 06:02:12 AM
#2
Use the BlockChain donate function:

In the header:
Code:



On the place where you want the donate button:
Code:
     data-address="DONATEADDRESS">
    

        
    

    

        
    

    

        Please send your donation to bitcoin address [[address]]
    

    

        Donation Received [[value]] BTC. Thank You So Much!
    

    

        [[error]]
    


hero member
Activity: 510
Merit: 500
May 20, 2013, 05:09:22 AM
#1
..
Jump to: