oAuth Twitter Feed for Developers

Wordpress Plugin
Download latest - 2.3.0

Developers

lgladdy
stormuk

Download Stats

Today 194
Yesterday 309
Last Week 2,027
All Time 477,790



Releases (19 )

Version Release Date Change Log
2.3.0 2017-03-14
  • Support for WordPress's new internationalization system.
2.2.1 2015-04-20
  • Grah! Fixes a fairly major issue where if not loading from a cache, the tweet cache is an object, rather than an array. This should be configurable (maybe in 2.3), but for now - fix it.
2.2.0 2014-02-08
  • Check if any of our libraries are loaded by other plugins. If so, don't load them and produce a warning in our settings. This will prevent fatal errors when any other plugin uses OAuth or TwitterOAuth.
2.1.4 2013-12-13
2.1.3 2013-12-13
  • Fixes 2.1 for people using the very old getTweets($int) syntax. You should still change to the new version, but this will at least not be broken!
2.1.2 2013-12-12
  • Just a version bump - I'm the worst at remembering to update all the right places.
2.1.1 2013-12-12
  • Add support for a proxy server, as defined in wp-settings.php (Thanks, josmeer)
2.1 2013-12-12
  • Change default and prefered method of calling to username, then count (For backwards compatibility, both will work)
  • Only include OAuth if an OAuthRequest class isn't already defined. This should stop some errors some folks have with other plugins.
  • Bug Fixes
2.0.3 2013-01-31
  • Further defensive code against twitter abnormalities
2.0.2 2013-01-31
  • Be a touch more graceful when Twitter is down or returning invalid data.
  • Please make sure twitter is online before you upgrade - The update invalidates your cache and will display an error if twitter is offline.
2.0.1 2013-01-31
  • Fix an issue with upgrading from 1.0.6
2.0 2013-01-31
1.0.6 2012-11-29
1.0.5 2012-11-23
1.0.4 2012-11-23
1.0.3 2012-11-22
1.0.2 2012-11-16
1.0.1 2012-11-16
1.0 2012-11-16
  • First version