Skip to content

friends-of-forkcms/fork-cms-module-instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram module for Fork CMS

The Instagram module let's you display the X most recent Instagram images for one (or multiple) users.

Download:

Features:

  • Widget: recent images from Instagram feed from one or multiple users.

Preview

Image Image Image

Installation

  1. Upload the /src/Backend/Modules/Instagram folder to your /src/Backend/Modules folder and your /src/Frontend/Modules/Instagram folder to /src/Frontend/Modules folder.
  2. Browse to your Fork CMS backend site.
  3. Go to Settings > Modules. Click on the install button next to the menu module.
  4. Go to Settings > Modules > Instagram.
  5. Register a new client on the Instagram developer page. Fill in your website/appname, the correct website URL and a redirect URL. The redirect URL should be similar to: http://yourweburl.com/private/en/instagram/oauth (fill in your website url).
  6. Copy the client id and client secret to the Fork settings page and press the authenticate button. You get redirected to an Instagram page where you need to authorize the request. After that, you get redirected back to the Fork CMS settings and you’re logged in.
  7. Have fun!

How to get access token when you are working locally

Instructions

Contributing

It would be great if you could help us improve the module. GitHub does a great job in managing collaboration by providing different tools, the only thing you need is a GitHub login.

  • Use Pull requests to add or update code
  • Issues for bug reporting or code discussions

More info on how to work with GitHub on help.github.com.

License

The module is licensed under MIT. In short, this license allows you to do everything as long as the copyright statement stays present.