Hello,
the instagram widget on my site (http://www.marcoloprete.it) doesn’t work. I configured it with my username (marcoloprete), but I still don’t see the pictures.
Hi ashley1985,
Instagram has changed is database and API recently. That is why something happened to Instagram and we have a better solution for it. We will fix this issue with the next update. Thanks for the feedback.
Hi all, instagram has disabled the old api : v1, and so the instagram widget is not working anymore without access token, but there is a better instagram widget called “WP Instagram Widget” widget which is super easy to use and works perfect, you don’t need to create any access token, so we decided to support this plugin and remove the current instagram social feed widget from the theme. In the next version the same style will apply to the new widget, but until the release of the next update you can use this custom css code to make it look good;
/* instagram widget custom css */
.null-instagram-feed ul {
padding: 0; margin: 0; overflow: auto;
}
.null-instagram-feed ul li {
width: 50%; float: left; padding-right: 5px;
}