@nocodeapi/embed-instagram-feed
Version:
Webcomponent embed-instagram-feed following open-wc recommendations
21 lines (18 loc) • 484 B
HTML
<html>
<head>
<title>Embed Instagram Feed</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module"
src="https://unpkg.com/@nocodeapi/embed-instagram-feed@latest/embed-instagram-feed.js?module"></script>
</head>
<body>
<style>
* {
margin: 0;
padding: 0;
}
</style>
<embed-instagram-feed url="https://v1.nocodeapi.com/fyz/instagram/csTbBAdESEhfcCVN"></embed-instagram-feed>
</body>
</html>