Tweetly Updater

Tweetly Updater is a Wordpress plugin that updates Twitter when you create or edit a blog entry. It uses the bit.ly service for short urls. The plugin uses bit.ly with the history option, so you can track the clicks on the urls inside your twitter posts on your bit.ly homepage.

bit.ly statistics

The plugin is based on ideas and code by Ingo “Ingoal” Hildebrandt, Marco Luthe and Victoria Chan. The code is licensed undder the MIT licence.

Download & Support:

For releases or source code see the projects Wordpress.org or Google Code page.

Please use the issue tracker on the Google Code page to report bugs or make suggestions.

Do you like the plugin? You can support me with a donation via Paypal:


Share with Bit.ly


Comments

Comment by kortina — 18.1.2009 @ 18:59

Love it!

Comment by Dave — 22.1.2009 @ 19:37

I like this plugin a lot and use it on a few blogs but there’s a major bug that causes tweets to be made when a post is edited even if you have that option unchecked in the admin interface.

Comment by michael — 23.1.2009 @ 8:56

Hi, Dave. Thank you for your bug report and your fixes on the Google code site. I will include this on the weekend.

Comment by baron — 24.1.2009 @ 18:59

hi. Thanks for plugin

perfect.

Regards

Comment by Dave — 29.1.2009 @ 17:59

Feature suggestion: Change the options to be on each users profile page. That way you can set tweets to be made only for users who have the option turned on in their profile page.

Comment by Alexander — 12.3.2009 @ 21:36

Really like this plug-in, however it does not tweet letter with accents correctly such as á or é, making it a little unconfortable por tweeting in other languages other than english.

Comment by Ozberk — 26.3.2009 @ 16:59

Hey Dave,

Thanks for the great plug-in.

However there’s a small bug I had to hack the code a little bit. You shouldn’t encode the title with utf-8 if the blog encoding is already utf-8.

@Alexander we had the same problem and fixed it by changing line 82 in tweetly_updater.php

from:

$status = utf8_encode($sentence);

to:

$status = $sentence;

Cheers

Comment by michael — 26.3.2009 @ 18:11

@Ozberk & Alexander: I will look into this on the weekend and fix it for the next version. Thank you for your input.

Comment by Zuliady Azwin — 14.5.2009 @ 9:34

@Michael

i like this blog tool, i will use this in my blog.

http://zuliady.azwin.web.id

Thank you

Comment by David Pinto — 18.5.2009 @ 20:51

Is there a way to add other tags besides title?

Comment by Kim Beasley — 20.5.2009 @ 15:59

In the file, tweetly_updater.php, there are problems with the “@” sign on lines 66 & 75. These lines are adding an “@” sign to the link and it’s causing problems with the link (it’s breaking the link for some people on Twitter). So I removed the (@) sign and it works find now.

Comment by Kim Beasley — 20.5.2009 @ 21:52

When the tweets that are sent by Tweetly Updater hit my account, they are only 60 characters long. I need to know how to increase this number and what the maximum is. Thanks!

Comment by michael — 24.5.2009 @ 11:13

There is a new realease (http://www.zepan.org/2009/05/24/tweetly-updater-112/) that fixes the encoding problem and eliminates the @ character.

@kim: I will look into this 60 characters thing.

Comment by JesusFreak — 15.6.2009 @ 6:30

Thanks for this.

You can follow on twitter @ http://www.twitter.com/adesojiadegbulu will follow u back ASAP

Comment by Tribak — 24.6.2009 @ 4:11

Maybe the first category name somewhere in the tweet will be good, because just the title isn\’t always a descriptive way to say what are you linking to

this is what i\’ve done:
after title variable initialization
$cat=get_the_category($post_ID);
$categories = $cat[0]->cat_name;

and this in the variable concatenation:
$thisposttitle = $categories . \’ | \’ .$thisposttitle . \’ \’ . $shortlink;

Comment by Dave — 30.6.2009 @ 15:33

Version 1.1.2 of this plugin is sending Twitter updates when updating a post even if this feature is turned off in the options.

RSS feed for comments on this post.


Leave a comment