Skip to content
Sid Vishnoi edited this page Jul 8, 2020 · 8 revisions

monetization

Adds a "monetization" meta-tag to enable Web Monetization.

The meta-tag is added only to "live" documents, and is removed from generated static documents.

var respecConfig = {
  // add a monetization meta tag with a custom payment pointer
  monetization: "$wallet.example.com/my-wallet",
};
var respecConfig = {
  // disable web monetization
  monetization: false,
};

If you do not explicitly disable this feature or set a different payment pointer, it uses ReSpec's payment pointer by default.

Guides

Configuration options

W3C Configuration options

Linter rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

WebIDL

HTML attributes

CSS Classes

Special properties

Clone this wiki locally