It looks like you need to update your Twitter feed widget. The oAuth Twitter Feed plugin (v2.3.0) states after the "Twitter Feed Screen Name" field, "This option is no longer required and is deprecated. You should define the screen name to load as part of the getTweets() call as detailed above."
Your plugin simply calls "$tweets = getTweets(5);" with no name, and fails to load tweets reporting "Missing consumer key - please check your settings in admin > Settings > Twitter Feed Auth".
Amending the plugin to use "$tweets = getTweets('hobo_digital', 5);" for example works fine.
Hi,
It looks like you need to update your Twitter feed widget. The oAuth Twitter Feed plugin (v2.3.0) states after the "Twitter Feed Screen Name" field, "This option is no longer required and is deprecated. You should define the screen name to load as part of the getTweets() call as detailed above."
Your plugin simply calls "$tweets = getTweets(5);" with no name, and fails to load tweets reporting "Missing consumer key - please check your settings in admin > Settings > Twitter Feed Auth".
Amending the plugin to use "$tweets = getTweets('hobo_digital', 5);" for example works fine.
Regards,
Colin
Hi,
Thank you for let us know about that.
Do you have any issue with setup Tweet Slider with fill/ don't fill Twitter Feed Screen Name*?
Best Regards,
PenciDesign
Hi,
Yep, that sorted the Twitter feed. The only other thing I'd like to be able to do is define the number of tweets to display.
Thanks,
Colin
Hi,
You can change number of tweets to display by edit getTweets(5) - change number 5 here to a number tweets you want to display.
Best Regards,
PenciDesign
Hi,
I just updated my wordpress theme Soledad V 5.1 and the tweet slider doesn't work.... It continues to post my tweets on September, 8 2017.
Can you help me to find a solution please ?
Thanks you !
Victoria
Hi,
Please go to admin page > Settings > Twitter Feed Auth > Cache Duration (Default 3600) > change it to 300 and check it again.
Best Regards,
PenciDesign
Hi,
Thanks you for your reply.
It works ! :-)
Best regards,
burroughsc:
Excellent, I had the same problem and you solved it with your contribution
Thank you!!