From 4d988fbb11f875013ccaf711bec9fd45632a3d1b Mon Sep 17 00:00:00 2001 From: "Ricky L. T. Wong" Date: Sun, 23 Mar 2025 17:57:35 -0400 Subject: [PATCH] feat: Added Threads Social and Share buttons --- components/ShareButtons.js | 12 + package.json | 2 +- themes/simple/components/SocialButton.js | 9 + yarn.lock | 1891 +++++++++++++--------- 4 files changed, 1154 insertions(+), 760 deletions(-) diff --git a/components/ShareButtons.js b/components/ShareButtons.js index 29fd37b4..47c32d82 100644 --- a/components/ShareButtons.js +++ b/components/ShareButtons.js @@ -37,6 +37,8 @@ import { TumblrShareButton, TwitterIcon, TwitterShareButton, + ThreadsIcon, + ThreadsShareButton, ViberIcon, ViberShareButton, VKIcon, @@ -312,6 +314,16 @@ const ShareButtons = ({ post }) => { ) + case 'threads': + return ( + + + + ) case 'qq': return (