Skip to content

Commit 65b9b07

Browse files
authored
Add Discord to available platforms and sharing options
1 parent bc03ddf commit 65b9b07

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ new SocialShareButton({
528528
| `onCopy` | function | `null` | Callback when user copies link: `(url) => {}` |
529529
530530
**Available Platforms:**
531-
`whatsapp`, `facebook`, `twitter`, `linkedin`, `telegram`, `reddit`, `email`, `pinterest`
531+
`whatsapp`, `facebook`, `twitter`, `linkedin`, `telegram`, `reddit`, `email`, `pinterest`, `discord`
532532
533533
### Customize Share Message/Post Text
534534
@@ -555,7 +555,8 @@ new SocialShareButton({
555555
- **Reddit:** `title` - `description` (used as title)
556556
- **Email:** Subject = `title`, Body = `description` + link
557557
- **Pinterest:** `title` + `description` + `hashtags` + link
558-
558+
- **Discord:** `title` + `description` + `hashtags` + link
559+
-
559560
### Customize Button Color & Appearance
560561
561562
**Option 1: Use Pre-built Styles** (Easiest)

0 commit comments

Comments
 (0)