How to Add a Bitcoin Donate Button to Your WordPress Site

SHARE:



Also in that time, it’s risen to a sky-high exchange rate of $1242 per bitcoin  and also plummeted to its current $410.30 exchange rate (and it’s changing every minute). As you could probably guess, the peer-to-peer currency isn’t exactly the epitome of stability.

Whether you think Bitcoin is a beauty or a beast, it’s obviously here to stay for the time being. If you’re enthralled by the idea of a cyberspace currency, and would like to learn how to add a Bitcoin donate button into your WordPress site, then you’re in the right place. But first, a few words about exactly who that new kid on the currency block really is.

What Is Bitcoin?


In short, few really understand how Bitcoin works.

But there are a few things we do know. For one, it’s a completely virtual currency, which means that you can’t pay Bitcoin in bills, notes, or even a real coin. All payments occur in the cyberspace. Secondly, there’s a huge amount of it, with the dollar equivalent of over $1.5 billion in Bitcoin circulating today — numerous transactions take place every minute.

You can pay for anything and everything with Bitcoin as long as the merchant in question accepts it. That includes marketing services, website memberships, car rentals, and — ahem, other stuff.

And, in light of this tutorial, you can also use Bitcoin to receive donations on your WordPress blog (or any website, for that matter). Here’s how.

Step 1. Create Your Bitcoin Wallet & BitPay Account


The first thing you need to do is set up your Bitcoin wallet — this is where all the bitcoins you receive will be stored. BlockChain is the most popular Bitcoin wallet service, due to the fact that it’s a free web-based app you can log into anytime from anywhere.

Head over there, select Create My Free Wallet, and fill in the details required on the next page.

Creating-Bitcoin-Wallet

WRITE YOUR PASSWORD DOWN — unlike nearly every other Internet service, you won’t be able to recover your BlockChain password if you ever forget it. Furthermore, any bitcoins you might have owned in that account will then be lost forever.



Create-Bitcoin-Wallet
Forget your password? Sorry, bud.

After signing up, a verification e-mail will be sent to the address you provided. Click on the confirmation link provided. Once that loads, click on your unique login link, supply your password (the identifier will automatically be entered), and hit Open Wallet.



Bitcoin-Confirmation-Email
Verify your e-mail address, and click the login link.




Wallet-Login
When you click on your login link, you’ll be redirected here. Your identifier will automatically be filled in — just key in your password.

Once you login, you’ll be hit with a dashboard that supplies your account’s current information: the number of bitcoins you have, the dollar equivalent, and your Bitcoin address: an alphanumeric code (not confidential) people use to send money to you.

Bitcoin-Wallet-Information

Now, head over to BitPay and create an account. Each account is manually activated, so you’ll have to wait a few hours after signing up to be approved as a member (you’ll be sent an e-mail notification when that happens).

If you’re a mite confused about the difference between Bitcoin, Blockchain, and BitPay, and why you need to sign up for all of them, think of it this way: Bitcoin is the money, Blockchain is your bank, and BitPay is essentially the same thing as PayPal for Bitcoin an e-payment system. Just like centralized banks and PayPal, BlockChain and BitPay have their own competitors and alternatives. But for the most part, they’re the most popular choices.

Step 2. Creating Your Bitcoin Donate Button


Following your BitPay account approval, login to your BitPay dashboard. Click on the Accept Bitcoin link in the top navigational menu (extreme left).

Select the eCommerce option, and then Accept Donations on the next page.

bitpay-plugins

Here’s where you configure your Bitcoin donate button. You can pre-set the donation amount (e.g. $10) for that specific button, or you can allow donors to choose their own donation amount (my personal choice would be the latter option).

After selecting pre-set or custom donations, a few fields will pop up. Fill out the Merchant Name (your personal name or website domain), set a short description, and if you went with a pre-set donation amount, use the provided text box to establish that amount.

bitpay-donation

You can also customize the URL donors are sent to after completing a transaction (a thank-you page, for example). Lastly, enter a e-mail address to be notified every time a donation is made.

Once you’re all done with that, hit “Generate” to generate the HTML code for your Bitcoin donate button. You can choose from three default sizes: small, medium, and large. Copy the code provided and store it on your computer in a Notepad document.



bitpay-donation-generated
Copy this code.

Step 3. Inserting Your Donate Button in WordPress


Almost there, one last step: inserting the button code into your website. But you can’t just insert the generated HTML into the text editor of a page — you need to first ensure that it will work seamlessly with WordPress. To do that, create a shortcode in your theme’s functions.php file (Appearance > Editor > Functions.php) by copy/pasting the following code:










1

2

3

4

5

6

7


function wpb_bitcoin_button() {

  ob_start();

  [the bitpay code generated in step 2 goes here]

  return ob_get_clean();

}


add_shortcode('bitcoinbutton', 'wpb_bitcoin_button');







Bitcoin-Code-Donate-Button
Here’s what that looks like in my theme editor.

Once you’ve added this code into your functions.php and updated the theme file, you can now use the shortcode [bitcoinbutton] whenever you’d like to display a Bitcoin donate button on your website. Congratulations! You’re all set to start receiving user donations via the world’s most exciting currency!

COMMENTS

Name

11th,2,12th,20,12th Chemistry,5,12th Computer Science,7,12th Physics,1,5th Sem CSE,1,AAI ATC,2,Android,18,Banking,1,Blogger,41,Books,5,BTech,17,CBSE,22,CSE,4,ECE,3,Electronics,1,English,2,ESE,1,Ethical Hacking,61,Exams,5,Games,9,GATE,1,GATE ECE,1,Government Jobs,1,GS,1,How To,27,IBPS PO,1,Information,52,Internet,24,IPU,8,JEE,8,JEE Mains,8,Jobs,1,Linux,65,News,18,Notes,23,Physics,3,Placement,10,PO,1,Poetry,3,RRB,1,SEO,11,Softwares,38,SSC,2,SSC CGL,1,SSC GS,2,Tips and Tricks,46,UPSC,1,Windows,46,
ltr
item
SolutionRider- One Stop Solution for Notes, Exams Prep, Jobs & Technical Blogs.: How to Add a Bitcoin Donate Button to Your WordPress Site
How to Add a Bitcoin Donate Button to Your WordPress Site
Also in that time, it’s risen to a sky-high exchange rate of $1242 per bitcoin and also plummeted to its current $410.30 exchange rate (and it’s changing every minute). As you could probably guess, the peer-to-peer currency isn’t exactly the epitome of stability. Whether you think Bitcoin is a beauty or a beast, it’s obviously here to stay for the time being. If you’re enthralled by the idea of a cyberspace currency, and would like to learn how to add a Bitcoin donate button into your WordPress site, then you’re in the right place. But first, a few words about exactly who that new kid on the currency block really is. What Is Bitcoin? In short, few really understand how Bitcoin works. But there are a few things we do know. For one, it’s a completely virtual currency, which means that you can’t pay Bitcoin in bills, notes, or even a real coin. All payments occur in the cyberspace. Secondly, there’s a huge amount of it, with the dollar equivalent of over $1.5 billion in Bitcoin circulating today — numerous transactions take place every minute. You can pay for anything and everything with Bitcoin as long as the merchant in question accepts it. That includes marketing services, website memberships, car rentals, and — ahem, other stuff. And, in light of this tutorial, you can also use Bitcoin to receive donations on your WordPress blog (or any website, for that matter). Here’s how. Step 1. Create Your Bitcoin Wallet & BitPay Account The first thing you need to do is set up your Bitcoin wallet — this is where all the bitcoins you receive will be stored. BlockChain is the most popular Bitcoin wallet service, due to the fact that it’s a free web-based app you can log into anytime from anywhere. Head over there, select Create My Free Wallet, and fill in the details required on the next page. Creating-Bitcoin-Wallet WRITE YOUR PASSWORD DOWN — unlike nearly every other Internet service, you won’t be able to recover your BlockChain password if you ever forget it. Furthermore, any bitcoins you might have owned in that account will then be lost forever. Create-Bitcoin-Wallet Forget your password? Sorry, bud. After signing up, a verification e-mail will be sent to the address you provided. Click on the confirmation link provided. Once that loads, click on your unique login link, supply your password (the identifier will automatically be entered), and hit Open Wallet. Bitcoin-Confirmation-Email Verify your e-mail address, and click the login link. Wallet-Login When you click on your login link, you’ll be redirected here. Your identifier will automatically be filled in — just key in your password. Once you login, you’ll be hit with a dashboard that supplies your account’s current information: the number of bitcoins you have, the dollar equivalent, and your Bitcoin address: an alphanumeric code (not confidential) people use to send money to you. Bitcoin-Wallet-Information Now, head over to BitPay and create an account. Each account is manually activated, so you’ll have to wait a few hours after signing up to be approved as a member (you’ll be sent an e-mail notification when that happens). If you’re a mite confused about the difference between Bitcoin, Blockchain, and BitPay, and why you need to sign up for all of them, think of it this way: Bitcoin is the money, Blockchain is your bank, and BitPay is essentially the same thing as PayPal for Bitcoin an e-payment system. Just like centralized banks and PayPal, BlockChain and BitPay have their own competitors and alternatives. But for the most part, they’re the most popular choices. Step 2. Creating Your Bitcoin Donate Button Following your BitPay account approval, login to your BitPay dashboard. Click on the Accept Bitcoin link in the top navigational menu (extreme left). Select the eCommerce option, and then Accept Donations on the next page. bitpay-plugins Here’s where you configure your Bitcoin donate button. You can pre-set the donation amount (e.g. $10) for that specific button, or you can allow donors to choose their own donation amount (my personal choice would be the latter option). After selecting pre-set or custom donations, a few fields will pop up. Fill out the Merchant Name (your personal name or website domain), set a short description, and if you went with a pre-set donation amount, use the provided text box to establish that amount. bitpay-donation You can also customize the URL donors are sent to after completing a transaction (a thank-you page, for example). Lastly, enter a e-mail address to be notified every time a donation is made. Once you’re all done with that, hit “Generate” to generate the HTML code for your Bitcoin donate button. You can choose from three default sizes: small, medium, and large. Copy the code provided and store it on your computer in a Notepad document. bitpay-donation-generated Copy this code. Step 3. Inserting Your Donate Button in WordPress Almost there, one last step: inserting the button code into your website. But you can’t just insert the generated HTML into the text editor of a page — you need to first ensure that it will work seamlessly with WordPress. To do that, create a shortcode in your theme’s functions.php file (Appearance > Editor > Functions.php) by copy/pasting the following code: 1 2 3 4 5 6 7 function wpb_bitcoin_button() { ob_start(); [the bitpay code generated in step 2 goes here] return ob_get_clean(); } add_shortcode('bitcoinbutton', 'wpb_bitcoin_button'); Bitcoin-Code-Donate-Button Here’s what that looks like in my theme editor. Once you’ve added this code into your functions.php and updated the theme file, you can now use the shortcode [bitcoinbutton] whenever you’d like to display a Bitcoin donate button on your website. Congratulations! You’re all set to start receiving user donations via the world’s most exciting currency!
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb9iiggLKhIB-kpG_rmi9uVEI8Gt-wRzE4ypUq9UtxjT_gEL6CA2VuF4RYwsHCw5PyPb7FDgpC8WQMkgoMJpxFIqFongd4cUl1qN1iP6v3GPySRfVK0PPL3NpilmT-g-1Z2GygpLVAk4M/s400/bitcoin-donate-button.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb9iiggLKhIB-kpG_rmi9uVEI8Gt-wRzE4ypUq9UtxjT_gEL6CA2VuF4RYwsHCw5PyPb7FDgpC8WQMkgoMJpxFIqFongd4cUl1qN1iP6v3GPySRfVK0PPL3NpilmT-g-1Z2GygpLVAk4M/s72-c/bitcoin-donate-button.jpg
SolutionRider- One Stop Solution for Notes, Exams Prep, Jobs & Technical Blogs.
https://thesolutionrider.blogspot.com/2017/06/how-to-add-bitcoin-donate-button-to.html
https://thesolutionrider.blogspot.com/
https://thesolutionrider.blogspot.com/
https://thesolutionrider.blogspot.com/2017/06/how-to-add-bitcoin-donate-button-to.html
true
6820083649286484786
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy