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

ParameterWhat it doesDefault
themelight or darklight
amountsPreset amounts (comma-separated)1,3,5
messageShow message fieldtrue
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