继续关于“在 Meta 上启用签名插件以获取筹款链接”的讨论:
抱歉在您刚刚关闭的讨论中继续发言,但有一个简单的选项尚未提出,我想加入其中,为插件清单添加一个付款链接,例如:
在 plugin.rb 中:
# frozen_string_literal: true
# name: discourse-example-plugin
# about: A sample plugin to illustrate the simple payment option
# meta_topic_id: 1234567
# version: 1.0.0
# authors: Jane Doe
# url: https://github.com/discourse/discourse-example-plugin
# donate: taler://pay-pull/exchange.demo.taler.net/Z2KC4WB4KYKMYPFY3Q87FQ7MZPPMNV4TXGPQ0DCBT4NXGRY3GEB0
付款链接可以是任何网络浏览器能理解的内容(例如,Stripe 链接等)。
(欢迎移至原帖。)