Giter VIP home page Giter VIP logo

oui_instagram's Introduction

oui_instagram

Easily display Instagram recent images galleries.

Plugin requirements

Installation

From the admin interface

  1. Download the compiled plugin file or the source to compile a customized file.
  2. Paste the content of the compiled plugin file under the "Admin > Plugins":?event=plugin tab and click the Upload button.
  3. Confirm the plugin install by clicking the Install button on the plugin preview page.
  4. Enable the plugin and click Options or visit your Admin > Preferences tab to fill the plugin prefs.

Via Composer

After installing Composer

  1. Target your project directory: $ cd /path/to/your/textpattern/installation/dir
  2. If it's not already done, lock your version of Txp: $ composer require textpattern/lock:4.6.2, where 4.6.2 is the Txp version in use.
  3. Install oui_instagram: $ composer require oui/oui_instagram
  4. Connect to the Txp admin interface and click Options or visit your Admin > Preferences tab to fill the plugin prefs.

Documentation

Check the embedded Help file for more informations.

Examples

Single tag use

// Instagram username as a link to the related account.
<txp:oui_insta_user />

// List of recent Instagram images linked to their related Instagram pages.
<txp:oui_insta_images />

Container tag use

// Instagram avatar as a link to the related account.
<txp:oui_insta_user>
    <txp:oui_insta_user_info type="avatar" link="Instagram" />
<txp:oui_insta_user>

// List of recent Instagram images linked to their related Instagram pages.
// Each image is folowed by its caption, its author and its post date.
<txp:oui_insta_images>
    <txp:oui_insta_image_url><txp:oui_insta_image /></txp:oui_insta_image_url>
    <txp:oui_insta_image_info />
    <txp:oui_insta_image_author />, <txp:oui_insta_image_date />
</txp:oui_insta_images>

Author

Nicolas Morand Thank you to the Textpattern community and the core team.

License

This plugin is distributed under GPLv2.

oui_instagram's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

oui_instagram's Issues

Instagram is closing the Legacy API Platform on March 2, 2020

Instagram is closing the Legacy API Platform (“Basic Permission”) on March 2, 2020, after which the Legacy API will no longer be available. See here. Presumably this breaks oui_instagram entirely.

It has been replaced by Graph API for business and pro users and a "Basic Display API":https://developers.facebook.com/docs/instagram-basic-display-api for typical consumer-oriented functions, including retrieving image feeds.

Is a switch to the new API feasible and doable for oui_instagram?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.