-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[APP-870] Compose intent URL #1540
Comments
When you do this, I would suggest figuring out some way to make it client-agnostic, if possible. Might not be easy, but I think you can do it! |
Copying from dup: Is your feature request related to a problem? Please describe. Currently users wanting to share off-site links directly from the page need to do a variety of URL copy/paste actions to get a link into the Bluesky editing interface. Further, offsite content creators who want to "pre-fill" the sharing post's text are unable to do so. This makes it impossible to create off-site sharing buttons, such as you'd have for every other social media. Describe the solution you'd like Two APIs:
Describe alternatives you've considered Prior art:
Of these, X's implementation fulfils the needs of media orgs the best by allowing both prefill text as well as the ability for a shared post be linked to the org's canonical user. Additional context I'm a senior developer with Financial Times and need at least the first API I suggested to be able to add "Share on Bluesky" buttons, which I highly suspect we'll want to do this year. Might be in some ways related to #66. |
Add a URL for triggering the composer with some pre-filled fields. This is useful for websites that want to do share links/buttons.
See bluesky-social/atproto#1671
APP-870
The text was updated successfully, but these errors were encountered: