Title: smeps's Replies | WordPress.org

---

# smeps

  [  ](https://wordpress.org/support/users/smeps/)

 *   [Profile](https://wordpress.org/support/users/smeps/)
 *   [Topics Started](https://wordpress.org/support/users/smeps/topics/)
 *   [Replies Created](https://wordpress.org/support/users/smeps/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/smeps/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/smeps/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/smeps/engagements/)
 *   [Favorites](https://wordpress.org/support/users/smeps/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Arrow Custom Feed for Twitter] Feed has stopped working](https://wordpress.org/support/topic/feed-has-stopped-working-3/)
 *  [smeps](https://wordpress.org/support/users/smeps/)
 * (@smeps)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/feed-has-stopped-working-3/#post-10109022)
 * Same Problem it stopped working
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Arrow Custom Feed for Twitter] plugin don’t show some tweets pictures](https://wordpress.org/support/topic/plugin-dont-show-some-tweets-pictures/)
 *  Thread Starter [smeps](https://wordpress.org/support/users/smeps/)
 * (@smeps)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-dont-show-some-tweets-pictures/#post-10109016)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] If i need to add pagination to post](https://wordpress.org/support/topic/if-i-need-to-add-pagination-to-post/)
 *  Thread Starter [smeps](https://wordpress.org/support/users/smeps/)
 * (@smeps)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/if-i-need-to-add-pagination-to-post/#post-9823337)
 * 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.

Viewing 3 replies - 1 through 3 (of 3 total)