UPDATE (07/27/09): I’m working with another developer to bring this plugin back to life. Expect an update within the next week or two. Thanks!
Plugin Description
This plugin will let you automatically update your Twitter.com status with your most recent blog post. There are a few options to how the display will look when it updates.
02/19/2008
- Plugin was updated to automatically utilize tinyurl.com’s API to publish links.
08/06/2008
- Plugin was updated with correct version and links, no actual code changes.
Plugin Credit: this plugin was originally created by Victoria, then updated by Jonathan Dingman.
- Download the plugin (see above link.)
- Unzip the compressed file to your hard drive.
- Upload the “twitter_updater” folder to your wp-content/plugins folder.
- Browse to the Plugins page under wp-admin and activate the plugin.
- Setting the options: Browse to Manage->Twitter Updater.
- On this page, you can set any options you would like to.
- IMPORTANT: Make sure you enter your Twitter username and password, then click on “save login”
- That’s it! Now your Twitter.com status will be updated every time you publish a new post.
Very well done. The option to turn off tweets for drafts and edits is a great one.
I’ve followed the above steps for installation but something doesn’t look right.
I’m getting the title to pass through but not the url link. Here’s an example:
http://twitter.com/kyun/statuses/801533565
Prashant,
After the settings, you’ll see a checkbox that says “link to blog”, make sure that is checked as that’s what creates the actual linkback using tinyURL.
I have that selected.
Wondering if the apostrophe in the title has anything to do with this?
Hey, great plugin. Really appreciate you adding TinyURL support.
One issue I’ve found with it – it seems to cut out when there is an ampersand in the title.
For example, the title for a blog post was this…
“Video of the Week: Nick Cave & The Bad Seeds – More News From Nowhere”
but output into Twitter as:
“Video of the Week: Nick Cave &”
And thus it cuts off the TinyURL as well. Is there a simple way to fix this?
Best
Alex
Slight amend to previous comment:
It actually output in Twitter as
“Video of the Week: Nick Cave”
I installed the plugin as described above, but it doesn’t seem to be Updater_v2. My blog is seeing it as v1. Any ideas what’s happening there?
[...] Fireside Media Development Blog » Twitter Updater un plugin wordpress rss2twitter (tags: plugin twitter wordpress) [...]
@alex: I’ll take a look at it to make sure it filters through all characters.
@david: I’ll take a look at the versioning to make sure it’s correct, thanks for the heads up.
Hi!
The Plug-In doesn´t work completely. It only updates “existing posts” and “new post edit”. Thats all. What do I wrong?
H
I’ve got the same problem here. I only want to update my twitter when I actually publish my post on wordpresss but in this instance it doesn’t work. It only update my twitter when I update past posts…
@Henning: I’m not quite sure what you mean…what’s “not working”?
[...] Twitter Updater [...]
Hey Jonathan,
did you check because of the versioning, since it still says it’s 1.1 and by Victoria Chan, but it works
[...] Twitter Updater 2.0 vi permette di utilizzare le API di TinyURL per risparmiare preziosi caratteri all’interno del vostro tweet [...]
[...] Twitter Updater 2.0 vi permette di utilizzare le API di TinyURL per risparmiare preziosi caratteri all’interno del vostro tweet [...]
[...] Jonathan Dingman then released an update adding tinyurl support (v2.0) which can be found here. [...]
@Prashant: I’m having the exact same issue. I also have the appropriate checkboxes selected, and don’t get links in my Twitter posts.
@Jonathan: My Twitter registered email address uses Gmail address aliases. I wonder if it’s disrupting the string manipulation in the plug-in.
For example, myGmailAddress+Twitter.Update@gmail.com
[...] un plugin per pubblicare i post di wordpress su twitter (i soli titoli ovviamente) vi segnalo Twitter Updater 2 (scoperto per caso via Francesco Gavello) Se questo articolo ti è stato utile, [...]
[...] Jonathan Dingman: Twitter updater with support for tinyurl. [...]
@Bill,
Hmm shouldn’t cause any issues, but I’ll take a look at being able to use email addresses as a login.
[...] just installed the Twitter Updater Plugin from Fireside Media for this blog. I’m not yet convinced Twitter is here to stay, but since I [...]
[...] Use the Twitter updater w/ TinyURL WordPress Plugin which can also be found at the Fireside Media Development Blog site. [...]
I’m getting two tweets every time I post … have I done something wrong or is there a fix for this? thanks
[...] Twitter updater w/ TinyURL Makes an automatic announcement to my Twitter about any new posts that I publish. [...]
Hi
I too am getting two updates with different tinyurl’s – is this correct?
Works fine this great plugin. Simple and effective. One problem. It also publishes my scheduled posts to twitter. You can even read the upcoming post. I can disable the link in settings but than the published posts will not be linked. So is it possible to schedule posts without being published directly to my twitter blog?
Thanks Dr Shock
[...] not seen any fixes on the Fireside Media site, and I’m not sure if this is a side effect of a WordPress update or Twitter [...]
[...] And to update Twitter when I write new posts I’m using: Twitter Updater [...]
This plugin doesn’t fix the double tweets.
Everyone: I haven’t had a chance to fix the plugin yet for the double tweets or the publishing ahead of a scheduled time. As a note to everyone, I only ported over the plugin to utilize TinyURL, I’m not the original author of the plugin.
I will try to get it fixed soon.
[...] Twitter Updater » Fireside Media Development Blog This tool lets you tweet your blog posts automatically. [...]
[...] not a real word, is it?) Moving on, one of them that I can share with you now, however, is the Twitter Updater plugin (thanks very much to Victoria Chan & Jonathan Dingman for this) that will update my Twitter [...]
Please help:
I installed the plugin and activated it (I could see the plugin activation). However, when I went to the “Settings” page the plugin is not there. So, I am not able to edit it.
I deacrivated it, and reinstalled it again, but no luck.
What is the problem? Please help.
Double tweets . . . is there something in the code I can fix? Please advise.
I have WP2.6 installed, along with v2 of this plugin…
1. I have noticed another bug, possibly with this plugin, possibly with wordpress (which may or may not be related to the double-tweet thing). If I am writing a new post, and instead of clicking “Publish”, I just move the “status” setting to “published” and I click save, the blog is saved and published, but my tweet for Publishing a blog doesn’t happen (probably because the logic in the plugin interprets this as a SAVE, not as a publish). In other words, the logic that looks at the value of ‘publish’ may not be taking into account this type of Save action that I do, but wordpress definitely considers this a valid “publish” action for the blog post.
2. I am also having the double tweet problem, if instead of that status/save method I just described, I just do the “Publish” button itself.
So, after looking at a few things, I think the double-tweet might be because registered “save” handlers are called twice, once when the post is SAVED and once when it is PUBLISHED. The problem might be that ‘prev_status’ is still “draft” in both cases, and that ‘publish’ is also still “Publish”, so this is interpreted by the plugin’s logic as two valid publishes.
Depending on how you look at this, it might be a bug with wordpress (why would it need to call the handlers a second time if the publish is all one action?) or it might be a bug with this plugin that it might be need check with twitter that it didn’t just post the same tweet already, or the plugin might need to look at some other set of values to determine if its being called a duplicate time.
@everyone:
Unfortunately, there are a few bugs in the plugin.
However, I didn’t originall write the plugin — but I’m thinking about spending the time to rewrite it from scratch and re-publish it as a new plugin.
I will keep everyone posted when the updated version is available.
@jonathan
Do you need any help?
[...] I modified the code from The original twitter updater and the twitter update with tinyURL API integration. [...]
[...] Testing Twitter Updater for WordPress 2.7 This should result in a tweet to my Twitter page. I am utilizing a new Twitter plug in called Twitter Updater w/Tiny URL [...]
Your plugin stopped working when I updated WordPress to v 2.7.
[...] Reloaded, FeedBurner FeedSmith, Google XML Sitemaps, Quotes Collection, Subscribe To Comments, Twitter updater w/ TinyURL, WordPress Related Posts, WP-PageNavi, WP Ajax Edit Comments, yBlip. Jakby ktoś miał te [...]
I’m using WP v 2.6 and get the following error when publishing a post:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/[mydomain]/public_html/blog/wp-content/plugins/twitter-updater-using-tinyurl/twitter_updater.php on line 58
Warning: file_get_contents(http://tinyurl.com/api-create.php?url=http://www.itjobcoach.com/46-revision/) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/[mydomain]/public_html/blog/wp-content/plugins/twitter-updater-using-tinyurl/twitter_updater.php on line 58
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/[mydomain]/public_html/blog/wp-content/plugins/twitter-updater-using-tinyurl/twitter_updater.php on line 58
Warning: file_get_contents(http://tinyurl.com/api-create.php?url=http://www.itjobcoach.com/testing-twitter-update/) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/[mydomain]/public_html/blog/wp-content/plugins/twitter-updater-using-tinyurl/twitter_updater.php on line 58
Warning: Cannot modify header information – headers already sent by (output started at /home/[mydomain]/public_html/blog/wp-content/plugins/twitter-updater-using-tinyurl/twitter_updater.php:58) in /home/[mydomain]/public_html/blog/wp-includes/pluggable.php on line 770
@Richard, that’s a configuration problem with your host that you would need to talk to them about.
@Adam, sure, if you have time, any help would be appreciated. My time has been slim to be able to work on plugins lately.
It appears to have stopped working with the WP 2.7 upgrade. Any plans to make it work again? Or something we can do to get it working? Thanks ahead of time!
Is there anyway to keep it from immediately announcing posts you have set to go out at a later date?
I’m with John – your plugin stopped working when I upgraded to WP2.7 – which is a shame, because it was helpful…
[...] Twitter updater w/ TinyURL – Updates Twitter when you create a new blog post utilizing TinyURL.com [...]
[...] Jonathan Dingman: Twitter updater with support for tinyurl. [...]
Will this plugin move onto working with WP2.7?
For some reason, my twitters are posting twice. Can anyone help with this?
A hack to fix the double (or more) tweeting problem.
For my situation… I only care about making one tweet when the post first gets published. Adding this code will record each post ID that gets tweeted, and then never tweet again for that post ID. The problem is gone. Of course, this does not fix the problem if you want it to tweet when a post is updated, but I think you could move the code around in that function and it would be fixed.
To use, change $thackfile to a file location that PHP can write to and you’re all set. For some, leaving it as-is may work.
Add this code above line ~50 in the vc_twit function, just above “//is new post”:
/**
START DOUBLE TWEET ELIM HACK
*/
$thackfile = ‘twitter-updater-hack.txt’;
if(!file_exists($thackfile)) file_put_contents($thackfile, serialize(array()));
$thackdata = unserialize(file_get_contents($thackfile));
if(in_array($post_ID, $thackdata)) return $post_ID;
$thackdata[] = $post_ID;
file_put_contents($thackfile, serialize($thackdata));
/**
/END DOUBLE TWEET ELIM HACK
*/
A hack to fix the problem with escaped quotes being tweeted:
Change line 33 from:
fputs($fp, $twit);
To:
fputs($fp, str_replace(“\’”, “‘”, $twit));
I cant get this plugin to work. I have followed all the instructions, set the config and entered the email and password. I get no updates on my twitter page. I am running wordpress 2.7.1
Any ideas?
[...] Twitter Updater w/Tiny URL – Updates twitter when you create a new blog post through utilizing [...]
My problem is that Twitter updates are sent when I edit a post (as I select) but not when I actually create a post (which is also selected). I’m using WordPress 2.7.1
Hi,
I’m a new user of your Twitter Updater WordPress plugin and I’ve found and corrected a little single quote bug (cf. http://twitter.com/xavismeh ). So here is the fix in twitter_updater.php, line 89, just replace
$sendToTwitter = vc_doTwitterAPIPost('status='.$sentence, $twitterURI);with:$sendToTwitter = vc_doTwitterAPIPost('status='.stripslashes($sentence), $twitterURI);Thanks for this plugin !
Having an issue with this plugin. It will update whenever I edit posts (and I think also on automatic saves of edits), but it won’t send an update to Twitter when a new post is made on my site, despite it being selected in the WordPress options. Any ideas why this could be? Am using WordPress 2.7.1.
[...] Twitter updater w/ TinyURL – Updates Twitter when you create a new blog post utilizing TinyURL.com [...]
I’m using this plugin not just for my blog, but for another blog that belongs to one of my webhosting clients.
Both wp blogs are 2.7, and have the latest version of this plug in.
The problem? It’s tweeting multiple times – this last time it tweeted 4 times, another time, though, it tweeted 6 times.
I’ve disabled all options but the new publish option, and it won’t always tweet a new publication. If I disable all options except update, it’ll do the same thing – multiple tweets.
Could this be related to the autosave function in wp? Could it be that every time there’s an autosave the updater thinks it’s a new or updated post?
Is there a way to resolve this issue? Thanks!
Looks like doesnt work in the new version 2.7.1
[...] Twitter updater w/ TinyURL – Updates Twitter when you create a new blog post utilizing TinyURL.com [...]
i think it doesnt work with 2.7 …
[...] hatte das WordPress-Plugin twitter-updater installiert, aber um es mal ehrlich auszudruecken: es suckt nur rum! Veroeffentlicht staendig [...]
Hello – just started using this plugin the other day. Great concept – letting Twitter automatically alert people to new posts, complete with automatically grabbing a TinyURL. Genius in concept. But in actual execution, it’s not doing as well.
I am using WordPress 2.7.1, and while I had no problems with installation, the plugin doesn’t seem to be obeying the configuration.
I only have it set to Tweet when I actually publish something. But most of the time, it never Tweets when I publish. I don’t know if they’re being rejected when Twitter is “too busy” , or if the Tweets are considered to be too long (thanks to long permalinks), or if it’s just plain not playing by the rules set in the config screen.
On the other hand, when I allow it to Tweet when I “update” an existing post, one update will result in THREE tweets, all with different TinyURLs.
I know that’s nothing new, after reading the previous comments, but those were a few months ago. Still no workarounds or newer versions? I know, I know, I can’t complain because it’s free. But it’s still frustrating to publish a post, then go to TinyURL, and then go to Twitter to manually do everything this plugin should be doing.
I wish I had better knowledge of programming languages so I could help out. My dream would be to see this plugin work flawlessly, AND also spit back a confirmation as to whether or not the tweet made it through. If a tweet doesn’t get through for either of the reasons above (server overload or too lengthy), it would be nice to be notified, and to have the chance to re-send and/or adjust it until it does get through. (And it would be nice if Tweets weren’t sent out early for posts that are scheduled to publish in the future.)
If there’s any hope for a new version coming soon, I’ll wait for it… this plugin is great because it’s just what I need, nothing more, nothing less. I know there are many similar plugins out there, but they all come with extra bells and whistles I don’t need, and I don’t think I’ve seen any that also do the automatic TinyURL’ing for you. But if it’s gonna be awhile, I guess I’ll just try some of the others.
@DaveWebb – Just read your latest comment (missed it before). I think the double and triple tweeting for updates must be triggered by 2.7.1′s automatic save feature. If you have this plugin set to Tweet whenever an existing article is re-saved, it must be getting triggered by both YOUR saves, as well as the WordPress auto-saves. Definitely something that should be disabled if/when there are bug fixes to the plugin… though I’m not sure if there’s a way for the plugin to “know” the difference between human saves and WP’s auto-saves.
Hi
This doesn’t work on 2.7.1
It does multiple tweets on saved drafts, but when you deselect it, and only have it ONCE the post has been PUBLISHED, it wont tweet.
Another thing too, the password doesn’t get saved in the box, it keeps removing itself after saving it.
AND there is no link the the SETTINGS Drop downmenu, I have to type the location of the tweet_update_manager.php to get there.
Any one found a plugin that works, or found a fix for this one?
thx
loz
confirmed, doesn’t auto-tweet a new post when Published with 2.7 or 2.7.1 (have two blogs running), but when I edit a post if that option is ticked it will send. what’s worse is if I have both ‘tweet with new post’ and ‘tweet with edited post’ ticked it will double-send.
could be useful, but these bugs will make me uninstall. cheers!
Hello,
I have it installed, and have entered all the info correctly. I have the right boxes checked. I can enter my Twitter email (thought it was going to be my Twitter username at first), and then enter my Twitter password, and click Save. I get no confirmation that it was accepted or went through correctly. I also have not ever seem any of my posts automatically posted to Twitter.
Im not sure what Im doing incorrectly. Can you help?
Thanks,
William
I just installed the Twitter Updater and am having a hard time finding browsing to the Manage section to set the options. Now, I’m new to WordPress and more than likely am overlooking something super obvious…help!
Please excuse this newbie question — I’ve installed the plugin but I figure out how to set up the options. From the Manage page when I click on Twitter Updater 2.0 it simply takes me to this page. The only options are to edit the code and deactivate the plugin. There is no “Manage” tab on my wordpress page, just a Plugins tab.
[...] have "Twitter Widget" and "Twitter updater w/ TinyURL" running right [...]
[...] Twitter Updater » Fireside Media Development Blog Plugin was updated to automatically utilize tinyurl.com’s API to publish links. [...]
Note that in wp 2.7 this plugin’s manager appears under “tools” and not “settings”. It baffled me for a few minutes
[...] So I have installed this plugin: http://www.firesidemedia.net/dev/software/wordpress/twitter-updater/ [...]
[...] Twitter Plugin for WordPress – My personal favourite. Finally, if you are a blogger, there is no excuse. This plug in for wordpress automatically tweets a link to every post you write and even enables you to configure the announcement to your own unique style. [...]
[...] um plugin em meu blog chamado Twitter updater w/ TinyURL. Primeiro o bichinho metralhou o twitter com cada piscada que eu dava. Mudei as configurações e o [...]
[...] @_bigsteve, uploaded a profile picture (which Twitter told me was a nice one ^-^), and set up the Twitter Updater plug-in that should hopefully post this, and every other post for that matter, onto my [...]
[...] Twitter Plugin for WordPress – My personal favourite. Finally, if you are a blogger, there is no excuse. This plug in for wordpress automatically tweets a link to every post you write and even enables you to configure the announcement to your own unique style. [...]
Hi all, I’ve spent some time getting this plugin working with the latest version of WordPress (2.7.1).
In the twitter_update.php file, replace the entire ‘vc_twit’ function with this code. I had to change the file permissions to 777 before I could edit it, might just be the way my server is configured/the plugin was installed though:
——————————————————————————
function vc_twit($post_ID) {
$twitterURI = "/statuses/update.xml";
$thisposttitle = $_POST['post_title'];
$thispostlink = get_permalink($post_ID);
$sentence = '';
//This is not an autsave - take action
if($_POST['action'] !== 'autosave'){
if($_POST['publish'] == 'Publish'){
// publish new post
if(get_option('newpost-published-update') == '1'){
$sentence = get_option('newpost-published-text');
if(get_option('newpost-published-showlink') == '1'){
$tinyurl = file_get_contents("http://tinyurl.com/api-create.php?url=".$thispostlink);
$thisposttitle = $thisposttitle . ' (' . $tinyurl .')';
}
$sentence = str_replace ( '#title#', $thisposttitle, $sentence);
}
}else if($_POST['action'] == 'post'){
// create new post
if(get_option('newpost-created-update') == '1'){
$sentence = get_option('newpost-created-text');
$sentence = str_replace ( '#title#', $thisposttitle, $sentence);
}
}else{
// edit new post
if(get_option('newpost-edited-update') == '1'){
$sentence = get_option('newpost-edited-text');
$sentence = str_replace ( '#title#', $thisposttitle, $sentence);
}
}
}else{
// is old post
if(get_option('oldpost-edited-update') == '1'){
$sentence = get_option('oldpost-edited-text');
if(get_option('oldpost-edited-showlink') == '1'){
$thisposttitle = $thisposttitle . ' ( ' . $thispostlink . ' )';
}
$sentence = str_replace ( '#title#', $thisposttitle, $sentence);
}
}
//If the tweet has been formed, check to make sure the post exists as a final product and then post an update
//This fixes a double posting to twitter issue
if($sentence != ''){
global $wpdb;
$result = $wpdb->get_row("SELECT * FROM wp_posts WHERE id = '" . $post_ID . "' && post_status = 'publish' && post_type = 'post'", 'ARRAY_A');
if(strlen($result['post_name']) > 0){
$sendToTwitter = vc_doTwitterAPIPost('status='.$sentence, $twitterURI);
}
}
return $post_ID;
}
——————————————————————————
The modifications are as follows:
-(Around line 50) Check to see if the post is auto-saving, if so do not post anything to twitter. If not, proceed as original file did.
-This is what was breaking the things entirely.
-(Around line 88) If it’s time to post to twitter, make sure the post exists in the database as a published and only then, post to twitter.
-This fixes the double update bug.
——————————————————————————
I think that’s all I changed!
Will try and subscribe to this thread for any questions but I am notoriously bad with RSS feeds.
Happy blogging.
[...] para links enviados, decidi automatizar o processo e encontrei um plugin do WordPress muito bom: Twitter Updater. O problema é que ele não funcionava direito nas versões mais novas e só tinha o TinyURL como [...]
Where is Browse to Manage->Twitter Updater
I do not hae a header that says Manage, or at least I cannot find it.
I am too stupid!
Where do I click to setup the plugin?
Picture of my wordpress
http://bit.ly/ARooz
[...] first method is quite simple, alls you have to do is download the Twitter updater Plugin. Once you have downloaded and uploaded the plugin to your plugins folder alls you need to do is [...]
[...] plugin novo na praça: Tuitaí, do senhor Manoel Netto, uma versão melhorada do Twitter Uploader. Pra quem quer trazer visitas pelo twitter é uma mão na [...]
Hi Jonathan,
I have WP 2.7.1 and I am using the current version of the Twitter Updater. First, I cannot seem to locate the Manager option even under the “Tools” section according to Simon. Second, it isn’t even updating my twitter account, but that may be because I haven’t set the settings portion of it. For now I have deactivated it and am awaiting an update or an explanation of what I can do. Thanx for the plugin if you can get it to work with WP v.2.7.1.
When will you release a WP2.71 version that works?
[...] Twitter updater w/ TinyURL: a cool Twitter updater plugin but includes TinyURL functionality as well. [...]
I’m confused. In step 7 of the installation instructions, it reads:
In the blog setup page though, the plugin requests the following credentials:
Which one is it, the Twitter email address or the Twitter username?
My issue is that after I install the plugin – I don’t know where to go set the options. Usually all my plugins settings appear under the setting menu of my navigation bar on the left.
I have no clue whats going on here. I have deleted and reinstalled- both manually (ftp) and through the wordpress system.
Please advise
[...] Twitter updater w/ TinyURL – Updates Twitter when you create a new blog post utilizing TinyURL.com [...]
[...] Twitter Updater [...]
[...] Twitter Updater [...]
[...] Twitter Updater June 28th, 2009 • Related • Filed Under Filed Under: WordPress Plugins Twitter Updater [...]
[...] Twitter Updater: This is the newest one that I just installed. It’s a Twitter Updater that tweets your entries to your twitter account. You can set it to send an update when a new post is created, edited, published, etc. I don’t think everyone wants to know when I edit an entry (usually, it’s for spelling or grammar mistakes). So I’ve only set it to update when something is published. I don’t think anybody cares if I’ve created an entry, but haven’t published it yet. And you can also customize what gets posted to Twitter. The only weird thing about this is that the settings for it are under your Tools menu on your dashboard. [...]
[...] Download Twitter Update w/ TinyURL (Plugin Homepage) [...]
hello,
each time I set my username (there stands, that I have to put my email address in?!?!?) and password and I log out from my wp-blog and login again, there is my wp-blog-account in twitter updater?!?!? Is this ordinary???
thx atze
[...] no Twitter Updater, foi modificado para não trazer só as funções básicas do plugin original que entre os [...]
Hi…


very good plugin..
but when we edit a post it updates twitter with each and every auto save
so I disabled that option
please consider this point if you update the plugin
once again thanks for the excellent plugin
I’m going to work on this plugin soon, with the help of a friend, and have a new version released soon so it will be working.
We’re going to improve the code base too, to utilize recently added functions to WP.
Stay tuned!
Hi! i’m wondering if this plugin works for private twitters and private blogs?
This is a great plug-in. My only problem was finding the “Manage” option to enter my info. It turns out that my version of wordpress doesn’t have a “Manage” link. Instead, I used the “tools” on the left side of the main admin page. It took a while to figure that one out, so I hope my comment will be helpful to other.
Thanks for a great plug in!
Cristina
I can’t get my published posts to appear on twitter. Only updated ones. Why is that? I already checked the appropriate fields.
The plugin will be updated soon, please bare with me while we work on the code to make it 2.8 compliant.
[...] habe dagegen dieses WP/Twitter-Plugin gefunden. In den Einstellungen kann man angeben bei welcher Aktion ein Update gesendet werden soll. [...]
COOL plugin – just installed in on my blog and its working great – I had to modfity it for multiple posting (thanks Stuart) – but after modifying it does not update my Twitter when I edit a post. Also got the problem with ampersand in titles.
Thanks Jonathan and looking forward to the next version – and also to Victoria for the original.
[...] Twitter Updater:上に同じ。 [...]
[...] Click Here. AKPC_IDS += "143,";Popularity: [...]
I’ve enabled the Twitter Updater plugin and entered the information required but it does not seem to update twitter at all? One question I have is if it’s because the posts are scheduled posts? Will the plugin work with scheduled posts? Thanks!
Joshua, read the top of the post. I’m working on getting a new version out soon, so keep your eyes open for it.
Any luck with this yet Jonathan? Thanks, mz
I just can’t wait. Was a wonderful plugin. Had just a few quirks for me. Like, I needed to have the last two items selected. New post published and Existing post both selected. Otherwise it continued to publish every change I made as I was creating the post.
It also ran slow as I’m using Publish to Facebook as well.
[...] 8. Twitter Updater [...]
[...] Twitter Updater: This plugin will let you automatically update your Twitter.com status with your most recent blog [...]
[...] is what I was searching for: http://www.firesidemedia.net/dev/software/wordpress/twitter-updater/. The Twitter Updater automatically sends a Twitter status update to your Twitter account when you [...]
[...] Twitter updater with TinyURL – This is an updates verison of the above Twitter updater. It Updates Twitter when you create a new blog post utilizing TinyURL.com. [...]
Jonathan, have you had success with the update that was expected to be ready mid/late August to bring the plugin back? Thanks! Great plugin!
Thank you very much for this plugin.
I really like it than twitter tool which created by alex king.
Hello,
you should add addslashesand stripslashes in some parts …
Just checking your progress.
I only want my published posts to go to twitter. I only check off “Update Twitter when the new post is published”
Unfortunately if that is all I check it doesn’t go to twitter. If I check other options it works. But then every time I save it publishes which I want to avoid.
Any ideas?
Hi, THis installs and activates but Twitter Updater does not come up in settings and so cannot be configured. I am using WP 2.8.4
Is there a solution?
Thanks
[...] Twitter updater with TinyURL – This is an updates verison of the above [...]
This great plugin working yet?
Hi,
I still have some problems. I only want to post a message on twitter, when my article is publishe. But nothing happens. The plugin doesn’t update anything.
On the other side, if I choose the option to tweet when an old article was updated he tweets two times. He always does if its a new article which was planed to publish.
Any ideas? I really would like to use the plugin, but these faults are to big. Would be happy about a solution.
thx
Where do I find the wp content/plugins folder to upload the file?
Having trouble here… This is the first time I’ve tried to add a plugin to my site. Please help.
[...] Updater für WordPress mit TinyURL 14. Dezember 2009 | Autor: tweethelpers Das Twitter Updater mit TinyURL WordPress Plugin von Victoria Chan und Jonathan Dingman sendet die aktuellen WordPress Postings [...]
Thanks for the twitter plugin links
I use Windows Live writer to create posts and this plugin didn’t work when I published a new post. I set all the settings right (only chose to have it update twitter when I publish new post) and I followed each installation step correctly but no luck. Also tried publishing new post from WordPress itself, but still it doesn’t update my twitter. I was under the impression that it’s supposed to update twitter right away, but 30 minutes later, still hasn’t updated my twitter… is this thing working?
Using Revolution Lifestyle with WordPress 2.8.6
Not working right posts 2x
a munged link that leads to a 404 followed by a correct link. Neither shortened.
Published a new post: TweetAdder ( http://www.makemoneytwitter.com/tweetadder.html )
14 minutes ago from API (subsequent post)
Published a new post: TweetAdder ( http://www.makemoneytwitter.com/89-revision-8.html )
14 minutes ago from API (initial post)
This occurred on a revision. (I had duplicated the text from “new post” to revised in order to force a post, the plugin was not installed at the time of the initial post.
[...] those of you are are interested, I’m using twitme and twitter updater with Tinyurl – any suggestions on alternatives or what do you use? AKPC_IDS += "2894,"; Tags: passwords, [...]
[...] Twitter Updater This plugin will let you automatically update your Twitter.com status with your most recent blog post. There are a few options to how the display will look when it updates. [...]
[...] Twitter Updater » Fireside Media Development Blog This tool lets you tweet your blog posts automatically. Share & Enjoy! [...]
[...] Twitter updater w/ TinyURL – If you have problem with twitter’s maximum character amount of 40, this will make your url [...]
[...] Twitter updater w/ TinyURL – If you have problem with twitter’s maximum character amount of 40, this will make [...]
[...] Twitter Updater [...]
[...] on the days that I create new posts, and this is largely due to the auto-tweets. You can get the here for WordPress and here for [...]
[...] Twitter Updater [...]
[...] Twitter Updater [...]