biankavdasilva

Thank you @samplesizesocial for having me over yesterday, can’t wait to try the PR products you gifted me! Great start to my birthday week🎁

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