curlsfrolife

My first influencer event, and it was absolutely amazing ! Thank you so much @samplesizesocial for having me 🖤✨

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