Skip to content

Tip Widget

Embed a donate or tip button on any webpage with one script tag. Customers pay with XRP. No backend required on your side.


Setup

Add a profile photo, display name, tip amounts, and theme in Dashboard > Tip Page.

Your public tip page is at:

https://droppayxrp.com/tip/your-handle

Script tag embed

Add this to any webpage to render a tip button:

<script
  src="https://droppayxrp.com/droppaytip.js"
  data-handle="your-handle"
  data-label="Support my work"
  data-theme="droppay">
</script>

The script inserts a styled button. When clicked, it opens your tip page in a modal overlay.

Attributes

Attribute Default Description
data-handle - Required. Your DropPay handle.
data-label "Send a tip" Button label text.
data-theme "droppay" Visual theme. See themes below.
data-color - Hex color for the button (overrides theme button color).
data-amounts account default Comma-separated USD amounts, e.g. "5,10,25".

Iframe embed

For full control over placement, embed the tip page directly:

<iframe
  src="https://droppayxrp.com/tip/your-handle"
  width="420"
  height="600"
  frameborder="0"
  style="border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1);">
</iframe>

Themes

Theme ID Description
droppay Purple gradient (default)
slate Dark grey, professional
ocean Teal and navy
ember Warm orange and red
rose Pink gradient
midnight Deep blue-black
terminal Dark green on black
xrp XRP brand blue
neon Bright green on dark
gold Amber and gold

Preview all themes at your tip page. Switch theme from the dashboard.


Custom amounts

Set tip amounts in the dashboard, or override per-embed with data-amounts:

<script
  src="https://droppayxrp.com/droppaytip.js"
  data-handle="your-handle"
  data-amounts="3,7,15,50">
</script>

Amounts are shown in USD. DropPay converts to XRP at the live rate when the customer opens the tip page.


Occupation badge

Set your occupation in Dashboard > Tip Page to display a badge on your tip page (e.g. "Freelancer", "Designer", "Non-profit"). Leave blank to hide the badge.


Notes

  • Tips always settle in XRP, regardless of how amounts are displayed.
  • The tip widget is available on free and Pro plans - no upgrade required.