Skip to content

๐Ÿ”— Easily link to external websites from your Instagram posts

Notifications You must be signed in to change notification settings

shwilliam/post-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

post-links

Easily link to external pages from your Instagram posts

IMPORTANT NOTE: Instagram has announced that they will be deprecating the API that this project relies on. This means that when that happens this app will break (until work to migrate to the new API is complete). For now, feel free to use this project as you wish!

Instructions

  1. Get your access token.
  2. Get your user ID.
  3. Add your information to our database
  4. In your Instagram post description, include [link: https://someurl.com] with the url you want the post to redirect to. You can now access your post overview with working links at https://post-links.netlify.com/your-username.

Browser Compatibility

This app works on the latest versions of all major browsers!

Firefox Chrome Opera IE Edge
โœ… โœ… โœ… โœ… โœ…

Contributing

This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project:

  1. Fork the project
  2. Create your feature branch (git checkout -b new-feature-branch)
  3. Commit your changes (git commit -am 'add new feature')
  4. Push to the branch (git push origin new-feature-branch)
  5. Submit a pull request!