Bitcoin Forum

Bitcoin => Project Development => Topic started by: scottycc on April 05, 2013, 07:59:04 PM



Title: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: scottycc on April 05, 2013, 07:59:04 PM
http://coinwidget.com/static/logo.png (http://coinwidget.com/)

I created http://coinwidget.com/ , a customizable Bitcoin / Litecoin Donation button widget.

Version 2.0 is now available and includes these upgrades:
  • Open Source (MIT)
  • Litecoin Support
  • Window Alignment
  • Auto show window
  • Callback support on window hide/show
  • Adjustable number of decimal places

Please share any ideas or suggestions you may have to improve on this widget. Thanks for viewing!


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: qxzn on April 05, 2013, 08:55:17 PM
very nice!


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: DreadKnight on April 09, 2013, 11:15:22 PM
Seems like a pretty cool idea.
I've used a donate image + bitcoin link format to open up the wallet and fill in the address, so no fancy features like QR code or counters,  see my websites, either www.FreezingMoon.org or www.AncientBeast.com (at the very bottom).
Any chance for a bigger format widget like that? I might use it if so :)


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: Spendulus on April 22, 2013, 02:14:18 PM
http://coinwidget.com/static/logo.png (http://coinwidget.com/)

Hello! I created http://coinwidget.com/ , a new customizable Bitcoin Donation/Tip button generator. Here is what it looks like:

Here is what it looks like:
http://coinwidget.com/static/ss1.png

When you click on it this window is shown:
http://coinwidget.com/static/ss2.png

Features:
  • The 'Donate' , 'My Bitcoin Address', 'donations' and 'BTC' text can all be changed.
  • The counter can be hidden, show the number of transactions (default), or show the total amount received.
  • Hover over the QR icon in the bottom left to show a large scannable QR code.
  • The wallet with arrow icon is a bitcoin: URI compatible link.

Please share any ideas or suggestions you may have to improve on this widget. Thanks for viewing!


Sure.  Here you go.

Your widget directs those who click to a javascript program on your website.

<script>
var CoinWidget_Config = {
   address : 'BITCOIN-WALLET-ADDRESS'
};
</script>
<script src="http://c.coinwidget.com/widget.js"></script>

What happens at that point is strictly determined by what the code does.  And we can examine that by typing the following into the command bar:

http://c.coinwidget.com/widget.js

which yields:

http://d1e4zb60eak76i.cloudfront.net/widget.js

Which could be A on 2013-01-01 and B on 2014-01-01.

So you redirect a person from a website  to coinwidget.com and then run a javascript to take money.

The person never knows what that javascript does and it could change, either by malicious intent or by your website being hijacked.

The simplest case would be to use a different QR code.


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: bitrainbow on April 22, 2013, 07:11:57 PM
this is great! thank you!

Is it possible to post a link to your BTC tip widget? For example onto a site that does not allow you to post widgets.



Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: aandcmedia on April 23, 2013, 12:31:53 AM
Awesome job, just put this on my website!


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: atomium on April 23, 2013, 09:31:56 PM
this is super cool, i really like it. the only other one i've seen is coinbase's widget


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: Fuyuki_Wataru on April 23, 2013, 10:11:52 PM
This is very cool. Was looking for something like this but couldn't find any to desire my needs.
This however does, and I will place this on my website soon.

Thanks for sharing!


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: Stephen Gornick on April 24, 2013, 10:30:23 AM
Please share any ideas or suggestions you may have to improve on this widget.

Thank you for providing a useful donate button (script and graphics).

I do believe the method offered for use could be made more secure for the site operator.  Currently, your site has full access to replace the bitcoin address.  And without HTTP everywhere, there is the opportunity for a MITM to alter the contents, substituting the bitcoin address with another.  Being that these are for donations, I might not even realize that this is happening.

The javascript could be revised so that it could site on my host, or in the same .html as my page.  That would be safer.


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: Fuyuki_Wataru on April 25, 2013, 10:22:59 PM
Hi,

Is there a possibility that you can make this for LTC as well? Thanks!


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: johnblaze on April 27, 2013, 12:04:42 AM
suggestion: the popup and textfield should be wide enough to show the full bitcoin address


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: cyden on June 04, 2013, 09:46:06 PM
hi,
sadly it does not work for me. if i paste the code, nothing shows up :/



Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: bitcoinanon on June 05, 2013, 04:11:42 AM
Does this code work on Wordpress with any of WP widgets?


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: emunebtk on June 07, 2013, 10:03:19 PM
2nd that on any chance of a LTC version or option? thanks!


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: Silfax on June 07, 2013, 11:57:56 PM
http://bitcointipper.appspot.com has LTC support, but it would be nice if this one would have it as well.


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: austins on June 08, 2013, 11:22:00 AM
I suggestion you make the Bitcoin Donation Widget load faster.


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: 1krona on June 08, 2013, 11:42:38 PM
Great work, I was looking for something like this!


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: bitbadger on June 12, 2013, 03:41:54 AM
http://coinwidget.com/static/logo.png (http://coinwidget.com/)

Hello! I created http://coinwidget.com/ , a new customizable Bitcoin Donation/Tip button generator. Here is what it looks like:

Here is what it looks like:
http://coinwidget.com/static/ss1.png

When you click on it this window is shown:
http://coinwidget.com/static/ss2.png

Features:
  • The 'Donate' , 'My Bitcoin Address', 'donations' and 'BTC' text can all be changed.
  • The counter can be hidden, show the number of transactions (default), or show the total amount received.
  • Hover over the QR icon in the bottom left to show a large scannable QR code.
  • The wallet with arrow icon is a bitcoin: URI compatible link.

Please share any ideas or suggestions you may have to improve on this widget. Thanks for viewing!


Sure.  Here you go.

Your widget directs those who click to a javascript program on your website.

<script>
var CoinWidget_Config = {
   address : 'BITCOIN-WALLET-ADDRESS'
};
</script>
<script src="http://c.coinwidget.com/widget.js"></script>

What happens at that point is strictly determined by what the code does.  And we can examine that by typing the following into the command bar:

http://c.coinwidget.com/widget.js

which yields:

http://d1e4zb60eak76i.cloudfront.net/widget.js

Which could be A on 2013-01-01 and B on 2014-01-01.

So you redirect a person from a website  to coinwidget.com and then run a javascript to take money.

The person never knows what that javascript does and it could change, either by malicious intent or by your website being hijacked.

The simplest case would be to use a different QR code.
Im also looking for a Bitcoin Donate Widget, but I don't like the idea of sending my donors to an third party site of the programmer running javascript.

The operator of the external site may be honest,  but it's still javascript running on a third party site which he controls and not you.


Title: Re: [ANN] coinwidget.com - a Bitcoin Donation Widget
Post by: scottycc on June 29, 2013, 05:47:51 PM
Thank you for the feedback! I have an update for you all:

Version 2.0 is now available and includes these upgrades:
  • Open Source (MIT)
  • Litecoin Support
  • Window Alignment
  • Auto show window
  • Callback support on window hide/show
  • Adjustable number of decimal places


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: kwukduck on July 04, 2013, 10:49:49 PM
Just tried to implement this widget on my site, however it doesn't show anything. Checking the error console this is what it says:

Code:
Timestamp: 07/05/2013 10:42:00 AM
Error: TypeError: window.location.origin is undefined
Source File: http://coinwidget.com/widget/coin.js
Line: 319


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: DobZombie on July 12, 2013, 05:28:00 AM
yep, its broken


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: 🏰 TradeFortress 🏰 on July 12, 2013, 05:32:12 AM
Inputs.io buttons lets you pay without leaving the page with just a click :)


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: DobZombie on July 12, 2013, 06:02:28 AM
TradeFortress, I don't know whether to call you a whore or a salesman  :D


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: DobZombie on July 12, 2013, 10:49:30 PM
I've received an email telling me the widget has been fixed. Tho, I haven't tested it yet


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: Carsen on August 12, 2013, 07:23:54 AM
Widget is non-working doesnt display anything on site...


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: Itcher on August 12, 2013, 01:57:18 PM
This looks great! Do you promote it for merchants and organizations?


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: cryptostart on August 23, 2013, 08:05:04 PM
Very cool idea.

PM me if you wouldn't mind being featured on my site.

CryptoStart - Cryptocurrency Startup Platform
www.cryptostart.com (http://www.cryptostart.com)


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: sva_h4cky0 on August 24, 2013, 05:41:21 AM
very good, keep up hard work  8)


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: Katrina Elisse Caudle on August 25, 2013, 10:43:40 PM
I just installed this on my website. Love it! So easy to use and so elegant!


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: matrixfighter on February 14, 2014, 01:26:56 AM
Hiya,

We have forked your code to add support for Quark.  http://www.reddit.com/r/QuarkCoin/comments/1xt8g4/developers_needed_can_someone_tweak_coinwidget_to/

If you want to commit it to your main CoinWidget.com options please go ahead.

Also, a Drupal module and a Wordpress plugin would be nice to have.
 


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: zacharycebu on September 12, 2014, 12:23:59 AM
To those that say "this doesnt work" or "button doesnt display" have you tried again recently?

I am using it and it's displaying and appears to work perfectly.

Anyone else seeing any problems with CoinWidget? Seems fine to me, I'd like to know if it's working fine for others please. Thank you


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: SparkedDev on September 12, 2014, 01:05:16 AM
I guess ill try this on my anime site if it works ill update.


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: Bernhard33 on May 10, 2015, 09:17:09 AM
i got donations with this widget but bitcoins never arrived. whats up?


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: Bernhard33 on May 10, 2015, 06:16:44 PM
any other widget bitcoin widgets for donations?


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: Tobennan on May 25, 2015, 04:27:46 PM
I got donations but looking for a way to withdraw but all to no avail. Can somebody help me out and show me how I can receive my btc donations to my btc wallet from coinwidget.com ???


Title: Re: [ANN] coinwidget.com donation widget - now open source (w/litecoin support)
Post by: Braino on May 28, 2015, 02:34:51 PM
i got donations with this widget but bitcoins never arrived. whats up?
*Sigh*

I got donations but looking for a way to withdraw but all to no avail. Can somebody help me out and show me how I can receive my btc donations to my btc wallet from coinwidget.com ???
*Facepalm*