Current Monetization State: Not enabled in browser
Warning: No monetization events occurred after six seconds. This probably indicates that you have a web monetization extension, but no active account.
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.
But you know already what is WM no? This page detected you have got Coil or other payment providers.
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')
})
}
Already 9 contributors !