[Solved] Instagram – Bootstrap 3 carousel with instafeedjs

Here is the code that supports carousel on loaded feeds. The number of image is limited the the value set by the instafeed property ‘limit’ and the carousel runs infinitely. HTML <html> <head> <title>Example of Bootstrap 3 Carousel with Instafeed Instagram feeds – Ajith</title> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css”> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js”></script> <script … Read more