• Resolved tindival

    (@tindival)


    I am having an issue with the plugin only returning a few tweets for a screenname even tho there are more than it is returning.

    In this case it is returning 2 and when you click load more it says “That’s all! No more Tweets to load”

    Shortcode being used is :
    [custom-twitter-feeds
    screenname=”BenIrvo”
    num=5
    ]

    Twitter page trying to pull is : https://twitter.com/BenIrvo

    As you can see on the page it is working for others just not this one screenname

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey tindival,

    It looks like this account has a lot of reply tweets. It’s an odd quirk but Twitter will send us the number of tweets requested minus the number of reply tweets. To work around this, we request a few extra tweets to make sure there are enough but in your case, you may want to increase how many extra are requested. For example, this shortcode will work better for you:

    [custom-twitter-feeds screenname=”BenIrvo” num=5 multiplier=20]

    Clear the twitter cache and you should see a full set of tweets returned every time you load more.

    Let me know if you have more questions!

    – Craig

Viewing 1 replies (of 1 total)
  • The topic ‘Returns only a few Tweets’ is closed to new replies.