I’m pushing out another new version of Twitter Tools to address some problems people are having. This version has only three changes from yesterday’s release:
- Added
autocomplete="off"
to the username and password fields on the Settings page. - Made the error message when the login fails more explicit (removed debug info).
- Made the link to the Settings page from the Plugins page a bit more elegant.
If you aren’t having problems with 1.5, no need to upgrade. If you are having trouble, this version might help.
The download and more information are available on my WordPress Plugins page.
If you have any trouble with this, please open a thread in the WP Support Forums and e-mail me a link to the thread.
This post is part of the project: Twitter Tools. View the project timeline for more context on this post.
One thing I noticed is most of the settings don’t respect https. Should use some of the newer link building functions
thanks dude. awesome work!
Thanks so much, Alex! The nicer messages on the login test screen let me figure out what I was doing wrong (danged outdated password).
Wonderful plugin. My only request would be the ability to add nofollows to links to twitter — or rel=”me” … or even “me nofollow” if so desired.
Would be handy, at least for me… Hopefully others as well.
[…] Source […]
Alex, thanks for your continued work on this twittertool! There’s nothing out there for WP like the twittertool! Again, thank you!
Kindest regards,
Robyn
[…] King has a very cool WordPress plugin for self-hosted WordPress blogs called Twitter Tools that allows you to update your tweets to Twitter whenever you publish a […]
Working like a charm, that weekly update is exactly what I’ve been looking for. Awesome update to an already awesome tool!
[…] heard from a number of people that the digest features in the current version of Twitter Tools. I’m guessing that there are a couple of bugs in there that are causing the […]
[…] from the sidebar, so that is like defeating the purpose I guess. Oh well. I solved this by using Twitter Tools, a wordpress plugin. It was really really easy to install, I didn’t even have to ask Alice […]
[…] been using the Twitter Tools plugin for quite a while to post my most recent tweets to the blog sidebar. The newly released version of […]
[…] my better judgment, I upgraded to the newest version of Twitter Tools, because Alex King kept saying it was crucial to update. Ever since I did, it’s been going […]
Hey Alex, this is such a sweet tool for blogs, I love the syndication of when my blog is updated. I am looking for a new feature to be added: I would love to have more than one twitter user. It would be nice to tell the setup that I have two (or three or 20 twitter accounts) and it will allow me to set up each account and have all the same settings available to each user. Ideally it is so I can have new blog posts tweeted to each user and to have more back tweets of each user in the sidebar area.
I hope this sounds feasible. all the best
Ryan
[…] Twitter Tools 1.5.1 addthis_url = ‘http%3A%2F%2Fyonglonglai.com%2F2008%2F11%2F19%2Ftwitter-tool-version-151%2F’; addthis_title = ‘Twitter+Tool+-+version+1.5.1’; addthis_pub = ”; […]
I love this tool – but I’m finding with 1.5.1a that scheduled posts aren’t tweeting.
I note that the it “unsets” the ‘Notify Twitter about this post?’ checkbox after posting (though in the settings its default is ‘yes’).
I have to manually check it and re-save the post for it to tweet – it then posts.
As someone that is just getting started on Twitter, I’m looking forward to using these tools.
[…] just installed Twitter Tools on this thing and testing to see if it can post a tweet to my Twitter account. Share and […]
I’m seeing similar behavior as Mean Dean. I’m using WordPress 2.6.3 and Twitter Tools 1.5.1. I schedule posts, make sure the check box is checked, the posts go live, but never twitter and the checkbox is unchecked.
Thanks for yet another great wordpress plugin. I just set it up on my girlfriend’s blog and tweaked it a little bit, posting the tweak here.
She didn’t want to tweet every blog post by default, but the checkbox for ‘Notify twitter about this post?’ wasn’t very visible and she thought she’d forget.
I am using jquery to move this option to the sidebar, just after the ‘Keep this post private’ option.
on line 1693, i added an id to the p element:
then add the following anywhere:
if( is_admin() ){
if($pagenow==’post.php’ || $pagenow==’post-new.php’){
add_action(‘admin_head’,’move_twitter_publish_option’);
}
}
function move_twitter_publish_option(){?>
jQuery(document).ready(function() {
jQuery(‘#submitpost div.inside p.curtime’).before(jQuery(‘#twit_pub_option’));
});
so the code got stripped.
there should be a script element around the jquery code
and it should also go back into php and end the function
Feature Suggestions:
– Customize the format string for tweets generated from blog posts, eg: BLOG: %title% %url%
(Currently the plugin is hard coded to use “New blog post” which is eating up 13 characters)
– Automatically substr the length of the %title% based on 144 – strlen(prefix) – strlen(url) so that urls never get cut off.
Awesome plugin!
I really like this plugin.
Will there be any future customizable titles for blog posts (as imported from Twitter). I would prefer not to have the blog title contain anything, or at least not mirror the content of the tweet… or pheraps something as simple as “Alex said…”, “Tweet”, “Tweet date/time”.
Best,
Chris
Anyway to have it so it doesn’t show the @ replies in the sidebar?
Hello Alex,
I’ve translated your Twitter Tools in Italian!
The Italian files (twitter-tools-it_IT.mo & twitter-tools-it_IT.po) are available in format .zip from the link | http://gidibao.net/i[...]in-italiano/
Many regards as always
Gianni Diurno
[…] Twitter Tools -Â This plugin creates an integration between your WordPress blog and your Twitter account. Pull your tweets into your blog and create new tweets on blog posts and from within WordPress. […]
I was wondering if there was any update on the issue of tweets not being sent when scheduled posts are published? I’m using WordPress 2.7 and Twitter Tools 1.5.1a and that doesn’t work. Does anyone have a patch that fixes that problem or an ETA on when that will be fixed in a new release? I can’t seem to find another tool that does that and I really like Twitter Tools. Any help would be greatly appreciated.
Thanks!
I know what needs to be changed, but don’t expect to get to it for a little while. If someone wanted to fund the development I could schedule it for someone on my team to tackle.
[…] Jag som testar Twitter Tools, om nÃ¥gon […]
Love the plug-in, but I have a small request: when it generated the html for the sidebar, can you have it add different classes to different kinds of links? It’s screws up the formatting a little bit since it applies a “display:block” to all the links, even if they’re not just the one at the end of the tweet. (Thinking of twitterIDs in the middle of tweets.)
I could write some CSS code myself to adjust things if only there was different classes, but I don’t know enough PHP to make the adjustments myself to that side of things.
Otherwise, love it and use it!
You have enough specificity available to set the CSS styles on those elements as needed.
Great plug-in! Been using it for about a month and it’s been great.
I do have a feature request (not sure if this is the correct forum to make it), but when I delete tweets from Twitter, the deletion doesn’t get reflected on the blog and there isn’t really a way to manually delete the tweet from the blog either, either ways which I wouldn’t mind.
And yep, in regards to Garrison’s comment about scheduled posts sending a tweet, I hit into that a few times. So after the scheduled post is posted, I would manually go edit the post some time later, check the post to twitter box, and update.
@Heather B
Not sure if you figured it out yet, but under Settings -> Twitter Tool Options, you should see something like:
Exclude @reply tweets in your sidebar, digests and created blog posts?
Exclude @reply tweets in your sidebar, digests and created blog posts?
[…] twit-twoo, twitter tools, twitter updater, twitterRSS, twitpress, twitme, simple […]
[…] replicate these microblog posts on Twitter as well. I’m currently using Alex King’s Twitter Tools to pull posts from Twitter into WordPress. Unfortunately, the plugin wasn’t designed to […]
Hey Alex,
I love Twitter Tools, but I’d love to see the ability to alter the default text for when Twitter Tools tweets my blog posts.
Also, I’ve never had much luck with Twitter Tools’ tweeting posts that are scheduled when they are published. I haven’t tried it recently. Any thoughts on why this wouldn’t work?
[…] twit-twoo, twitter tools, twitter updater, twitterRSS, twitpress, twitme, simple twitter, twitter avatars in […]
[…] Este plugin cria uma integração entre o seu blog e o seu twitter. Você pode criar novos tweets a partir do WordPress Twitter Tolls […]
[…] Twitter Tools - This plugin creates an integration between your WordPress blog and your Twitter account. Pull your tweets into your blog and create new tweets on blog posts and from within WordPress. Alternative versions by other contributors: Kevin De Mulder: TwitterComments – updates Twitter when a comment is posted on your blog. Jonathan Dingman: Twitter updater with support for tinyurl. Ceritium: Twitter updater that uses short url with your domain name. James Cridland: Bugfix for Twitter updater if it doesn’t work for you. […]
[…] guy named Alex King came up with a free WordPress plugin that will automatically add a new Tweet to your Twitter […]
[…] Este plugin cria uma integração entre o seu blog e o seu twitter. Você pode criar novos tweets a partir do WordPress Twitter Tolls […]
[…] Twitter Tool […]
[…] TOP 1 – Twitter Tools […]
[…] Twitter Tool […]
[…] Este plugin cria uma integração entre o seu blog e o seu twitter. Você pode criar novos tweets a partir do WordPress Twitter Tolls […]