Same Problem it stopped working
Thread Starter
smeps
(@smeps)
Yes
Go to your plugin sources code to jquery.socialfeed.js open it and find line 268 and 281
“tweet_mode”: typeof options.twitter.tweet_mode === “undefined” ? “compatibility” : options.twitter.tweet_mode
and change it to
“tweet_mode”: typeof options.twitter.tweet_mode === “undefined” ? “extended” : options.twitter.tweet_mode
hope this helps
Thread Starter
smeps
(@smeps)
Dear Thank you for your kind reply,
I tried coding the pagination in to your core class, but it seem that not all the posts are retrieved from db raw’s when List Amount is set to a specific number as you mentioned (memory usage) , Which causes the pagination not to detect additional posts , and if Exclude Current Post is check, my pagination code works but I’m facing this issue: with the same posts shown in next and previous.
Thank you again for your time and great efforts, it’s really very much appreciated.