WordPress Twitter Tools Shows Blank Page On Connect

Overview

I use the Twitter Tools plugin on WordPress to tweet my blog posts as well as showing my Tweets in my side bar. The recent change to oAuth and disabling basic authentication by Twitter has made the process slightly more cumbersome to get working. Having said that the Twitter Tools settings page does a good job of guiding users to setting it up correctly.

The problem I had was that it wasn’t getting the API keys but at the end where it says Connect to Twitter After pressing it a blank page would show.

Solution – cURL

Install PHP cURL. This is very simple:
sudo apt-get install php5-curl
Enable the plugin in Apache and reload it to make the changes take affect:
sudo a2enmod php-curl
sudo service apache2 reload or for older versions:
sudo /etc/init.d/apache2 reload


Twitter Tools Support

About Danny

I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog. Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise. Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school. View all posts by Danny → This entry was posted in Linux and tagged , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *.

All comments must go through an approval and anti-spam process before appearing on the website. Please be patience and do not re-submit your comment if it does not appear.

This site uses Akismet to reduce spam. Learn how your comment data is processed.