Add Norn to your website
Let supporters pay you without leaving your site.
Quick Start
Embed with iframe
Add this code to your website to embed the payment widget
<iframe
src="https://norn.to/embed/yourusername"
width="320"
height="500"
frameborder="0">
</iframe>Replace yourusername with your Norn username.
Customization
| Parameter | What it does | Default |
|---|---|---|
| theme | light or dark | light |
| amounts | Preset amounts (comma-separated) | 1,3,5 |
| message | Show message field | true |
Example with options
<iframe
src="https://norn.to/embed/yourusername?theme=dark&amounts=5,10,25"
width="320"
height="500"
frameborder="0">
</iframe>JavaScript Widget
Alternative integration
Use our JavaScript widget for easier integration
<script
src="https://norn.to/widget.js"
data-username="yourusername"
data-theme="light"
data-amounts="1,3,5">
</script>Need Help?
Reach out at hello@norn.to