HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/reiskick.komma.nl/resources/js/components/instafeed.js
import Instafeed from 'instafeed.js';

const InstafeedHandler = {

    init : function()
    {
        // Get the youtube players containers
        const instafeed = document.getElementById('instafeed');
        if(isset(instafeed)) {
            const feed = new Instafeed({
                accessToken: 'EAADnl4w17Q8BAFCVww8UHWlFamGrPrfZCLoZBDFcEptGjGZCZCrfxHQGqAwzc6jaqjCIv1VU96KPD10ooVAZAW9xl7HCuu7PAiJLFOA8rl1XVSqs406iV61BHIHQf2IpUNQsJNtKsPB6acpSxBwasYJLLZB4yNx2VioE5QBQj6CAZDZD'
            });
            feed.run();
        }
    },
};

InstafeedHandler.init();