UNPKG

@cocreate/instagram

Version:

A simple instagram component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.

42 lines (36 loc) 1.45 kB
<!DOCTYPE html> <html lang="en"> <head> <title>Instagram</title> <style type="text/css"> .btnsubmit { margin: 25px; border-radius: 10px; font-size: 18px; font-family: "Cookie", cursive; cursor: pointer; } </style> <link rel="manifest" href="/manifest.webmanifest" /> </head> <body> <h1>Profile - Instagram -</h1> <form> <!--access token : <input facebook="getUserProfile.accessToken" value="EAAZApoNcwi0wBAL8ZA6nKoDXj9goZB3vrHnA7AxZBTzocjbThmUU2YuldSnRHbCZAZCbFgPwPNXZCKHiGZBFxIbB87xSHmKbUMG0JTXUkBtsi8UJoZAmXk7kXJ7aTlntXQYw0D60e3IZBLQ7x6FjjVqzgZCwubc0NBROp8is9Ng1hZA7ogbL5rZCkvNwtVUMObIhDiUpptkc4w0dN2NCqjJ1wiBi67nmuW0cvBB7lzMVVs05h6gZDZD">--> <button class="btnsubmit" instagram="true" actions="getUserProfile"> Instagram User data </button> </form> <div template_id="getUserProfile"> <h4>Instagram Search Users :-</h4> <div value="{{data.id}}"> <div> <h1>testing success</h1> </div> </div> </div> </body> <!--CoCreateJS--> <script src="https://CoCreate.app/dist/CoCreate.js"></script> <!--<script src="../dist/CoCreate-instagram.js"></script>--> </html>