Displaying the feed

How does the Instafeed plugin work to display our feed? It will look for the <div id="instafeed"></div> and fill it with linked thumbnails. 

Let's head to the end of our HTML file, after our <footer> tag, and add <div id="instafeed"></div>:

<footer>            <div class="container">              <a class="logo" href="/"><img src="img/logo-footer.png" srcset="img/logo-footer.png 1x, img/logo-footer@2x.png 2x"></a>              <ul class="nav main-nav">                <li><a href="upcoming.html">Upcoming events</a></li>                <li><a href="past.html">Past events</a></li>                <li><a href="faq.html">FAQ</a></li>                <li><a href="about.html">About us</a></li>                <li><a href="blog.html">Blog</a></li>                <li><a href="contact.html">Contact</a></li>              </ul>              <ul class="nav right-nav"> <li><a href="login.html">Login</a></li> ...

Get Practical Web Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.