Skip to main content

Add BUY ME A COFFEE To Your Github/Website

 Hey Everyone , Today we'll discuss how to add buy me a coffee to your github or website. so let's begin


There are literally two steps of this process:

Step 1 : Create account BuyMeACoffee and get your username from it.

Step 2:  Add this to your website

<a href="https://www.buymeacoffee.com/{yourusername}" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>

 



Now if you want to add to your github then 

<p><a href="https://www.buymeacoffee.com/{yourusername}"> <img align="left" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="50" width="210" alt="{yourusername}" /></a></p><br><br>




So i've created mine so you can buy me a coffee here


Thank You

Comments

Popular posts from this blog

Products Which I like

Puma Shoes Buy now

What is Digital Root ?

 What is a Digital root? if you have done little competitive programming or practice for Data Structure or anything else you have got a problem where you need to sum all digits of the number and do this process until the number becomes a single-digit number. so that is Digital Root, let's talk about it.

Makefile

 You may have seen file named Makefile or you may have type command like make, make install. so what is this file Makefile and what are this command. let's discuss about it.