GithubHelp home page GithubHelp logo

ichhabrecht / instagram Goto Github PK

View Code? Open in Web Editor NEW

This project forked from in2code-de/instagram

0.0 1.0 0.0 2.46 MB

Show instagram feed without API in a TYPO3 extension

PHP 95.55% HTML 4.45%

instagram's Introduction

Instagram feed from a profile in TYPO3

Introduction

Because of the annoying Instagram API we searched for a simple way to show feed images without using any API. Inspired from the JavaScript plugin https://github.com/jsanahuja/InstagramFeed and there functionality we build the same with PHP.

Explanation

Very simple plugin where you can only add your instagram id and that's it. Because it could be that too much requests would lead to a ban, entries are cached for 24h via TYPO3 caching framework. A fluid template can be used to change the html markup. There are max. 12 images and text from a instagram profile page.

Installation

composer require in2code/instagram

Configuration

Overwrite and modify the HTML output:

plugin {
    tx_instagram_pi1 {
        view {
            templateRootPaths {
                0 = EXT:instagram/Resources/Private/Templates/
            }
        }
    }
}

Screenshots

Images from the instagram feed

Plugin

Changelog

Version Date State Description
1.1.0 2020-04-29 Task Open links in new tabs, don't cache the view because of own caching framework usage
1.0.0 2020-04-29 Task Initial release

instagram's People

Contributors

einpraegsam avatar

Watchers

James Cloos avatar

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.