Giter Site home page Giter Site logo

digitoimistodude / dude-twitter-feed Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 757 KB

WordPress plugin to get latest tweets for user and/or hashtag.

License: GNU General Public License v2.0

PHP 100.00%
hashtag php tweets twitter wordpress-plugin

dude-twitter-feed's People

Contributors

timiwahalahti avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dude-twitter-feed's Issues

user_tweets_parameters don't seem to be working.

Parameters don't seem to be working for me.

Example

add_filter( 'dude-twitter-feed/user_tweets_parameters', function( $args ) {
  $args['count'] = 3;
  $args['include_rts'] = false;

  return $args;
});

Always returns 5 and also including retweets.

Twitter oauth timeout needs to be handled gracefully

This happens rather frequently and being fatal error, it has side effects.

PHP Fatal error:  Uncaught Abraham\TwitterOAuth\TwitterOAuthException: Operation timed out after 5000 milliseconds with 0 bytes received in /data/wordpress/htdocs/wp-content/plugins/dude-twitter-feed/twitteroauth/src/TwitterOAuth.php:403
Stack trace:
#0 /data/wordpress/htdocs/wp-content/plugins/dude-twitter-feed/twitteroauth/src/TwitterOAuth.php(334): Abraham\TwitterOAuth\TwitterOAuth->request('https://api.twi...', 'GET', 'Authorization: ...', Array)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.