Tag Archive for 'wordpress'

Twitt-twoo fixes

Recent updates to twitter broke Dean Robinson’s Twitt-twoo plugin and considering he hadn’t answered his support forum I thought I’d fix it as usual. Simple fix, seems twitter removed a server.

/wp-content/plugins/redo-twitt-twoo/redo-twitt-twoo.php

79
$url = "http://8.7.217.31/statuses/user_timeline.json?count=1";

To:

79
$url = "http://twitter.com/statuses/user_timeline.json?count=1";