Skip to content

Instantly share code, notes, and snippets.

@basilleaf
Created November 17, 2013 23:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basilleaf/7520010 to your computer and use it in GitHub Desktop.
Save basilleaf/7520010 to your computer and use it in GitHub Desktop.
open instagram app from web link
iphone:
open the camera ready to take a pic:
<a href = "Instagram://camera">open in instagram</a>
(this is a web hook, see <http://instagram.com/developer/iphone-hooks/>)
android:
this is a cheat, the android browser will ask if you want to open in app:
<a href = "http://instagr.am/p/">open in instagram</a>
@denzildoyle
Copy link

I tried this but it did work could you send me an example where you used this and it worked for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment