Buttons as Markdown Links #3518
Unanswered
maanex
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 3 replies
-
maybe instead of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use buttons inside of embeds. More specifically, buttons disguised as Markdown links. Clicking a link would do the same thing as clicking a button.
This could be done by adding a new pseudo protocol, let's call it interaction:// for the following example
Now with this you could then create an inline "Button" with the custom_id "example" like so:
[This is my button](interaction://example)
When clicked it would act exactly the same as a regular component button with the same custom_id.
One example where this could be very useful: getting more info about a certain item in a list
Beta Was this translation helpful? Give feedback.
All reactions