Skip to content

Commit

Permalink
Created iOS shortcut for InstaFix to make use on iOS devices faster. (#…
Browse files Browse the repository at this point in the history
…79)

* Combining all commits.

Updating Readme to use the iOS shortcut for InstaFix.

git didnt recognise resource folder in last commit

fixing alignment

adding step 1 for clarity

.

* closing issue #14

* Update README.md

* Remove .DS_Store

---------

Co-authored-by: Akmal <[email protected]>
  • Loading branch information
JohnMcAnearney and Wikidepia authored Mar 7, 2024
1 parent 77baa11 commit 643f1e2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ Add `dd` before `instagram.com` to show Instagram embeds.
3. Optional: Use the Docker Compose file in [./scripts/docker-compose.yml](./scripts/docker-compose.yml).
4. Optional: Use a [Kubernetes Deployment file](./scripts/k8s/instafix-deployment.yaml) and a [Kubernetes Ingress configuration file](./scripts/k8s/instafix-ingress.yaml) to deploy to a Kubernetes cluster (with 10 replicas) by issuing `kubectl apply -f .` over the `./scripts/k8s/` folder. [TODO: CockroachDB is not shared between replicas at application level, extract Cockroach into its own Service and allow replicas to communicate to it].

## Using iOS shortcut (contributed by @JohnMcAnearney)
You can use the iOS shortcut found here: [Embed in Discord](https://www.icloud.com/shortcuts/3412a4c344fd4c6f99924e525dd3c0a2), in order to quickly embed content using InstaFix. The shortcut works by grabbing the url of the Instagram content you're trying to share, automatically appends 'dd' to where it needs to be, copies this to your device's clipboard and opens Discord.

Note: Once you've downloaded the shortcut, you will need to:
1. Update the value of YOUR_SERVER_URL_HERE by opening the shortcut in the Shortcuts App. The value for this can be a direct message URL or a server URL.
2. The shortcut will already be available in your share sheet. To test, go to Instagram -> share -> Tap on "Embed in Discord".
3. This will open Discord and now you simply paste the text into the custom chat you've setup!
4. Now edit your sharesheet to make it even quicker to use! Simply open your share sheet by sharing something from Instagram, click "Edit Actions..." and click the "+" button on "Embed in Discord"

<p float="left">
<img src="resources/readmeImages/Step1_image.jpg" width="140">
<img src="resources/readmeImages/Step2_image.jpg" width="140">
<img src="resources/readmeImages/Step4_image_a.jpg" width="140">
<img src="resources/readmeImages/Step4_image_b.jpg" width="140">
</p>

## Report a bug

You could open an [issue](https://github.com/Wikidepia/InstaFix/issues).
Binary file added resources/readmeImages/Step1_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/readmeImages/Step2_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/readmeImages/Step4_image_a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/readmeImages/Step4_image_b.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 643f1e2

Please sign in to comment.