Web Monetization
Steps to Monetize Web Content
- Set up a web monetized wallet — I went with Uphold
- Get the wallet's payment pointer — mine is
$ilp.uphold.com/KBfxJZi2y78w
- Add the monetization
<meta>
tag with the wallet's payment pointer to the web page(s) you'd like to monetize — mine is:
<meta name="monetization" content="$ilp.uphold.com/KBfxJZi2y78w">
That's it! The wallet will now receive a micro-payment every time a monetized browser visits a web page with the special meta
tag.
Links
- Spec | Web Monetization
- Quick Start Guide | Web Monetization
- Digital wallets | Web Monetization
- Uphold: Find your payment pointer | Web Monetization
- Site Monetization with Coil (and Removing Ads for Supporters) | CSS-Tricks
- monetizer - npm
- Simplifying Web Monetization
- Extending the
<meta>
tag for Game Monetization - DEV is now Web Monetized
Published