Skip to content
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

Configurable options for the "Share" option #1279

Open
nakhleh opened this issue Mar 12, 2025 · 1 comment
Open

Configurable options for the "Share" option #1279

nakhleh opened this issue Mar 12, 2025 · 1 comment
Labels
new-feature New feature request

Comments

@nakhleh
Copy link

nakhleh commented Mar 12, 2025

Issue

Currently the "Share" option is hardcoded (in /main/ui/src/components/Share/index.tsx) to offer options of link copy, facebook, twitter, or system share. This seems very inflexible, and a number of use cases could all benefit from having the share options being configurable.

Use cases

  1. Corporate intranet deployments of Answer, where sharing to external sites is not allowable or should be discouraged. In these use cases, removal of some/all sharing options might be preferred.
  2. Changes in the sharing landscape. For example, "Twitter" is now "X", and that shouldn't require a software rebuild to accommodate.
  3. Support for new options. For example, Adding BlueSky, or other new / up and coming sharing sites.

Suggested solution

Make the sharing options (names and endpoints) configurable in either the Admin -> Settings or Admin -> Customize panels. Might require a two step solution, where one step is configuring the name and endpoint, and the other step is the ability to define a new / non-standard endpoint that can be referenced.

@nakhleh nakhleh added the new-feature New feature request label Mar 12, 2025
@abhijit360
Copy link

I would love to work on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants