From 6f65beaf42e64f4210afe9ccf4fc30a8e78cf635 Mon Sep 17 00:00:00 2001 From: Thomas Bnt Date: Mon, 19 Feb 2024 18:01:45 +0100 Subject: [PATCH] Edit link payment (June 2023) See https://webmonetization.org/docs/#prior-specification-version --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6ab1e33..29a57a5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -69,8 +69,8 @@

How it works?

-

On your webpage, integrate your monetization tag on meta :

- +

On your webpage, integrate your monetization tag on link :

+

And detect if monetization is possible, then work.

@@ -114,7 +114,7 @@ export default { data() { return { git: [this.git], - exampleCodeMeta: ``, + exampleCodeLink: ``, exampleCodeJavaScript: `if (document.monetization) { document.monetization.addEventListener('monetizationstart', () => { console.log('🎉 Awesome ! You use Web Monetization. More information https://webmonetization.org')