Gwibber Daily Build PPA Ubuntu

Thanks the comments in this post from The Open Sourceror: “Twitter, Tweets and all that?” I installed Gwibber. Shortly afterwards I noticed that Gwibber wasn’t updating – the errors window showed numerous “400 – Bad Request” errors.

Turns out Twitter changed their API, and Jaunty’s repository hasn’t updated to the new version of Gwibber.

Problem solved by adding the Gwibber Daily Build PPA and upgrading Gwibber from that.

Like this post? Move it on along with:

email Email | delicious delicious | digg Digg | Tweet this post Tweet | reddit Reddit | newsvine Newsvine | furl Furl | google Google | StumbleUpon Stumble | Hao Hao HaoHao


Trackback:

Comments: 0 | Comments Feed

Scroll to post title

No commentsTrackback

Twitter Tools Post From Sidebar – Blog in Different Directory Fix

I joined Twitter yesterday, and installed the Twitter Tools plugin.

Unfortunately, the “Post from sidebar” feature was broken for me. I think this was because my Wordpress installation is in a different directory from the actual blog, and Twitter Tools was looking in the wrong place for class-snoopy.php.

To fix it, I had to edit one line in the “do_tweet($tweet = ”)” function of the twitter-tools.php file.

I changed the 7th line of this function to:

require_once('/home/a_folder/public_html/wordpress/wp-includes/class-snoopy.php');

Fixed!

If you experience this problem, replace “/home/a_folder/public_html/wordpress/wp-includes/” with the path to your Wordpress installation’s class-snoopy.php file.

Like this post? Move it on along with:

email Email | delicious delicious | digg Digg | Tweet this post Tweet | reddit Reddit | newsvine Newsvine | furl Furl | google Google | StumbleUpon Stumble | Hao Hao HaoHao


Trackback:

Comments: 0 | Comments Feed

Scroll to post title

No commentsTrackback