Stuffs about Web Monetization. Packages, articles, documentation links and others tools.
โ See now the repositoryWeb 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 .
If you would like to monetize your content, you must have a Wallet and Provider account. See below the platforms that allow you to use them.
Wallets | |||
---|---|---|---|
Name | |||
Fees | None |
SEPA: 1.00 EUR < 50,000 EUR Wire: $15 min ($150 max) |
$3 withdrawal fee |
If you are use already XRP Tipbot, you can migrate on Uphold.
On your webpage, intregate your monetization
tag on meta :
<meta name='monetization' content='$ilp.example.com/123456789'>
and detect if monetization
is possible, then work.
if (document.monetization) { document.monetization.addEventListener('monetizationstart', () => { console.log("๐ Awesome ! You use Web Monetization.\nMore information https://webmonetization.org") })}
You can create a new example if you want, fork this repository and create a new Pull Request so that it can be showed here.
Contribute to the project. Anyone can add this resource, a plugin, script, post, extension, tool and more.
I would like to contribute