๐Ÿ”— Redirect Bluesky links to your preferred client
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(docs): readme

Turtlepaw 7188f5bb d28d8b4e

+1 -3
+1 -3
README.md
··· 10 10 <img alt="List of supported clients" src="https://tangled.org/@turtlepaw.on.computer/bluesky_redirect/raw/main/app/fastlane/metadata/android/en-US/images/phoneScreenshots/01.png" width="400"> <img alt="@mary.my.id's tangled profile with an overlay with text: Open Bluesky Profile with" src="https://tangled.org/@turtlepaw.on.computer/bluesky_redirect/raw/main/app/fastlane/metadata/android/en-US/images/phoneScreenshots/02.png" width="400"> 11 11 12 12 ## Downloads 13 - Fediverse Redirect has different variants depending on which social media network you want to use. Download the appropriate APK for your desired social network below. 13 + Bluesky Redirect lets you open Bluesky links in your preferred client. Download the latest APK below to get started. 14 14 15 15 ### GitHub 16 16 [![GitHub Release](https://img.shields.io/github/v/release/turtlepaw/BlueskyRedirect?color=74c7ec&labelColor=303446&style=for-the-badge&logo=github&label=Bluesky%20Redirect&logoColor=cdd6f4)](https://github.com/turtlepaw/BlueskyRedirect/releases) ··· 104 104 The high level process is pretty simple: expose some way for your app to be launched that accepts a URL and tries to parse it as a bluesky link to open as a post or profile. There are a few ways you can do this. 105 105 106 106 Once you've implemented support, feel free to open an issue or PR to have it added to Bluesky Redirect. 107 - 108 - #### Create a share target. 109 107 110 108 #### Create a view target. 111 109 This is similar to the share target, but won't show up to users directly in the share menu.