Skip to content

Commit

Permalink
Add linkedIn in share list
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Oct 7, 2024
1 parent 9f60b38 commit 9a6b0cb
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/components/ShareLinks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ const shareLinks = [
linkTitle: `Share this post via Telegram`,
},
{
name: "Pinterest",
href: "https://pinterest.com/pin/create/button/?url=",
linkTitle: `Share this post on Pinterest`,
},
{
name: "Mail",
href: "mailto:?subject=See%20this%20post&body=",
linkTitle: `Share this post via email`,
name: "LinkedIn",
href: `https://www.linkedin.com/sharing/share-offsite/?summary=${encodeURIComponent(`Look this article`)}&url=`,
linkTitle: `Share this post on LinkedIn`,
},
] as const;
---
Expand Down

0 comments on commit 9a6b0cb

Please sign in to comment.