Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m getting exact same problem, havn’t changed anything on the site for ages, checked back this week and getting same error.

    So am I. All of a sudden Tweets are gone. Happened nearly 2 weeks ago. Switched off other plugins to no avail and tried on a clean WP install without any luck. Any ideas?

    Thread Starter mindbogl

    (@mindbogl)

    I’ve noticed that other twitter plugins aren’t working either. My girlfriends blog has 2 different plugins that mine doesn’t have and both of hers are not working either. Maybe something that Twitter changed??? I’m having to use Twitter’s widget iframe for now.

    Twitter has changed the URL to access your RSS feed. The plug-in is using an old URL that has been deprecated.

    In your installation, go to wp-content/plugins/shortcodes-ultimate/lib/twitter.php

    Find the line:

    $messages = fetch_rss( 'https://twitter.com/statuses/user_timeline/' . $username . '.rss' );

    And change it by:

    $messages = fetch_rss( 'https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=' . $username);

    Thread Starter mindbogl

    (@mindbogl)

    Brilliant! Thank you @daniel Navarro !

    Ditto, thanks very much!

    Great job Daniel,

    Hmmm, this problem now seems to be back. Not all the time, but intermittently which is all the more annoying. I have altered the plugin code as above and things were working fine. Now they seem to be working only on occasion.

    Has anyone else experienced this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Shortcodes Ultimate] Twitter plugin’ is closed to new replies.