• Resolved Jarickkk

    (@jarickkk)


    Hi miunosoft,

    I really like your plugin but I have problems with the tweets count.

    I created a rule by search and I want to display the latest 3 tweets. If I don’t include retweets, I never managed to display more than 1 tweet. If I include retweets, I get 3 tweets but they are not sorted by date… In the general settings of the plugin, the default count value is 3.

    Can you tell me how to display 3 tweets sorted by date? Thanks.

    https://wordpress.org/plugins/fetch-tweets/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    How do you display tweets, by shortcode, PHP function, or widget?

    Thread Starter Jarickkk

    (@jarickkk)

    Shortcode.

    Plugin Author miunosoft

    (@miunosoft)

    It is probably because the plugin truncates the response array into 3. Then if the search result contains 2 retweets in the response array, only 1 will be shown. Let me see if I can make some adjustments in the code to reflect the count option with the include retweets option unchecked.

    Meanwhile, you may try adjusting the count parameter like this,

    [fetch_tweets id="605" count="20"]

    Plugin Author miunosoft

    (@miunosoft)

    Alright, can you try the development version 2.3.3b02? Download: http://downloads.wordpress.org/plugin/fetch-tweets.zip

    It should work without setting the count parameter in the shortcode.

    Thread Starter Jarickkk

    (@jarickkk)

    It works great now, without any count parameter in the shortcode.

    Thank you very much, I really appreciate the support!

    Plugin Author miunosoft

    (@miunosoft)

    You are welcome! Would be appreciated if you could take a few minutes to write a review for the plugin. http://wordpress.org/support/view/plugin-reviews/fetch-tweets?filter=5

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

The topic ‘Tweets count’ is closed to new replies.