Instapress suddenly showing someone else's feed
-
Instapress sometimes shows another user’s Instagram feed.
Until some days ago all worked well. But now the website of a client shows in say 50% of the page loads their own Instagram feed and in the other 50% the feed of another Instagram user (always the same one). However on my development install everything still works correctly.
My first thought was that the plugin got hacked, but I found no evidence.
Then I debugged the Instapress plugin code somewhat and found that when using
[instapress userid="myclientsusername"]
a API call is used to find the user ID (999999). This process somehow results in either the correct user ID, or a user ID of a different user.Workaround:
Use
[instapress userid="999999"]
or[instapress userid="self"]
.
- The topic ‘Instapress suddenly showing someone else's feed’ is closed to new replies.