Skip to content

Commit

Permalink
feat: add support for X (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 10, 2024
1 parent 4ea0a5a commit 0faf8e6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"url" "https://twitter.com/intent/tweet?url={url}&text={text}"
"icon" "x"
)
"x" (dict
"url" "https://x.com/intent/tweet?url={url}&text={text}"
)
"whatsapp" (dict
"url" "https://wa.me/?text={url} {title}"
"iconColor" "#25D366"
Expand Down

0 comments on commit 0faf8e6

Please sign in to comment.