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
href={`https://x.com/intent/tweet?text=${encodeURIComponent(shareQuote||"Check out this article!")}&url=${encodeURIComponent(location.href)}&hashtags=layer5&via=layer5`}
42
-
rel="noopener noreferrer"
43
-
className="icon"
44
-
>
38
+
<TwitterShareButtonurl={location.href}title={shareQuote||"Check out this article!"}className="icon">
45
39
<AiOutlineTwitter/>
46
-
</a>
47
-
<a
48
-
aria-label="Share on Facebook"
49
-
title="Share on Facebook"
50
-
href={`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(location.href)}&t=${encodeURIComponent(shareQuote||"Check out this article!")}`}
51
-
rel="noopener noreferrer"
52
-
className="icon"
53
-
>
40
+
</TwitterShareButton>
41
+
<FacebookShareButtonurl={location.href}quote={shareQuote||"Check out this article!"}className="icon">
54
42
<FaFacebookF/>
55
-
</a>
56
-
<a
57
-
aria-label="Share on Linkedin"
58
-
title="Share on Linkedin"
59
-
href={`https://www.linkedin.com/shareArticle?mini=true&url=${encodeURIComponent(location.href)}&summary=${encodeURIComponent(shareQuote||"Check out this article!")}`}
60
-
rel="noopener noreferrer"
61
-
className="icon"
62
-
>
43
+
</FacebookShareButton>
44
+
<LinkedinShareButtonurl={location.href}title={shareQuote||"Check out this article!"}className="icon">
0 commit comments