WICG/webmonetization

Further refactoring for /meta-tag page

Closed this issue · 2 comments

In addition to findings in #315 (comment), we should look into:

  • Further validating the Payment Pointer URL (upon further investigation, the definition of a valid URL only requires at least a scheme (ftp://, https://, http://) and a host name, which we currently already validate with the URL constructor)
  • Change default example where you add payment pointer from <link rel="monetization" href="$YourPaymentPointer" /> to <link rel="monetization" href="https://YourPaymentPointer" />
  • Using $YourPaymentPointer as a label might be a little awkward (done)
  • Rename slug to link-tag and add redirect for /meta-tag (via CloudFlare) (done)

Can we change the default example that shows before you manually add your payment pointer from:

<link rel="monetization" href="$YourPaymentPointer" />

to

<link rel="monetization" href="https://YourPaymentPointer" />

Can we change the default example that shows before you manually add your payment pointer from:

<link rel="monetization" href="$YourPaymentPointer" />

to

<link rel="monetization" href="https://YourPaymentPointer" />

Sure.