FC Instagram

Quickly build an effective for your project with this template.

# Demo

# Installation

  • Download:
    1. NAS: \\192.168.0.2\71_Develop\template_insta\src ()
    2. GIT: https://gitlab.com/fc-share/template-instagram/-/releases ()
  • Structure of Source Code:
  • instagram/
        └── shared/
                ├── css/
                │   └── instagram.css
                └── js/
                    └── FCInstagram.js
  • Issues
  • Template FC Instagram new version require update or used file shared/js/base.js & shared/js/jquery.rss.js in the latest. If you're in the old version, you can also update yourself using the tutorial below.

    * Note: Color Red: Delete - Color Green: Add

    1. shared/js/base.js
    2. -function define(name, value) {  // Line 1
      +function fc_define(name, value) { // New
      
      -function defined(name) {   // Line 11
      +function fc_defined(name) {    // New
      
      -define("FCBase", {});  // Line 16
      +fc_define("FCBase", {});   // New
    3. shared/js/jquery.rss.js
    4. -if (!defined("FCBase")) define("FCBase");  // Line 1
      +if (!fc_defined("FCBase")) fc_define("FCBase"); // New

# Basic usage

# Settings

# Required Default Type Description
accessToken Yes null String This is your Instagram Application AccessToken.
max No 9 Number A number between 1 and 25 of photos to show.
autoplay No false Boolean Video Autoplay On / Off with setup true/false.
complete No null Function A callback function to execute after the display of the photos.

# Get Token