Title: [Plugin: Recent Tweets] Twitter API change, with solution
Last modified: August 20, 2016

---

# [Plugin: Recent Tweets] Twitter API change, with solution

 *  [ktzar](https://wordpress.org/support/users/ktzar/)
 * (@ktzar)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-recent-tweets-twitter-api-change-with-solution/)
 * Some change in the Twitter API broke the plugin, to fix it, replace line 81 of
   the .php file in the plugin, where it says:
 * <script type=”text/javascript” src=”[http://twitter.com/statuses/user_timeline/&#8217](http://twitter.com/statuses/user_timeline/&#8217);.
   $data[‘option1′].’.json?callback=twitterCallback2&count=’.$data[‘option2’].'”
   ></script></div>
   ‘;
 *  with:
 * <script type=”text/javascript” src=”[http://api.twitter.com/1/statuses/user_timeline.json?screen_name=&#8217](http://api.twitter.com/1/statuses/user_timeline.json?screen_name=&#8217);.
   $data[‘option1′].’&callback=twitterCallback2&count=’.$data[‘option2’].'”></script
   ></div>
   ‘;
 * [http://wordpress.org/extend/plugins/my-recent-tweets/](http://wordpress.org/extend/plugins/my-recent-tweets/)

Viewing 1 replies (of 1 total)

 *  [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-recent-tweets-twitter-api-change-with-solution/#post-3124649)
 * Yup, I second this. The old script location returns a 404 not found error. This
   fixes it.
 * Thanks ktzar.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Recent Tweets] Twitter API change, with solution’ is closed 
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/my-recent-tweets.svg)
 * [Recent Tweets](https://wordpress.org/plugins/my-recent-tweets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-recent-tweets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-recent-tweets/)
 * [Active Topics](https://wordpress.org/support/plugin/my-recent-tweets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-recent-tweets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-recent-tweets/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-recent-tweets-twitter-api-change-with-solution/#post-3124649)
 * Status: not resolved