Skip to content

Modernize Web Monetization integration (resolves #215, #194)#216

Merged
maboa merged 1 commit into
mainfrom
215-modernize-web-monetization
May 26, 2026
Merged

Modernize Web Monetization integration (resolves #215, #194)#216
maboa merged 1 commit into
mainfrom
215-modernize-web-monetization

Conversation

@maboa
Copy link
Copy Markdown
Member

@maboa maboa commented May 26, 2026

The previous implementation injected tags using $-prefixed payment-pointer shorthand. Both the meta tag form and the shorthand syntax were deprecated by the Web Monetization spec in the 2023-09-20 draft, and Coil (the only widely-used WM agent that read them) shut down in March 2023. As a result, the feature was effectively dead in practice — no current Web Monetization agent reads what the code emits.

Changes:

  • js/hyperaudio-lite.js now injects as required by the current Interledger Foundation spec.

  • active.html keeps Web Monetization enabled and demonstrates the feature, with data-wm attributes updated to full wallet URLs (https://ilp.uphold.com/... rather than $ilp.uphold.com/...).

  • index.html no longer enables Web Monetization and no longer carries data-wm attributes. Resolves Remove example references to Web Monetization in default index.html #194.

  • videojs.html and vidstack.html had dangling data-wm attributes even though their webMonetization flag was already false. Removed.

  • README Web Monetization section updated: points readers at active.html as the example, explains the link-element approach, drops the obsolete payment-pointer shorthand from the snippet, and notes that visitors still need a Web Monetization browser extension since no browser ships native support.

All 25 existing tests pass.

The previous implementation injected <meta name="monetization" content="...">
tags using $-prefixed payment-pointer shorthand. Both the meta tag form and
the shorthand syntax were deprecated by the Web Monetization spec in the
2023-09-20 draft, and Coil (the only widely-used WM agent that read them)
shut down in March 2023. As a result, the feature was effectively dead in
practice — no current Web Monetization agent reads what the code emits.

Changes:

- js/hyperaudio-lite.js now injects <link rel="monetization" href="..."> as
  required by the current Interledger Foundation spec.

- active.html keeps Web Monetization enabled and demonstrates the feature,
  with data-wm attributes updated to full wallet URLs
  (https://ilp.uphold.com/... rather than $ilp.uphold.com/...).

- index.html no longer enables Web Monetization and no longer carries
  data-wm attributes. Resolves #194.

- videojs.html and vidstack.html had dangling data-wm attributes even
  though their webMonetization flag was already false. Removed.

- README Web Monetization section updated: points readers at active.html
  as the example, explains the link-element approach, drops the obsolete
  payment-pointer shorthand from the snippet, and notes that visitors
  still need a Web Monetization browser extension since no browser ships
  native support.

All 25 existing tests pass.
@maboa maboa merged commit f12ee2c into main May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove example references to Web Monetization in default index.html

1 participant