Tips for websites: Google Chrome implements web monetization

Friend

Professional
Messages
2,669
Reaction score
942
Points
113
The new feature will be an additional source of revenue for content creators.

Google has officially confirmed its plans to integrate web monetization into the Chrome browser. The innovation will provide site owners with the opportunity to receive micropayments in the form of tips or rewards for the provided content, which will become an additional source of income.

Web Monetization is an innovative technology that allows site owners to receive micropayments from users who interact with their content. Content creators will be able to earn revenue for their work without relying solely on advertising and subscriptions.

To support web monetization on any web page, just add an HTML element with the rel="monetization"attribute:
Code:
<<link rel="monetization" href="https://example.com/pay">

The tag indicates to the browser that the site supports web monetization and indicates the payment system to use.

Web-based monetization offers two key features: the ability to make small payments and the lack of direct interaction with the user. Site visitors can support content authors by making micropayments during their consumption.

With the introduction of web monetization, site owners will be able to receive rewards from users, while users retain full control over the size and time of payments. The automated payment processing process provides a seamless and continuous interaction experience.

The web monetization technology is still under development and has not yet received the status of a W3C standard. However, an active group of the Web Platform Incubator community is working on it, which gives hope for the rapid implementation and standardization of this technology.

Source
 
Top