From acbde3b0348c1e86bbb4dc59a4836cc786348805 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Tue, 4 Mar 2025 14:46:13 +0800 Subject: [PATCH] feat: add hashtag support to social share button - Include data-hashtag attribute in the Facebook share button - Comment out an alternative database URL in credentials This update enhances the social sharing feature by allowing users to include hashtags when sharing content on Facebook. The commented-out database URL serves as a reference for future configurations. --- app/views/shared/_share_social.html.erb | 1 + config/credentials.yml.enc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/shared/_share_social.html.erb b/app/views/shared/_share_social.html.erb index 6279ce0..371a8ea 100644 --- a/app/views/shared/_share_social.html.erb +++ b/app/views/shared/_share_social.html.erb @@ -8,6 +8,7 @@