author image
WordTwit 2.4 Released
May 31 2010 • Written By Duane Storey • 50 Comments

We just pushed out a new version of WordTwit. Twitter has announced that they will be discontinuing their old API in June and will only support their new OAuth version going forward. So, we ripped out the old authentication system in WordTwit and upgraded to the OAuth version.

So if you upgrade to WordTwit 2.4, make sure you go to the administrational panel and reauthorize your account. Also, the signature method required for the new Twitter API (hmac-sha1) is only available in PHP5. So unfortunately at this time we’ll only be support PHP5 for WordTwit.

If you have any problems with WordTwit 2.4, please drop a comment in the support forums.

Update – version 2.4.4 is now in the repository, please make sure you are using the latest version

50 Comments

  1. I dindt receive the email. You can also try to email me here gusrocket@msn.com
    Thanks again

  2. We moved the WordTwit stylesheet to the main CSS to minimize stylesheet calls, and recommend an option in admin setup to do so, instead of manually editing it out each time there is an upgrade to WordTwit. This is a super plugin and it works perfectly. Thanks a lot for the hard work.

  3. Duane Storey

    BNC Development Guru

    June 5th, 2010

    You’re welcome, glad you like it! Which stylesheet are you referring to, the admin stylesheet or the user one?

    • The user stylesheet. It is the one that loads by itself under normal circumstances during pageload. It’s just one less server call as we minify. Thanks.

  4. iseemp4

    http://iseemp4.com

    June 6th, 2010

    i’m still having problem with WordTwit 2.4.4…
    it’s not showing on header anymore..i activated WordTwit nothing show up, so i delete whole WordTwit folder from FTP and reinstalled manually and automatically from wordpress couple time,,,still give me same problem…do you have any idea?? do you know how to reset my twitter account information for WordTwit??

    • Dale Mugford

      BNC Design Guru

      June 6th, 2010

      Did you try the ‘Reset Settings’ button beside the save button in the WordTwit admin?

      • iseemp4

        http://iseemp4.com

        June 8th, 2010

        yes i did, it still same thing…i don’t know why.. i recently put some code on my wordpress header.php…do you think that cause this problem with WordTwit?

  5. I also have a problem with the new version of this plugin.
    I updated the WordTwit-plugin, but now I can’t see the view of all plugins.
    When I delete the folder “WordTwit” via ftp, everything is fine again.
    When I disactivate the plugin “Twitter Widget Pro”, I can activate “WordTwit”.
    But both activated at the same time is not possible.
    What do I have to do?

  6. Shinta

    June 8th, 2010

    The 2.4.4 is broken, it have an error. In line 39 you have to change:
    This line: require_once( ‘include/oauth.php’ );
    for this line: require_once( ‘include/twitterOAuth.php’ );

  7. Duane Storey

    BNC Development Guru

    June 8th, 2010

    twitterOAuth.php isn’t in the include directory. The real file is oauth.php, so I’m not sure why you need to do that. Sounds like you should remove WordTwit completely and reinstall – those files don’t match what you should have.

    • Jason

      September 7th, 2010

      Hi Duane,

      Line 39:
      require_once( ‘include/oauth.php’ );
      should be:
      require_once( ‘include/OAuth.php’ );

      There is a file in the include directory named “OAuth.php” and on case-sensitive systems (unix), PHP will throw an error.

      Just so you know. Thanks.

      • Dale Mugford

        BNC Design Guru

        September 7th, 2010

        Hmm, it’s not capitalized for me.

  8. ww

    July 22nd, 2010

    I’m facing the same problem as Gustavo is. After I clicked the “sign in to twitter” button, the page was refreshed and nothing else happened.

  9. Aaron

    http://pearlywrites.com

    July 29th, 2010

    just upgraded to 2.4.4 and am getting a Fatal error: Class WordTwit_twitter_widget: Cannot inherit from undefined class wp_widget in /homepages/46/d216550337/htdocs/Pealywrites/wp-content/plugins/WordTwit/include/widgets.php on line 3
    Any suggestions on how to fix.
    Thanks

    • Duane Storey

      BNC Development Guru

      July 29th, 2010

      It sounds like you’re using an old version of WordPress. Do you know what version it is?

    • Duane Storey

      BNC Development Guru

      July 30th, 2010

      The Widget API was added in 2.8, so that’s why you’re having problems. You should probably download the previous version of WordTwit you were using and use that until you upgrade your WordPress installation.

      http://wordpress.org/extend/plugins/WordTwit/download/

  10. Phil

    http://xlii.be/s/x

    August 17th, 2010

    Any chance of adding functionality to the Tweet message posting text to include say the posts [tags] or [categories] as well as [link] and [title]?

    And thanks for the plug-in…