-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement share functionality #126
Comments
set up repo and am starting to work on the issue |
Was able to get the url to work for Twitter, email, and copying it -> facebook seems to have an issue with the share so I'll be doing some additional tests
The way I implemented the solution will work when we change to a secure production server |
Context
The current share menu lacks functionality for users to share content directly via Email, Facebook, X (formerly Twitter), or by copying a link. Adding this functionality will improve user experience and encourage content sharing.
Definition of Done
Engineering Details
mailto:
links for Email sharing.https://www.facebook.com/sharer/sharer.php?u=<URL>
.https://twitter.com/intent/tweet?url=<URL>
.navigator.clipboard.writeText
).mailto:
, Facebook, and X links render with correcthref
attributes.The text was updated successfully, but these errors were encountered: