What you should know about Wordpress 2.2
19-May-07
Via: Technosailor
Via: Technosailor
Alex King’s Twitter Tools plugin was written for and requires Wordpress version 2.1.
Comment out the if statement at lines 611-612 in twitter-tools.php to get it to work in a WP 2.0 version. The wp_enqueue_script function was introduced in Wordpress v2.1. You will not be able to create a tweet from the sidebar, but everything else should be ok.
if (is_admin() || $aktt->tweet_from_sidebar) {
wp_enqueue_script(’prototype’);
}
Powered by Twitter Tools.
Update: The twitter account was deleted after testing. Edited to remove broken twitter status links.
Alex King released version 1.0 of Twitter Tools, a WordPress plugin that does a complete integration between your WordPress blog and your Twitter account.
Features include:
* Archive your Twitter tweets (downloaded every 15 minutes)
* Create a blog post from each of your tweets
* Create a daily digest post of your tweets
* Create a tweet on Twitter whenever you post in your blog, with a link to the blog post
* Post a tweet from your sidebar
* Post a tweet from the WP Admin screens
* Pass your tweets along to another service (via API hook)