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();