A HTML + CSS + VANILLA JS to build a instagram header component scrapping data from instagram.com - Just for fun
https://mayk.brito.net.br/instabox/
- Download dist/instagram-box.js and add it to your website
- Create a
<div id="someInstagramUser"></div>
- Add this piece of script to run start this component
window.addEventListener('load', () => { new InstaBox("someInstagramUser") })