Skip to content

[Proposal] "Remote Follow" button #10

@malkoG

Description

@malkoG

To people who are familiar to ActivityPub services, it's easy to find the bot accounts built upon botkit.
On the other hand, to people who are not familiar to ActivityPub services, it's not.

When trying to follow remote account(including botkit account), the process follows below:

  1. They can just search their own instance's search page.
  2. Inside the instance's implementation, the instance calls webfinger request in order to fetch the bot account's metadata
  3. And redirect to the instance's profile page of the bot account.

Suggested Implementation

  1. Click the Follow button
  2. After clicking Follow button, prompt alert(modal) need to be displayed.
  3. User input their fediverse handle (ex. @johndoe@fediver.se) and Submit
  4. From botkit's server side, call webfinger request for the fediverse handle which is from step 3
  5. And redirect to remote server's profile page for the botkit account. And Follow

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions