You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developers/discord-social-sdk/development-guides/setting-rich-presence.mdx
+61-4Lines changed: 61 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,61 @@ activity.SetAssets(assets);
189
189
190
190
---
191
191
192
+
## Setting Buttons
193
+
194
+
You can add up to two custom buttons to a player's Rich Presence. Each button has a label and a URL, making them a direct call to action for anyone viewing the presence — link out to your game's store page, website, or community server.
Buttons are only visible to **other users** — you cannot see buttons on your own Rich Presence. To test that your buttons are working, use a second account or ask a friend to view your profile.
243
+
</Tip>
244
+
245
+
---
246
+
192
247
## Configuring Status Text
193
248
194
249
By default, Rich Presence will display the game's name in the user's status text. You can override this behavior by setting a status display type.
@@ -316,13 +371,15 @@ import {InboxIcon} from '/snippets/icons/InboxIcon.jsx'
0 commit comments