Add Variables To QR Links #81
omicreativedev
started this conversation in
Medium CIPs
Replies: 1 comment 4 replies
-
yes! it would also be good to include this message when sending creator coins or bitclout to someone. may also relate to #46 about custom message when buying/selling a coin |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now QR codes resolve to the following style links
https://bitclout.com/send-bitclout?public_key=BC1YLhTk3qzocZRDAAHyFvy7PME3xvPZyJn3eY2tfjGa8GmNwheU8Xv
This is awesome because you can use links across the web. For instance, on my blog I can use:
<a href="https://bitclout.com/send-bitclout?public_key=BC1YLhTk3qzocZRDAAHyFvy7PME3xvPZyJn3eY2tfjGa8GmNwheU8Xv">Buy Me A Coffee</a>
What I propose is we add:
?usd=
or/and
?clout=
So that we can prepopulate the field in the wallet with the amount.
This will allow creators and people make buy, donation, etc. links on their website or blog.
<a href="https://bitclout.com/send-bitclout?usd=3.50?public_key=BC1YLhTk3qzocZRDAAHyFvy7PME3xvPZyJn3eY2tfjGa8GmNwheU8Xv">Buy Me A Coffee</a>
We could also introduce a feature on posts where a user can set a CTA (call to action button) embed. The ability to add a simple PAY button of a certain amount that automatically goes to the wallet using the same link where the fields are prepopulated with the amount.
Likewise, extensions (or main) could add a Tip button directly on profiles.
This could also go in hand with my suggestion of adding a 🚀 option next to diamonds.
As suggested here: #26
Note: I might need help if this gets an approval.
Beta Was this translation helpful? Give feedback.
All reactions