Opening Instagram 'link in bio' in default mobile browser without prompt -- 2
Budget: $30 – $250 AUD
When tapping a "link in bio" of an Instagram profile, by default the link opens in the Instagram in-app browser. However, I need my link to open in the default mobile browser (Chrome, Safari etc). I believe this can be achieved by adding some special code inside the target page.
I have found 3 types of solutions online for this but none of them are proper solutions:
Solution 1 - Fake downloading a file on the page so the Instagram browser redirects the visitor to the native mobile browser. Link: https://stackoverflow.com/questions/53217071/instagram-links-open-in-app-browser-instead-of-external-native-browser
Solution 2 - Using a URL scheme such as googlechrome://domain to redirect the URL request to the native mobile browser. Link: https://stackoverflow.com/questions/68725138/force-open-external-browsers-instead-of-any-in-app-browser-html-javascript
Solution 3 - Using JS to open a new tab or new window (does not work).
Most of these solutions do not work in iOS and even when they do, Instagram prompts the user saying "You are leaving the app. Do you want to continue?" which is not ideal.
Recently, I found a service which has achieved this without triggering any Instagram prompt. The service is https://getallmylinks.com and on their website they call it Deeplink Technology. Here is an example link: https://getallmylinks.com/david
If you add this link to any Instagram bio and tap the link on your mobile phone, it takes you straight to the native mobile browser without any prompt.
I have been told that this behavior can be achieved using a PWA trick with Angular or React, which makes it appear as though the link must be opened as a native app, but it is essentially just a URL opening in the native browser.
IMPORTANT: To be awarded this project, demonstrate your link (created and hosted by you) in an Instagram bio which opens in native browser and not Instagram in-app browser.
I have found 3 types of solutions online for this but none of them are proper solutions:
Solution 1 - Fake downloading a file on the page so the Instagram browser redirects the visitor to the native mobile browser. Link: https://stackoverflow.com/questions/53217071/instagram-links-open-in-app-browser-instead-of-external-native-browser
Solution 2 - Using a URL scheme such as googlechrome://domain to redirect the URL request to the native mobile browser. Link: https://stackoverflow.com/questions/68725138/force-open-external-browsers-instead-of-any-in-app-browser-html-javascript
Solution 3 - Using JS to open a new tab or new window (does not work).
Most of these solutions do not work in iOS and even when they do, Instagram prompts the user saying "You are leaving the app. Do you want to continue?" which is not ideal.
Recently, I found a service which has achieved this without triggering any Instagram prompt. The service is https://getallmylinks.com and on their website they call it Deeplink Technology. Here is an example link: https://getallmylinks.com/david
If you add this link to any Instagram bio and tap the link on your mobile phone, it takes you straight to the native mobile browser without any prompt.
I have been told that this behavior can be achieved using a PWA trick with Angular or React, which makes it appear as though the link must be opened as a native app, but it is essentially just a URL opening in the native browser.
IMPORTANT: To be awarded this project, demonstrate your link (created and hosted by you) in an Instagram bio which opens in native browser and not Instagram in-app browser.