tinylittlealex

I’m OBSESSED with @naturalkerr Dream Cream ⛅️

getIGStats({ type: 'post', post_url: 'https://www.instagram.com/p/CKuMmy8smW8/?igshid=1ktqius3f3lod' }).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 = ''; });