# Adding the Tip.md Button to Your Content

## Overview
The Tip.md button allows your audience to send cryptocurrency tips directly from your content. This guide explains how to generate and add the button to various platforms.

## Generating Your Button

1. **Access Button Generator**
   - Log in to your Tip.md dashboard
   - Navigate to "Button Setup"

2. **Customize Your Button**
   - Choose button size (small, medium, large)
   - Select display options (show supported currencies, custom text)
   - Set your primary payment method

3. **Get Your Button Code**
   - The platform will generate both Markdown and HTML versions of your button code
   - Copy the appropriate format for your platform

## Adding to GitHub README

```markdown
[![Tip with Crypto](https://tip.md/button.svg)](https://tip.md/your-username)
```

- Place this code anywhere in your README.md file
- Visitors will see a button that links directly to your tipping page

## Adding to Website or Blog

### HTML Option
```html
<a href="https://tip.md/your-username" target="_blank">
  <img src="https://tip.md/button.svg" alt="Tip with Crypto" />
</a>
```

### Markdown Option (for markdown-based blogs)
```markdown
[![Tip with Crypto](https://tip.md/button.svg)](https://tip.md/your-username)
```

## Testing Your Button

After adding your button:
1. View your content as a visitor would see it
2. Click the button to ensure it directs to your proper tipping page
3. Test a small transaction to verify the full flow works correctly

## Next Steps

- Learn about [receiving tips](receiving-tips.md)
- Set up additional [wallet options](wallet-management.md)
- Check our [FAQ](faq.md) for common questions 