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
- π¨ Clean, modern design with automatic dark mode support
- π° Cryptocurrency support (Ethereum & Bitcoin)
- β Buy Me a Coffee integration
- π± Fully responsive and mobile-friendly
- π Click-to-copy addresses with visual feedback
- π² QR code generation for Ethereum address
- π― Zero dependencies (QR library loaded on-demand)
- βΏ Keyboard accessible