Bitcoin Forum
July 06, 2024, 12:43:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 [2]  All
  Print  
Author Topic: [UPDATED] 1btc.org - BTC prices in USD, EUR, and GBP - Live refresh!  (Read 1601 times)
RichG (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
July 28, 2013, 05:33:22 PM
 #21

I PM'ed fennec (the operator of preev.com) about running a joint project. He said he was busy.
RichG (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
February 15, 2014, 03:02:23 AM
 #22

UPDATE:

I redesigned the core and design of the site. It now uses PHP, and is much nicer looking.

RichG (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
February 17, 2014, 12:13:44 AM
 #23

Update: My host appears to be down. Will post back later.

I leave with you my full and sincere apologies.
RichG (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
February 18, 2014, 10:53:57 PM
 #24

It's back up! I apologize, again, for the outage.
RichG (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
March 19, 2014, 02:54:09 AM
 #25

bump
devthedev
Legendary
*
Offline Offline

Activity: 1050
Merit: 1004



View Profile
March 19, 2014, 03:47:59 AM
 #26

Here's a nice looking donate widget you can use!
I've already customized it so it's linked to your address 1RichGe5xNJuMk6F84JqTjn6rwovvDe79

Below's the code
Code:
   <script src="//blockr.io/js_external/coinwidget/coin.js"></script>
                <script>
                        CoinWidgetCom.go({
                                wallet_address: '1RichGe5xNJuMk6F84JqTjn6rwovvDe79',
                                currency: 'bitcoin',
                                counter: 'amount',
                                lbl_button: 'Donate',
                                lbl_count: 'donations',
                                lbl_amount: 'BTC',
                                lbl_address: 'Use address below to donate. Thanks!',
                                qrcode: true,
                                alignment: 'bl',
                                decimals: 8,
                                element: "#coinwidget",
                                size: "small",
                                color: "light",
                                countdownFrom: "0",
                                element: "#coinwidget",
                                onShow: function(){},
                                onHide: function(){}
                        });
                </script>
                <div id="coinwidget"></div>
       

Let me know if you have any questions or comments!

Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!