Awesome Web Monetization logo

Awesome Web Monetization

Stuffs about Web Monetization. Packages, articles, documentation links and others tools.

See the list on GitHub

Current Monetization State: Not enabled in browser

Note: In order to see any events here, you need to have an extension installed from a web monetization provider.
Error: This demo must be run from a server.

Warning: No monetization events occurred after six seconds. This probably indicates that you have a web monetization extension, but no active account.

This script is from TheRoccoB/testwebmonetization

About Web Monetization

Web Monetization is a web service that allows you to send money directly in your browser.

This is becoming more and more used on the Internet. Interesting for people to turn to a new payment method for websites such as blogs, videos, newsletters or shared photos whether it is monetized according to the time spent reading/watching. And all this natively on your computer.

If you want more about the Web Monetization, motivation to publish that, know payments/wallets providers and more, you can check WebMonetization.org, the official website.

How it works?

On your webpage, integrate your monetization tag on link :

<link rel="monetization" href="https://ilp.example.com/alice">

And detect if monetization is possible, then work.

if (document.monetization) {
  document.monetization.addEventListener('monetizationstart', () => {
    console.log('🎉 Awesome ! You use Web Monetization. More information https://webmonetization.org')
  })
}

Contribute to the project.

Anyone can add a ressource, a plugin, script, post, extension, tool and more.

Already 9 contributors !

thomasbnt
ma06rii
juancarlosqr
wmurphyrd
Potherca
blakeearth
ISNIT0
philnash
sharon-wang
Contribute on GitHub