mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-04 03:01:25 -06:00
docs: add get started for threads
This commit is contained in:
parent
249ef321d1
commit
2d4beb8d70
@ -32,7 +32,12 @@ export default defineConfig({
|
||||
|
||||
nav: [
|
||||
{ text: "Home", link: "/" },
|
||||
{ text: "Getting Started", link: "/get-started" },
|
||||
{
|
||||
text: "Getting Started", items: [
|
||||
{ text: "For 𝕏", link: "/get-started" },
|
||||
{ text: "For Threads", link: "/get-started-for-threads" },
|
||||
]
|
||||
},
|
||||
{ text: "Troubleshooting", link: "/troubleshooting" },
|
||||
],
|
||||
|
||||
|
86
docs/get-started-for-threads.md
Normal file
86
docs/get-started-for-threads.md
Normal file
@ -0,0 +1,86 @@
|
||||
# Getting Started
|
||||
|
||||
Sky Follower Bridge helps you find and follow your Threads connections on Bluesky.
|
||||
|
||||
<iframe width="100%" height="315" src="https://www.youtube.com/embed/2GH-Vn3lBZ8?si=oScIGF2uFYAIH4jc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||
|
||||
## Installation
|
||||
|
||||
Sky Follower Bridge is available on:
|
||||
|
||||
- [Chrome Web Store](https://chrome.google.com/webstore/detail/sky-follower-bridge/behhbpbpmailcnfbjagknjngnfdojpko) (Recommended)
|
||||
|
||||
::: warning
|
||||
Sky Follower Bridge is only available on desktop browsers. Mobile browsers are not supported.
|
||||
:::
|
||||
|
||||
## Usage
|
||||
|
||||
### 1. Navigate to Threads
|
||||
|
||||
Visit any of threads following tab:
|
||||
- 1. Open account settings
|
||||
|
||||

|
||||
|
||||
- 2. Click followers text
|
||||
|
||||

|
||||
|
||||
- 3. Click following tab
|
||||
|
||||

|
||||
|
||||
### 2. Launch Sky Follower Bridge
|
||||
|
||||
Either press `Alt + B` or click the extension icon in your browser toolbar.
|
||||
|
||||
::: tip
|
||||
For Firefox users, pressing `Alt + B` may not work. In that case, click the extension icon in the browser toolbar.
|
||||
|
||||
https://support.mozilla.org/en-US/kb/extensions-button
|
||||
:::
|
||||
|
||||

|
||||
|
||||
### 3. Sign in to Bluesky
|
||||
|
||||
Enter your Bluesky handle (or email) and [App password](https://bsky.app/settings/app-passwords).
|
||||
|
||||
::: tip
|
||||
If you encounter login errors, please refer to the [Troubleshooting Guide](/troubleshooting).
|
||||
:::
|
||||
|
||||

|
||||
|
||||
### 4. Start the Search
|
||||
|
||||
Click "Find Bluesky Users" to begin scanning. The extension will search for matching Bluesky profiles by checking the Bluesky API.
|
||||
|
||||

|
||||
|
||||
### 5. Review Results
|
||||
|
||||
Click "View Results" to see potential matches found on Bluesky.
|
||||
|
||||

|
||||
|
||||
This will open the options page showing all detected Bluesky users.
|
||||
|
||||

|
||||
|
||||
### 6. Follow Users
|
||||
|
||||
Click the "Follow" button next to any user you'd like to connect with.
|
||||
|
||||

|
||||
|
||||
or use the "Follow All" button to follow all detected users at once.
|
||||
|
||||

|
||||
|
||||
::: warning
|
||||
Please note that the matching process isn't perfect and may occasionally suggest incorrect matches. Always verify the profile before following.
|
||||
:::
|
||||
|
||||
That's all! Enjoy connecting with your community on Bluesky 🎉
|
BIN
docs/public/images/threads-click-followers.png
Normal file
BIN
docs/public/images/threads-click-followers.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
BIN
docs/public/images/threads-click-following.png
Normal file
BIN
docs/public/images/threads-click-following.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 MiB |
BIN
docs/public/images/threads-open-account.png
Normal file
BIN
docs/public/images/threads-open-account.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 MiB |
BIN
docs/public/images/threads-open-extension.png
Normal file
BIN
docs/public/images/threads-open-extension.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
Loading…
x
Reference in New Issue
Block a user