-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Reddit share button to SocialShare component #374
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for opensauced-landing failed. Why did it fail? →
|
I haven't dug too much, but this appears to be the way to share a link to reddit, |
Thank you for the feedback. I noticed the same issue where the title populates correctly, but the URL doesn’t. I’m currently exploring alternative methods to ensure the URL auto-populates as intended. Once I find a reliable solution, I’ll push the update. I appreciate your patience, and I’ll keep you posted! |
Hello @BekahHW , I have successfully implemented the Reddit share button in the SocialShare component, with title auto-population working as expected. However, after exploring several methods, Reddit restricts URL auto-population during submission. Given this limitation, I wanted to check if there are any recommended workarounds or suggestions for handling this. |
Description
This PR adds a Reddit share button to the SocialShare component, allowing users to share content on Reddit alongside other social media platforms.
Changes Made
Related Issue
Fixes #317
Screenshots
Testing Steps
npm install
Additional Notes
This change improves the sharing capabilities of our platform by including one of the most popular social media sites, Reddit.
Checklist