New Landing How can we help? Themeforest Theme Support Neighborhood Fix for oAuth Twitter Feed 2.1.4

Viewing 9 posts - 1 through 9 (of 9 total)
  • #37005
    n8-b
    Member
    Post count: 99

    Hi Ed – the way the plug-in is called has been changed.
    See: http://wordpress.org/support/topic/loading-someone-elses-tweets-spam-in-timeline

    I updated line 742 of the functions.php file and it seems to be happy now.
    ——
    If your Twitter feed is broken after updating oAuth Twitter Feed for Developers, make sure line 742 (see last line below) of your functions.php is as follows:

    function sf_get_tweets($twitterID, $count) {
      $content = "";
      if (function_exists('getTweets')) {
        $tweets = getTweets($twitterID, $count);
    #37099
    ManosCondes
    Member
    Post count: 13

    Thanks a lot for that! Had the same issue! This also happens for the widget. So in order to make the widget showing your tweets again, do the following:

    File: /wp-content/themes/neighborhood/includes/widgets/widget-twitter.php
    Line: 66
    Replace: $result .= latestTweet($tweets, $username);
    With: $result .= latestTweet($username, $tweets);
    #37638
    mr_pa
    Member
    Post count: 31

    Works like a charm!

    Thanks guys ๐Ÿ˜‰

    #38072
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic, thanks Manos and n8!

    #38172
    mr_pa
    Member
    Post count: 31

    Hi there after the last update, the widget doesn’t work anymore.

    This is the error that i get back:

    Warning: array_slice() expects parameter 1 to be array, null given in ..../plugins/oauth-twitter-feed-for-developers/StormTwitter.class.php on line 80

    #38175
    mr_pa
    Member
    Post count: 31

    Hi there,

    now it works ๐Ÿ˜‰

    #38245
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic!

    #40496
    HelgeCPT
    Member
    Post count: 13

    oAuth twitter feed plugin breaks my page. On my homepage it shows the slider below the menu and logo, and below the slider everything is missing after activating the plugin – no error messages as mentioned in previous threads. Deactivated my other plugins to test for conflict, nothing. The oAuth plugin is setup correct. I have the latest theme, plugin, and wordpress versions.

    Looked for the line mentioned by @n8-b and it is correct in my functions.php
    Am I missing something?

    #41084
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, can you please open a new thread for your issue?
    While your issue might be similar, it’s most likely a different issue which will need different attention. Also, you can only submit login details privately if you’re the creator of a thread.

    Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register