natalia.ordonez

love central park in the fall 🍁

getIGStats({ type: 'post', post_url: 'https://www.instagram.com/p/CHqswL6Jqee/?igshid=3c5z280qyuco' }).then( res => { console.log(res); console.log(res.likes); console.log(res.pic_url); console.log(res.comments); document.getElementById("comments").innerHTML = res.comments; document.getElementById("likes").innerHTML = res.likes; document.getElementById("img").innerHTML = ''; });