Donation Modal Demo

A lightweight, customizable donation modal for web projects

Live Configuration

Modify the configuration below and click "Apply Changes" to see the modal with your custom settings:

Implementation Example

<!-- Include the all-in-one file --> <script src="donation-modal.min.js"></script> <!-- Initialize the modal --> <script> const donationModal = new DonationModal({ ethAddress: '0x5214e7601682dEE3397666b8bBaeDBD682d19186', btcAddress: '3BHETs8Fby8RmYhuqQqFBLfc7vMYD1R1mA', buyMeCoffeeUrl: 'https://buymeacoffee.com/yourname' }); donationModal.init(); donationModal.attachToTrigger(document.getElementById('donate-btn')); </script>

Features